Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [PPC] PPCoin Released! - First Long-Term Energy-Efficient Crypto-Currency
by
d5000
on 15/05/2021, 15:41:00 UTC
How do i get back my coins ?
Try the following in the qt client in Help -> Debug window -> Console:

Code:
abandontransaction TXID

with the TXID being the transaction ID of the transaction which didn't went through (according to your post, "2c6211006e683f5efc63f4f77e46ee96c68b0ac34e0479831ad5a8f069a2222c").

If your coins still are not back, try:

Code:
rescanblockchain

Don't worry about the red warning in the window, these commands do nothing that allows me to steal your coins Cheesy Rescanblockchain only updates your wallet database (without touching your keys) so the unconfirmed transaction is deleted.

Or on the command line:

Code:
peercoin-cli abandontransaction TXID
Code:
peercoin-cli rescanblockchain

Make sure your client is updated to a reasonably new version (0.9+). If it's older it may be the case that the transaction format is wrong. In this case, backup your wallet.dat and download 0.9 or the brand new 0.10.