How to remove unconfirmed, non-existent transaction from QT wallet

5

1

I transferred 10 btc from my Coinbase acct to my wallet. The transaction appears twice in my wallet, one went right through and confirmed within minutes, the other has 0 confirmations (after 2 weeks), and the transaction ID does not show up on blockchain. So I got my bitcoins, but now I have this "phantom" unconfirmed transaction in my wallet. How do I get rid if it?

user8661

Posted 2013-11-10T19:41:55.383

Reputation: 51

Question was closed 2017-06-08T01:48:02.747

Answers

5

The command line option is -zapwallettxes

This will clear unconfirmed transactions from your wallet.

See https://en.bitcoin.it/wiki/Running_Bitcoin

hsmiths

Posted 2013-11-10T19:41:55.383

Reputation: 701

-1

Try doing a rescan. start the client with -rescan

That parameter will tell the software to scan the block chain for missing wallet transactions.

UndergroundVault

Posted 2013-11-10T19:41:55.383

Reputation: 89

1However, this will not help to get rid of transactions that are already there.Nate Eldredge 2014-05-12T13:48:46.560