Hey guys I have a problem with my wallet...
I have a wallet with a public key: CSZui5aZJZ3u27bLsjAL8Cn1TTzNfBkevQ
I should have 9618.793144 C2.1 over there.
http://c2chain.info/search is showing correct amount of coins.
But my desktop wallet is showing 0.1.
......
I deleted all data 3 times and use bootstrap to sync my wallets. Wallet is still showing a balance of 0.1 C2.1.
Anyone have some idea what can I do with it?
Thanks in advance
Best regards
Help -> Debug window -> Console
listaddressgroupings
grab every non-zero balance address and run
dumpprivkey CSomeNonZeroBalanceHereblablablablabla
save output somewhere in some txt file line by line
close wallet and backup wallet.dat
rename wallet.dat to smth else for example wallet_old.dat
open wallet (should generate new wallet and show 0 C2 now)
Help -> Debug window -> Console
for every line in your txt file run
importprivkey LongLineFromThatFileIEOutputOfSingleAddressDump
Could also require wallet restart to show correct balance - I'm not sure about this
PS.
> help listaddressgroupings
listaddressgroupings
Lists groups of addresses which have had their common ownership
made public by common use as inputs or as the resulting change
in past transactions
> help dumpprivkey
dumpprivkey
Reveals the private key corresponding to .
> help importprivkey
importprivkey [label]
Adds a private key (as returned by dumpprivkey) to your wallet.