Post
Topic
Board Bitcoin Technical Support
Re: [GUIDE] Delete your 0/unconfirmed transactions in 30 seconds
by
evilpete
on 14/03/2014, 07:41:26 UTC
New method with 0.9+ built directly into core client:

  -rescan                Rescan the block chain for missing wallet transactions
  -zapwallettxes         Clear list of wallet transactions (diagnostic tool; implies -rescan)

It does exactly what it says - it rebuilds the transaction list from the officially confirmed blocks.

Naturally, get a reliable wallet backup first.