-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --address-count options. Generate multiple addresses for the same wallet #207
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There seems to be a few changes needed to have this working correctly. After addressing the requested changes, could you include an update to the README commands to reflect this new functionality?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are two CLI command cases that should be addressed - hd
and import-hd
- before this can be merged.
In the case of creating a new HD wallet, the user should be able to specify --index
or --indices
to print out a specific index or range of wallets with that newly generated HD wallet.
In the case of importing an HD wallet, the user should also be able to specify --index
or --indices
to print out a specific index or range of wallets with that imported HD wallet.
I have updated the implementation. Pending confirmation on the source of your derivation paths, this PR is ready for merge |
LGTM, thanks for the PR |
No description provided.