aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan Coleman <coleman.ian@gmail.com>2016-11-28 15:11:08 +1100
committerIan Coleman <coleman.ian@gmail.com>2016-11-28 15:11:08 +1100
commit535c9d0f4aec39cc2515ed08c8ca1ca51d80c303 (patch)
treea2380e0904b9819ab77e8673f937f8ceeafc5b91 /src
parent92e73fd952dd89069c51b47689ab39b28f99a547 (diff)
downloadBIP39-535c9d0f4aec39cc2515ed08c8ca1ca51d80c303.tar.gz
BIP39-535c9d0f4aec39cc2515ed08c8ca1ca51d80c303.tar.zst
BIP39-535c9d0f4aec39cc2515ed08c8ca1ca51d80c303.zip
Mycelium derivation paths contain more details
Diffstat (limited to 'src')
-rw-r--r--src/index.html13
1 files changed, 12 insertions, 1 deletions
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 @@
328 <label for="mycelium-path" class="col-sm-2 control-label">Mycelium Wallet</label> 328 <label for="mycelium-path" class="col-sm-2 control-label">Mycelium Wallet</label>
329 <div class="col-sm-10"> 329 <div class="col-sm-10">
330 <p class="form-control no-border"> 330 <p class="form-control no-border">
331 Use path <code>m/44'/0'/0'/0</code>. 331 <code>m/44'/0'/0'</code> generates extended keys for import / export.
332 </p>
333 <p class="form-control no-border">
334 <code>m/44'/0'/1'</code> to generate the next account. Continue incrementing for more accounts (most use a single account).
335 </p>
336 <p class="form-control no-border">
337 <code>m/44'/0'/0'/0</code> to generate public addresses.
338 </p>
339 <p class="form-control no-border">
340 <code>m/44'/0'/0'/1</code> to generate change addresses.
341 </p>
342 <p class="form-control no-border">
332 For more info see the <a href="http://www.mycelium.com/" target="_blank">Mycelium Wallet homepage</a> 343 For more info see the <a href="http://www.mycelium.com/" target="_blank">Mycelium Wallet homepage</a>
333 </p> 344 </p>
334 </div> 345 </div>