diff --git a/bip39-standalone.html b/bip39-standalone.html index 1d0e1cf..45380a3 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -316,6 +316,36 @@ +
The account extendend keys can be used for importing to most BIP44 compatible wallets, such as mycelium or electrum.
+The BIP32 derivation path and extended keys are the basis for the derived addresses.
+
- m/44'/0'/0' generates extended keys for import / export
-
- m/44'/0'/1' for the next account. Continue incrementing for more accounts (most use a single account).
-
- m/44'/0'/0'/0 generates public addresses
-
- m/44'/0'/0'/1 generates change addresses
-
- For more info see the - Mycelium Wallet homepage -
-