diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2014-09-24 22:25:40 +1000 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2014-09-24 22:25:40 +1000 |
commit | 90dd6d3c920eb2b453636f317a196fc9d61cf968 (patch) | |
tree | a81745b2603593fb8c53e77c7edba1093df43be6 /bip39-standalone.html | |
parent | 212b1b46762e4db5ffd598ca242f7b5c49f02002 (diff) | |
download | BIP39-90dd6d3c920eb2b453636f317a196fc9d61cf968.tar.gz BIP39-90dd6d3c920eb2b453636f317a196fc9d61cf968.tar.zst BIP39-90dd6d3c920eb2b453636f317a196fc9d61cf968.zip |
Help text for entering your own phrase
Diffstat (limited to 'bip39-standalone.html')
-rw-r--r-- | bip39-standalone.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bip39-standalone.html b/bip39-standalone.html index c7beb3e..6b64f01 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html | |||
@@ -51,6 +51,7 @@ | |||
51 | <div class="col-md-12"> | 51 | <div class="col-md-12"> |
52 | <h2>Phrase</h2> | 52 | <h2>Phrase</h2> |
53 | <form class="form-horizontal" role="form"> | 53 | <form class="form-horizontal" role="form"> |
54 | <p>You can enter an existing BIP39 phrase, or generate a new random one. Typing your own twelve words will probably not work how you expect, since the words require a particular structure (the last word is a checksum)</p> | ||
54 | <div class="col-sm-2"></div> | 55 | <div class="col-sm-2"></div> |
55 | <div class="col-sm-10"> | 56 | <div class="col-sm-10"> |
56 | <p>For more info see the <a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki" target="_blank">BIP39 spec</a></p> | 57 | <p>For more info see the <a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki" target="_blank">BIP39 spec</a></p> |