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

How to restore Aeon wallet (cold storage) #170

Closed
joker419 opened this issue Mar 26, 2018 · 9 comments
Closed

How to restore Aeon wallet (cold storage) #170

joker419 opened this issue Mar 26, 2018 · 9 comments

Comments

@joker419
Copy link

Hello :)

When I launch the simple wallet it asks for the file name but I have only my wallet with keys and I wish to restore the wallet stored on cold storage.

So I launched "simplewallet" file, but when I put "--restore-deterministic-wallet", then fill in a password and it create me new memomnic 24 words ...

Someone can help me please ?

Thank you very much.

@stoffu
Copy link
Contributor

stoffu commented Mar 26, 2018

but when I put "--restore-deterministic-wallet", then fill in a password and it create me new memomnic 24 words ...

I don't see how this can happen, because --restore-deterministic--wallet is supposed to ask you for the 24-word mnemonic seed, instead of creating it.

If you do not have the seed words but instead the spend secret key only, you could do the following:

@joker419
Copy link
Author

Thank you, I have the 24-word mnemonic seed that's not the problem. This is what I do, I launch simplewallet application, I get this automatically :

aeon wallet v0.9.14.0()
Specify wallet file name (e.g., wallet.bin). If the wallet doesn't exist, it will be created.
Wallet file name:

So maybe the good question is :
Where I have to fill "--restore-deterministic--wallet" ? Maybe I do something wrong ?
Thank you again :)

@stoffu
Copy link
Contributor

stoffu commented Mar 27, 2018

Here's a usage example:

~$ ./simplewallet --restore-deterministic-wallet
aeon wallet v0.9.14.0()
Specify wallet file name (e.g., wallet.bin). If the wallet doesn't exist, it will be created.
Wallet file name: mytestwallet1
The wallet doesn't exist, generating new one
password: 
Specify electrum seed: pants sheet outside party liquid lazy fully glow evil bottle brush silently nice sword poor balance forth eternal press gift steady rich daughter test
Generated new wallet: WmtbPpJWBbEYvyHNJooTGri1b8Ftsd7GH8nG87XEMwmaFFUSeK4EQ2qbFobP9KRanT6uHX13KxQ2faranYW3UkFo32nrcttF2
view key: c63aa894111aa99e5abbea8656c941697abfff2c48479d3a00802fad47ece606
**********************************************************************
Your wallet has been generated.
To start synchronizing with the daemon use "refresh" command.
Use "help" command to see the list of available commands.
Always use "exit" command when closing simplewallet to save
current session's state. Otherwise, you will possibly need to synchronize 
your wallet again. Your wallet key is NOT under risk anyway.


PLEASE NOTE: the following 24 words can be used to recover access to your wallet. Please write them down and store them somewhere safe and secure. Please do not store them in your email or on file storage services outside of your immediate control.

pants sheet outside party liquid lazy fully glow evil bottle brush silently nice sword poor balance forth eternal press gift steady rich daughter test 
**********************************************************************
[wallet WmtbPp]: exit
~$ ls
mytestwallet1
mytestwallet1.address.txt
mytestwallet1.keys

@joker419
Copy link
Author

I really do not understand ... when I launch the simplewallet application, the begin of the block is :

aeon wallet v0.9.14.0()
Specify wallet file name (e.g., wallet.bin). If the wallet doesn't exist, it will be created.
Wallet file name:

Where fill in the "--restore-deterministic--wallet" so ?

Thank you again.

@stoffu
Copy link
Contributor

stoffu commented Mar 28, 2018

Where fill in the "--restore-deterministic--wallet" so ?

I'm afraid your English isn't grammatically correct and I can't get what you're asking.

Perhaps, you use Windows and start the program by simply double-clicking simplewallet.exe? If so, that won't work, and you need to open the Command Prompt and execute simplewallet.exe from the command line with --restore-deterministic-wallet as the command line argument.

@joker419
Copy link
Author

Ok I am sorry for the english if it is not understanding as you wish ;)

Yes I use windows and I tryed to do with your advice, but I get the same problem.
You can see below what I am getting :

Microsoft Windows [version 10.0.16299.309]
(c) 2017 Microsoft Corporation. Tous droits réservés.

C:\Users\Utilisateur>simplewallet.exe
aeon wallet v0.9.14.0()
Specify wallet file name (e.g., wallet.bin). If the wallet doesn't exist, it will be created.
Wallet file name: --restore-deterministic-wallet
password:

@joker419
Copy link
Author

Is it the only method we have to restore an aeon wallet on cold storage ?

@joker419
Copy link
Author

Thanks The problem is solved :)

@stoffu
Copy link
Contributor

stoffu commented Mar 28, 2018

I’ve never imagined such a usage:)
As you know now, the correct syntax is

simplewallet.exe --restore-deterministic-wallet

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

2 participants