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

Grin wallet recover fails with IO error - Mac OSX #2279

Closed
phreaknik opened this issue Jan 2, 2019 · 4 comments
Closed

Grin wallet recover fails with IO error - Mac OSX #2279

phreaknik opened this issue Jan 2, 2019 · 4 comments

Comments

@phreaknik
Copy link

Hello all,

I am having an issue recovering my wallet using the seed phrase. I get an IO error, as can be seen below.

> $ grin --floonet wallet recover -p "word word word word word word word word word word word word word word word word word word word word word word word word"
Please provide a new password for the recovered wallet
Password:
Confirm Password:
20190102 14:07:33.230 ERROR grin_wallet::command - Error recovering seed with list 'word word word word word word word word word word word word word word word word word word word word word word word word' - IO error
Wallet command failed: IO error

I just rebuilt the latest grin v0.5.0 on Mac OSX. Any idea what this IO error relates to?

@ignopeverell
Copy link
Contributor

Before recover, try to:

  1. Run grin --floonet wallet init
  2. Delete ~/.grin/floo/wallet_data/wallet.seed

@phreaknik
Copy link
Author

Ahh, indeed that worked. Thanks for your help.

Would it be worth automating that as part of the recovery process?

@Onefox
Copy link
Contributor

Onefox commented Jan 9, 2019

I would also love to skip the init step, or give the init subcommand a recovery option.

@Onefox
Copy link
Contributor

Onefox commented Jan 10, 2019

fixed with
#2330

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants