Post
Topic
Board Bitcoin Technical Support
Re: Unconfirmed Transaction since 7 days
by
hexafraction
on 24/06/2016, 14:19:00 UTC
You might wanna reset all the transactions from your wallet and resynchronize it.

How can I do that ?

Start Bitcoin Core with the command line switch -zapwallettxs to remove the transaction from local storage. The blockchain will subsequently be rescanned for all txns related to your wallet, and you will be able to continue using your wallet. You only need to run it with -zapwallettxs once.

I opened the terminal and did : open /Applications/bitcoin-qt.app --args zapwallettxes

It did opened but nothing changed.

Your command line seems odd. I would add a - before zapwallettxes since I'm under the impression that the argument is passed as-is to the executable by the Mac app loader.