Post
Topic
Board Bitcoin Technical Support
Re: A technical problem with core wallet
by
achow101
on 18/06/2016, 14:11:13 UTC
You can use the command -zapwallettxes to delete the unconfirmed transaction from your wallet.

To do this on a mac, open up a terminal and run
Code:
bitcoin-qt -zapwallettxes=2
afterwards it's probably a good idea to run
Code:
bitcoin-qt -rescan
(this will take a really long time). After you do this you might have to wait a few hours for the network to completely forget about the txes and then you'll be able to spend them as normal.
It is not necessary to do another rescan since zapwallettxes already does a rescan.