mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 00:07:54 +00:00
Update howto_fix_stuck_funds.md
This commit is contained in:
parent
5df9e50382
commit
064bc0c798
1 changed files with 6 additions and 6 deletions
|
@ -13,17 +13,17 @@ Sometimes, your funds will become stuck - you will have some locked funds that n
|
|||
|
||||
1. Load your wallet in simplewallet.
|
||||
|
||||
1. Type
|
||||
2. Type
|
||||
|
||||
> seed
|
||||
|
||||
into the command prompt. Write down your 25 word seed, if you haven't already. This is the best way to make sure you don't loose access to your funds.
|
||||
|
||||
2. Close simplewallet by typing
|
||||
3. Close simplewallet by typing
|
||||
|
||||
> exit
|
||||
|
||||
2. Backup all of your wallet related files. These include:
|
||||
4. Backup all of your wallet related files. These include:
|
||||
|
||||
> yourwalletname.bin
|
||||
> yourwalletname.bin.keys
|
||||
|
@ -33,9 +33,9 @@ This can be done by copying the files to a new folder.
|
|||
|
||||
Sometimes, when creating your wallet, you might have named it something without the .bin part. In that case, the wallet file will be called yourwalletname without the .bin at the end.
|
||||
|
||||
3. Delete yourwallet.bin
|
||||
5. Delete yourwallet.bin
|
||||
|
||||
4. Load simplewallet, type in the name of the wallet you just deleted
|
||||
6. Load simplewallet, type in the name of the wallet you just deleted
|
||||
|
||||
5. Enter password. The wallet will now refresh and hopefully your locked funds will now become unlocked.
|
||||
7. Enter password. The wallet will now refresh and hopefully your locked funds will now become unlocked.
|
||||
|
||||
|
|
Loading…
Reference in a new issue