Stop bitcoin-qt from retrying transaction

5

I sent some bitcoins, forgot to uncheck "no-fee" checkbox. The transaction started, but never got confirmed. In the blockchain after some time it was "purged". I expected my bitcoins back, however, what I believe is, the client tried to send them again - because the transaction appeared on the blockchain.info just after I turn the client on. And this cycle repeats now. Is bitcoin-qt really retrying transaction? If so, how can I stop it?

M4ks

Posted 2016-06-23T08:06:39.407

Reputation: 153

Answers

9

Yes, Bitcoin Core will try resending the transaction until it confirms or is replaced. You can make it forget the transaction by starting Bitcoin Core with the option

-zapwallettxes=<mode>

Then, be sure to use the inputs in another transaction, because the transaction is still valid and might yet be confirmed. The only way to invalidate it is by doublespending the coins.

The easiest way to make sure that you have invalidated the old transaction is by moving your wallet's complete balance to a new address.

Murch

Posted 2016-06-23T08:06:39.407

Reputation: 41 609

How can I use inputs in another transaction? You mean to send the same amount once again?M4ks 2016-06-23T11:17:49.733

Sorry, busy right now, but I think it was described better here: Why is my transaction not getting confirmed and what can I do about it?

Murch 2016-06-23T11:19:31.497