Skip to content
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

Merged
merged 8 commits into from
Jan 23, 2019

Conversation

s1na
Copy link
Contributor

@s1na s1na commented Mar 9, 2018

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.

rai/node/node.cpp Outdated Show resolved Hide resolved
@zhyatt zhyatt requested a review from cryptocode January 20, 2019 21:00
Copy link
Contributor

@cryptocode cryptocode left a 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)

@SergiySW
Copy link
Contributor

@cryptocode it does make more sense with #1567
I guess for unification -wallet_create + --wallet_change_seed are better

@SergiySW
Copy link
Contributor

Original PR was modified to allow seed & password set inside of --wallet_create command

@SergiySW SergiySW changed the title Add wallet_import_seed option to cli Modify wallet_create CLI to allow seed & password change Jan 23, 2019
@SergiySW SergiySW merged commit 24d3b75 into nanocurrency:master Jan 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants