monero-site/_i18n/it/resources/user-guides/howto_fix_stuck_funds.md
el00ruobuob 9843b58674
Guides versioning
+ All guides are version
+ Major diff on Polish daemon RPC guide
+ Minor diff on Polish daemon RPC guide
+ yml completed for en, fr, pl, it, es
+ Instructions updated on readme.md:
  - For Guide création: adding the mainversion to the /ressources/user-guides, the guide version and the translation snippet to the localized files
  - For Guides update: how, where and why handling the version number.
2018-07-08 15:05:49 +02:00

1.1 KiB

{% assign version = '1.1.0' | split: '.' %} {% include disclaimer.html translated="false" version=page.version %} Sometimes, your funds will become stuck - you will have some locked funds that never become unlocked. This is how you fix it.

  • Load your wallet in monero-wallet-cli.

  • 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.

  • Close monero-wallet-cli by typing

exit

  • Backup all of your wallet related files. These include:

yourwalletname.bin yourwalletname.bin.keys yourwalletname.bin.address.txt

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.

  • Delete yourwallet.bin

  • Load monero-wallet-cli, type in the name of the wallet you just deleted

  • Enter password. The wallet will now refresh and hopefully your locked funds will now become unlocked.