-
Notifications
You must be signed in to change notification settings - Fork 790
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
Modify wallet_create
CLI to allow seed & password change
#719
Conversation
Signed-off-by: Sina Mahmoodi <[email protected]>
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.
LGTM. That said: An alternative to this PR - to avoid CLI command proliferation - is to document how to combine existing commands (such as --wallet_create and --wallet_change_seed in this case)
@cryptocode it does make more sense with #1567 |
Original PR was modified to allow seed & password set inside of --wallet_create command |
wallet_import_seed
option to cliwallet_create
CLI to allow seed & password change
It creates a new wallet, and changes the seed to the provided
--key
.However I couldn't think of a good way to check if a wallet with this seed already exists, since it would require all of their passwords.