-
Notifications
You must be signed in to change notification settings - Fork 697
Feature: Use HD wallet #42
Comments
Someone should have told me I've been spelling mnemonic wrong the whole time. :) |
Suggested output on initialization should look like this:
|
@axic Does that look right to you? |
@axic I'm going to start on this now, see what I can do. |
Looks good, I might prefix each of the account/key lines with the index so it is easy to see the pairs. Also list the base HD path below the mnemonic: |
Hmm. I can print that. What is an hd path anyway? And quick links? |
It is the derivation path and defines the steps involved in calculating an account. BIP44 would be a useful document to understand the user-side implications of the path, without going into detail how to calculate things. |
Would you look at that. BIP44 on issue #44. 👌 |
... in issue #42. It must be right 🤓 |
Closed. Thanks guys! |
TODO:
-m
/--mnemonic
to input an HD wallet mnemonic-d
option uses a default mnemonic instead of default seedSample code provided by @axic:
The text was updated successfully, but these errors were encountered: