From 535c9d0f4aec39cc2515ed08c8ca1ca51d80c303 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Mon, 28 Nov 2016 15:11:08 +1100 Subject: [PATCH] Mycelium derivation paths contain more details --- src/index.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 529bccc..653f63b 100644 --- a/src/index.html +++ b/src/index.html @@ -328,7 +328,18 @@

- Use path m/44'/0'/0'/0. + m/44'/0'/0' generates extended keys for import / export. +

+

+ m/44'/0'/1' to generate the next account. Continue incrementing for more accounts (most use a single account). +

+

+ m/44'/0'/0'/0 to generate public addresses. +

+

+ m/44'/0'/0'/1 to generate change addresses. +

+

For more info see the Mycelium Wallet homepage

-- 2.41.0