From c554e6ff5c2c543997841c0fb0a506262843e8df Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Mon, 12 Dec 2016 10:54:08 +1100 Subject: BIP44 Account xprv and xpub keys are shown which are used for import / export in most BIP44 wallets. --- src/index.html | 55 ++++++++++++++++++++++++++++++++----------------------- 1 file changed, 32 insertions(+), 23 deletions(-) (limited to 'src/index.html') diff --git a/src/index.html b/src/index.html index aab473c..e3eebd6 100644 --- a/src/index.html +++ b/src/index.html @@ -312,6 +312,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.

+
+
@@ -343,27 +373,6 @@ Use hardened 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 -

-
-
@@ -394,13 +403,13 @@
- +
- +
-- cgit v1.2.3