]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Help text for entering your own phrase
authorIan Coleman <coleman.ian@gmail.com>
Wed, 24 Sep 2014 12:25:40 +0000 (22:25 +1000)
committerIan Coleman <coleman.ian@gmail.com>
Wed, 24 Sep 2014 12:25:40 +0000 (22:25 +1000)
bip39-standalone.html
src/index.html

index c7beb3e3e9d7ad667d95d834fda8246ac98d4f7a..6b64f010a74c8f7d92ddac3cdd2adc63b3a072b5 100644 (file)
@@ -51,6 +51,7 @@
                 <div class="col-md-12">
                     <h2>Phrase</h2>
                     <form class="form-horizontal" role="form">
+                        <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>
                         <div class="col-sm-2"></div>
                         <div class="col-sm-10">
                             <p>For more info see the <a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki" target="_blank">BIP39 spec</a></p>
index 2cb65609729e831c889d3d5e17ccb1c015385096..bf1a7f34e2e41f2fc978d40265ee6ea45a2da23f 100644 (file)
@@ -43,6 +43,7 @@
                 <div class="col-md-12">
                     <h2>Phrase</h2>
                     <form class="form-horizontal" role="form">
+                        <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>
                         <div class="col-sm-2"></div>
                         <div class="col-sm-10">
                             <p>For more info see the <a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki" target="_blank">BIP39 spec</a></p>