Merge pull request #162

f6247d3 Update restore_account.md (Patrick Alexander)
bb25ed6 Update restore_account.md (Patrick Alexander)
This commit is contained in:
Riccardo Spagni 2016-09-30 12:14:07 +02:00
commit 39636de052

View File

@ -1,9 +1,9 @@
---
layout: static_page
title: "Restoring your Monero Account"
title: "Restoring your Monero Wallet"
title-pre-kick: "Restoring your "
title-kick: "Monero "
title-post-kick: "Account"
title-post-kick: "Wallet"
kick-class: "purple-kicks"
icon: "icon_userguides"
attribution: "<!-- Icon is based on work by Freepik (http://www.freepik.com) and is licensed under Creative Commons BY 3.0 -->"
@ -11,20 +11,22 @@ attribution: "<!-- Icon is based on work by Freepik (http://www.freepik.com) and
## Operating Systems: Windows, Linux, Mac
### Account Software: Simplewallet
### Account Software: monero-wallet-cli
- Retrieve your 25 word @mnemonic-seed that you saved when creating your old Monero @account
- Retrieve your 25 word @mnemonic-seed that you saved when creating your old Monero @wallet
- Open a command prompt and navigate to the drive and directory that contains simplewallet
- Open a command prompt and navigate to the drive and directory that contains monero-wallet-cli
- At the command prompt type:
`C:\>simplewallet --restore-deterministic-wallet`
- At the command prompt type: `monero-wallet-cli --restore-deterministic-wallet`
- Once you press enter you will be prompted for a wallet file name. Give your wallet a new name, any name will do
- Press enter again and you will be prompted for a password. Give your wallet a new and long password
- Press enter again and you will be prompted for the 25 word electrum style mnemonic seed that you retrieved earlier
- Press enter again you will be prompted to repeat the password
After you have entered the 25 word mnemonic seed, simplewallet will generate the same public address and view key as your old wallet. You will then need to type in the command "refresh" to scan the blockchain and get your account balance. (Please be patient as the refresh process may take a while.)
- Press enter again and you will be prompted for the 25 word electrum style mnemonic seed that you retrieved earlier
- You will then be prompted with "Restore from specific blockchain height (optional, default 0):" Default will start the restore process from the beginning of the Monero blockchain. If you don't know the specific blockchain height, just hit enter. (Specifying a specific blockchain height will start the restore process from that specific height. This will save a bit of time in scanning, if you know what starting blockchain height your initial funds were transacted for this specific account.)
After you have entered the 25 word mnemonic seed and have chosen your specific blockchain height, monero-wallet-cli will generate the same public address and view key as your old wallet and begin the refresh process automatically. (Please be patient as the refresh process may take a while.)