[bug]: channel stuck in pending_force_closing_channels forever #8594
Replies: 16 comments
|
What version of LND are you running? Your lncli indicates |
|
Umbrel reports LND 0.17.4-beta |
|
The lncli client is provided by the 'Lightning Shell' Umbrel app so it is probably a dockerized client. |
|
Hi, what's interesting is the Could you do a favor and restart your node and provide the log file, or just relevant lines for the funding tx |
|
xxx@h440:~/umbrel$ sudo docker logs f506a49f7720 > /tmp/lnd4.txt xxx@h440:~/umbrel$ grep 1e00c6d1b0601d8cb6e2be3085dfabc2a95aef5959020fce42db9a5ed690e932 /tmp/lnd4.txt xxx@h440:~/umbrel$ grep ERR /tmp/lnd4.txt |
|
Everything that happened in that second grep 11:03:26 /tmp/lnd4.txt |
|
grep 1823bad5100cfda6194c587e641a5cbf518a809c9c90a50407a4c8b56f4ff91b /tmp/lnd4.txt |
|
The full log 22kb |
|
Hey guys, However, in my case it is reporting that the anchor was lost. How do I solve this problem? |
|
same here, have a pending force closing channel with small balance, closing tx confirmed December 2023 "limbo_balance": "460", |
|
The amounts that are left to sweep are just too low, so with the current fee environment it's not economical to do so. |
|
@machadommm, As for 'anchor lost' that means that your 330 sats anchor output was collected by someone else, basically after 16 blocks anyone can claim it if it is not used for a fee bump. This is to reduce UTXO set clutter. |
Hi, @hieblmi |
|
@machadommm in your case it is safe to forget about this channel closure since your already got your funds back. Before we do that though could you provide logs for the htlc outpoint |
|
Moving this thread to a discussion |
|
I'm facing the same issue. With pending channels that already swept and moved the funds to my own wallet, but the channels are stuck. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Background
A channel has been stuck in pending_force_closing_channels for about 6 months, but the closing transaction confirmed a long time ago. The peer node has gone offline.
Your environment
lncli version 0.14.2-beta commit=v0.14.2-beta
Linux h440 6.5.0-14-generic #14~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 20 18:15:30 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
Bitcoin Core 26.0.0
umbrelOS Version 0.5.4
Steps to reproduce
EDITED to add formatting to the json output.
All reactions