lightning icon indicating copy to clipboard operation
lightning copied to clipboard

Pending Channel stucks

Open orangedmind opened this issue 2 years ago • 3 comments

Hello, I tried to open a channel a couple of weeks ago and selected the low fee option. As the mempool was quite full the funding transaction was denied and never processed. Now the channel still stucks in the status "Pending Open" and I have not yet found a way to get rid of it.

Please find attached an extract of the lightning-cli listpeers command.

Any ideas? log.txt

orangedmind avatar Jun 14 '22 09:06 orangedmind

Fees are pretty low lately, so low fees that should not be a problem. I am not sure if lightningd keeps trying to broadcast the funding transaction forever. Maybe check lightning-cli listpeers 0384d37ce01a3950be609156dcbd3ebcad6a8107b11d796890521fde06508dfc4d debug to see what is going on.

The log should contain something like bitcoin-cli sendrawtransaction ... with an exit status.

SimonVrouwe avatar Jun 18 '22 21:06 SimonVrouwe

The mempool was empty many times during the past few weeks. This suggests that lightningd is not retransmitting transactions. If so I would consider that a bug.

wtogami avatar Jun 19 '22 11:06 wtogami

It's possible that you've tried to open the channel with a transaction carrying such a low fee that it was rejected by all nodes (due to the congested mempool). You might want to rebroadcast the transaction.

zerofeerouting avatar Jun 20 '22 14:06 zerofeerouting