X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=bip39-standalone.html;h=99fa5290f5fe4cd5b5a9b99607bf28a68bb9ca21;hb=d4779799ca468dcd7e99ebb0e1067a32a8435c03;hp=2948ed2b394b6c2773d75b4193eb39867ca8a46d;hpb=721b72848c5456c14a3cfa23a188557e85ee6f19;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/bip39-standalone.html b/bip39-standalone.html index 2948ed2..99fa529 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -21,6 +21,9 @@ body { padding-bottom: 32px; } + .form-control[readonly] { + cursor: text; + } .feedback-container { position: fixed; top: 0; @@ -49,15 +52,15 @@
-

Phrase

+

Mnemonic

-

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)

+

You can enter an existing BIP39 mnemonic, 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)

For more info see the BIP39 spec

- +
@@ -68,7 +71,7 @@
- +
@@ -82,7 +85,7 @@
- +
@@ -142,7 +145,7 @@
- +
@@ -167,13 +170,13 @@
- +
- +
@@ -255,79 +258,6 @@
-
-
-

Derived Addresses

-

Note these addreses are derived from the BIP32 Extended Key

- - - - - - - - - - - - - -
-
- Index   - -
-
-
- Address   - -
-
-
- Private Key   - -
-
   
   
   
   
   
-
-
- Show next - - - -
- -
-
-

More info

-

BIP39 Mnemonic code for generating deterministic keys

-

- Read more at the - official BIP39 spec -

-

BIP32 Hierarchical Deterministic Wallets

-

- Read more at the - official BIP32 spec - and see the demo at - bip32.org -

-

BIP44 Multi-Account Hierarchy for Deterministic Wallets

-

- Read more at the - official BIP44 spec -

-

Private Keys

-

- Use private keys at - brainwallet.org, - but be careful - it can be easy to make mistakes if you - don't know what you're doing -

-
-
- -
-
@@ -410,7 +340,7 @@