Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: zombo on May 25, 2017, 11:48:31 PM



Title: Impossible to stop unconfirmed (low fee) transaction, automatically resending?
Post by: zombo on May 25, 2017, 11:48:31 PM
Hi guys, Got a transaction that I stupidly tried to make when my wallet was out by several weeks, so the fee it estimated was far too low, and the problem is now I have no way of cancelling it, I tried making another transaction and it just tells me my balance too low to do it.

I am using the Bitcoin core latest version

Transaction info here https://blockchain.info/tx/b0cee8e8b6fd8ce20b8ad800a5d218131958ce18651085985adf66293fa56dd7

I actually put this through over 10 days ago, but now see the date has updated, my client shows a different date also.

I've tried manipulating the wallet with pywallet, I've tried to reset the wallet and rescan, I've tried to -zapwalletxes and nothing is working. The abandon transaction is also greyed out and enabling coin control makes no difference.

Every time I restart the bitcoin client, the transaction re-appears with today's date and time, so a different approach has been just not going back into the client for a few days, since the 20th to be exact, and now still it's unconfirmed and will not give up.

Any ideas?? Very frustrating as was wanting to buy some Ether :(


Title: Re: Impossible to stop unconfirmed (low fee) transaction, automatically resending?
Post by: achow101 on May 26, 2017, 12:02:44 AM
Shut down Bitcoin Core. Find the Bitcoin Core datadir. Delete the file named mempool.dat. Open or create a text file named bitcoin.conf (.conf extension, no .txt extension). Add the following line to the file:
Code:
walletbroadcast=0

Now start Core. You should be able to do Abandon Transaction now.

Once you create your double spending higher fee transaction, stop Bitcoin Core and remove the line you added to the bitcoin.conf file.


Title: Re: Impossible to stop unconfirmed (low fee) transaction, automatically resending?
Post by: zombo on May 26, 2017, 09:03:09 AM
You are a lifesaver, nobody else seemed to know how to do it and I could not find this information anywhere else, thank you!


Title: Re: Impossible to stop unconfirmed (low fee) transaction, automatically resending?
Post by: SYMbtc on June 07, 2017, 10:53:13 PM
Worked for me as well thanks!