Post
Topic
Board Bitcoin Technical Support
Merits 1 from 1 user
Re: Impossible to stop unconfirmed (low fee) transaction, automatically resending?
by
achow101
on 26/05/2017, 00:02:44 UTC
⭐ Merited by Nerd-Labs (1)
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.