mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-25 20:15:56 +00:00
Update howto_fix_stuck_funds.md
This commit is contained in:
parent
064bc0c798
commit
a80b5ccbbe
1 changed files with 7 additions and 7 deletions
|
@ -11,19 +11,19 @@ attribution: "<!-- Icon is based on work by Freepik (http://www.freepik.com) and
|
||||||
|
|
||||||
Sometimes, your funds will become stuck - you will have some locked funds that never become unlocked. This is how you fix it.
|
Sometimes, your funds will become stuck - you will have some locked funds that never become unlocked. This is how you fix it.
|
||||||
|
|
||||||
1. Load your wallet in simplewallet.
|
- Load your wallet in simplewallet.
|
||||||
|
|
||||||
2. Type
|
- Type
|
||||||
|
|
||||||
> seed
|
> 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.
|
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.
|
||||||
|
|
||||||
3. Close simplewallet by typing
|
- Close simplewallet by typing
|
||||||
|
|
||||||
> exit
|
> exit
|
||||||
|
|
||||||
4. Backup all of your wallet related files. These include:
|
- Backup all of your wallet related files. These include:
|
||||||
|
|
||||||
> yourwalletname.bin
|
> yourwalletname.bin
|
||||||
> yourwalletname.bin.keys
|
> 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.
|
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.
|
||||||
|
|
||||||
5. Delete yourwallet.bin
|
- Delete yourwallet.bin
|
||||||
|
|
||||||
6. Load simplewallet, type in the name of the wallet you just deleted
|
- Load simplewallet, type in the name of the wallet you just deleted
|
||||||
|
|
||||||
7. Enter password. The wallet will now refresh and hopefully your locked funds will now become unlocked.
|
- Enter password. The wallet will now refresh and hopefully your locked funds will now become unlocked.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue