-
Notifications
You must be signed in to change notification settings - Fork 64
How To: Rectify your incorrect balance
- Windows:
%appdata%\B3-CoinV2\
- Mac:
~/Library/Application Support/B3-CoinV2
- Linux:
~/.B3-CoinV2/
Before attempting the fixes below, please verify your wallet version of 3.1.1.2 and it is on the correct block/chain. Compare your wallet's block number with the one on CryptoID
Copy $datadir/wallet.dat to a safe location
If your wallet is encrypted, click the Unlock Wallet button, uncheck the checkbox “Unlock for staking only”, type your passphrase and click OK.
Browse to the console by clicking Help -> Debug -> Console Type ‘repairwallet’ and hit enter
If the console returns ‘wallet check passed : true’, it did not find any discrepancies. If it shows that changes were made, your balance should now be corrected. If you are still confident your balance is incorrect, continue with Option 2
Copy $datadir/wallet.dat to a safe location
1. If your wallet is encrypted, click the Unlock Wallet button, uncheck the checkbox “Unlock for staking only”, type your passphrase and click OK.
Navigate to the receive tab and copy your wallet address
Browse to the console by clicking Help -> Debug -> Console Type ‘dumpprivkey ’ to reveal your private key. KEEP THIS SAFE DO NOT SHARE THIS WITH ANYONE
Delete everything in your $datadir
Browse to the console by clicking Help -> Debug -> Console Type ‘importprivkey ’ to import your private key and restore your original wallet
Allow the wallet to completely sync, your balance should now be displayed correctly.