diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/index.html | 13 |
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> |