I sent a transaction with a low fee. I'm trying to resend the transaction but I get an error. 258: txn-mempool-conflict. Is there no way to get a transaction out of the mempool? How long should I wait?
-
EddieOne commented at 5:51 AM on May 27, 2017: none
-
jonasschnelli commented at 9:35 AM on May 30, 2017: contributor
This question doesn't belong here. Please use https://bitcoin.stackexchange.com or similar for such questions.
Did you signal RBF in the transaction? If so, use the "bumpfee" RPC command. Maybe try to use CPFP (Use GUI Coin-control to RPC rawtx* interface to spend the change output of the stuck transaction in a high fee transaction).
- jonasschnelli added the label TX fees and policy on May 30, 2017
-
EddieOne commented at 5:18 PM on May 30, 2017: none
ok thanks, I will try the RBF signal.
I would suggest nodes not accept low fee transactions when there is a excessive amount of unconfirmed transactions. There was 200k at the time. I would assume for most situations, paying a higher fee is better than losing control of funds.
-
jonasschnelli commented at 6:49 PM on May 30, 2017: contributor
RBF can't be done after broadcasting a low fee transaction. If you want to bump an existing low-fee transaction that does not already signal RBF, then you should use child-pays-for-parent (CPFP) by creating a high-fee-transaction with the change-output of the "stuck transaction" as input for the new transaction.
-
jonasschnelli commented at 6:49 PM on May 30, 2017: contributor
Closing
- jonasschnelli closed this on May 30, 2017
- MarcoFalke locked this on Sep 8, 2021