Is it possible to replace-by-fee existing transaction in mempool purely using RPC commands? If yes, then how?
-
khelle commented at 4:04 PM on December 21, 2017: none
-
RHavar commented at 4:25 PM on December 21, 2017: contributor
You can use
bumpfeeif you purely care about increasing the fee of a transaction (although I would never rely on the ability to do this, as the command is very unreliable).The more general approach would be to use
createrawtransactionAlso this question would be best put on stackoverflow, not as a bug report
-
jonasschnelli commented at 6:36 PM on December 21, 2017: contributor
Replace-by-fee (
bumpfeeor viacreaterawtransaction) is only possible for a transaction where you have previously "enabled" RBF (means the transaction does signal BIP125 RBF via inputsnSequence).If you haven't had
-walletrbfenabled or did check the checkbox in Qt (or used the right RPC arguments), you can't use RBF reliable.Another way how to unstuck transactions is by CPFP (child pays for parent) via Qt/CoinControl (I have done that serval times and assisted some users with that). You basically choose the stuck transactions change output as a new input for a self-to-self transaction and pay twice the required fee.
- jonasschnelli added the label TX fees and policy on Dec 21, 2017
- meshcollider closed this on Mar 11, 2018
- DrahtBot locked this on Sep 8, 2021