diff options
author | Ian Coleman <ian@iancoleman.io> | 2019-02-25 11:03:00 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2019-02-25 11:03:00 +1100 |
commit | 47d719a493d3380fae872f5ba09d7141d89ace9a (patch) | |
tree | 83cefb4084391f7249055f523419586eda2628c2 /src/index.html | |
parent | 8aa5ad6ded0927f8e6c6d4b2bfb9e9c47d080982 (diff) | |
download | BIP39-47d719a493d3380fae872f5ba09d7141d89ace9a.tar.gz BIP39-47d719a493d3380fae872f5ba09d7141d89ace9a.tar.zst BIP39-47d719a493d3380fae872f5ba09d7141d89ace9a.zip |
Remove info about private keys
Closes #260
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/index.html b/src/index.html index 36d753b..fca925b 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -748,14 +748,6 @@ | |||
748 | Read more at the | 748 | Read more at the |
749 | <a href="https://github.com/bitcoin/bips/blob/master/bip-0049.mediawiki" target="_blank">official BIP49 spec</a> | 749 | <a href="https://github.com/bitcoin/bips/blob/master/bip-0049.mediawiki" target="_blank">official BIP49 spec</a> |
750 | </p> | 750 | </p> |
751 | <h3>Private Keys</h3> | ||
752 | <p> | ||
753 | <span> | ||
754 | Use private keys at | ||
755 | <a href="https://web.archive.org/web/20150707020924/https://brainwallet.org/" target="_blank">brainwallet.org</a>. | ||
756 | </span> | ||
757 | <span>Be careful - it can be easy to make mistakes if you don't know what you're doing.</span> | ||
758 | </p> | ||
759 | <h3 id="entropy-notes">Entropy</h3> | 751 | <h3 id="entropy-notes">Entropy</h3> |
760 | <p> | 752 | <p> |
761 | <span>Entropy values should not include the BIP39 checksum. This is automatically added by the tool.</span> | 753 | <span>Entropy values should not include the BIP39 checksum. This is automatically added by the tool.</span> |