Post
Topic
Board Announcements (Altcoins)
Re: Coin2.0 [C2.0] - The forward thinking POS (FPS GAME DEV. UNDER WAY).
by
KingArbinV
on 28/05/2014, 19:39:18 UTC
I deleted the blocks so it downloads a fresh blocks...lets see what happens.

For anyone wanting to reclaim "coins sent, but still with 0 confirmations", without re-downloading the blockchain...
This should recover unconfirmed sent coins back into the available balance (on windows)...

1. Open the C2.0 wallet.... Help > Debug Window > Console > 'RepairWallet' >> Recovered amount will be displayed in output.
2. Close the C2.0 wallet...
3. Open the c2.0 wallet with "-rescan" parameter *
4. The recovered coins should now be included in the available balance.

* Shortcut Example
"C:\Coin2.0\coin2.0-qt.exe" -rescan

* CMD Example
cd c:\Coin2.0
coin2.0-qt.exe -rescan

Edit To Add:

As far as I know, this should work on any QT wallet. 

I understand the first bit but don't understand how to reopen the wallet with the rescan parameter. Could anyone give me an idiot proof version?

Go to search for File and Folders if you on windows, type command.exe, open that, navigate to where you coin2 wallet is stored, might be best so to move it to C:\coin2\ for now, then type cd ../../../../.. so you move to the C:\ driectory, then type cd coin2 or whatever it is your coin2 folder is called.  then coin2.0-qt.exe -rescan

hope this is a little bit easier for you now