Any payment gets stuck on a direct channel #8347
-
I created an outbound channel with Kraken.
Trying to send any payment to Kraken got stuck so far. Yesterday I tried to pay an invoice of
I presume the payment will timeout eventually, however I would have expected to be able to successfully pay the invoice to my channel counter party as the my balance is sufficient, and the channel constraints are also adhered to. Any idea what could be wrong here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Now, the stuck payments expired and it seems my channel is now in waiting to close.
The closing_txid did not get broadcasted, and apparently fails to retry
Is this channel now stuck on closing? Any support on how to get out of this would be appreciated. |
Beta Was this translation helpful? Give feedback.
I wonder if you see any broadcast errors, because of
"mempoolminfee": 0.00043000
(43 sat/byte). You could try to setmaxmempool=1500
inbitcoin.conf
and then restart the node. This may already be enough to propagate the transaction or to have your transaction in your mempool. Once you see the transaction on some explorer, you may try to bump it.