Unconfirmed UTXO that doesn't appear in mempool. #1271
-
So I had a number of dust UTXOs that were sitting in an unconfirmed state that I tried to sweep into a single transaction and via llncli command line and now I have a single UTXO that is also not being broadcast into the mempool. It does show up as an unconfirmed transaction in my own node but isn't spendable since it is not confirming due to it not being in the mempool. Is there a means to push this transaction? Also, I don't know what fee has been set and was wondering if there was a means to determine what that is before it shows up in the mempool? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
If the unconfirmed transactions are less than two weeks old, it should still be in the mempool, you can try to bump up the unconfirmed UTXO via CPFP make sure to use a high enough fee rate (which should be more than the highest rate you see on mempool), so that the average fee rate is good enough for the miners to prioritize it. |
Beta Was this translation helpful? Give feedback.
If the unconfirmed transactions are less than two weeks old, it should still be in the mempool, you can try to bump up the unconfirmed UTXO via CPFP
https://docs.lightning.engineering/lightning-network-tools/lnd/unconfirmed-bitcoin-transactions
make sure to use a high enough fee rate (which should be more than the highest rate you see on mempool), so that the average fee rate is good enough for the miners to prioritize it.