Comment on page
Wallet Repair
In certain circumstances there may be a need to repair your wallet, i.e. to rescan the blockchain so that transactions that are missing from your wallet become visible. These tools are available in both the QT and electron wallets.
Backup your wallet.dat file before using these tools
QT Wallet
Tools > Wallet Repair
Electron
Tools & info > Wallet Repair
With this option you can attempt to recover private keys from a corrupt client on system startup. (This can also be achieved in the RPC CLI Tool with -salvage wallet)
Rescan the blockchain for missing wallet transactions. (This can also be achieved in the RPC CLI Tool with -rescan)
This deletes all the client wallet transactions and only recovers those parts of the blockchain through -rescan on startup - keeps TX metadata e.g. account owner & payment request information (This can also be achieved in the RPC CLI Tool with -zapwalletxes1)
This function deletes all the client wallet transactions and only recovers those parts of the blockchain through -rescan on startup - drops TX metadata (This can also be achieved in the RPC CLI Tool with -zapwalletxes2)
This upgrades the client wallet to the latest format on startup (This can also be achieved in the RPC CLI Tool with -upgradewallet)
When using this option, the client wallet will rebuild the blockchain index and transactions from the local blockchain files - it will not download data and synchronise the entire chain (This can also be achieved in the RPC CLI Tool with -reindex)
After selecting this function, the client wallet will delete the local blockchain files and resynchronize from scratch, downloading the blockchain again and synchronizing the transactions. (This can also be achieved in the RPC CLI Tool with -resync)
Last modified 2yr ago