How to apply RBF (Replace-by-Fee)

4

I got a stuck transaction and would like to clear this. I found many information about RBF (Replace-by-Fee) how it works etc. So i think this might be the best option to get my transaction going.

Unfortunately i couldnt find any information about how to apply this command to the existing unconfirmed and zero-fee transaction. Please advise.

THank you so much

Mojo

Posted 2016-04-27T03:50:27.477

Reputation: 41

Answers

3

RBF Tools by Peter Todd

This page contains

..tools to test out replace-by-fee functionality. You'll need a local node with the replace-by-fee patch.

E.g. To double spend ./double-spend.py <address> <amount>

To just increase fee ./bump-fee.py <txid> etc.

Kang

Posted 2016-04-27T03:50:27.477

Reputation: 440

but how to enable replace-by-fee in bitcoin-core?knocte 2016-05-30T16:50:52.173

It is not implemented yet.renlord 2016-06-26T08:52:17.730

"You'll need a local node with the replace-by-fee patch. A version applied to Bitcoin Core v0.11.0 is available at https://github.com/petertodd/bitcoin/tree/replace-by-fee-v0.11.0 "

Jefrey Sobreira Santos 2017-01-27T18:40:23.207