You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result lncli walletbalance has no confirmed balance so i can not do anything anymore because no confirmed funds are left to do anything.
Output of lncli walletbalance
live.blockcypher.com shows the transaction keeps stuck in unconfirmed state:
Restarting the lnd daemon
When i restart the lnd daemon the output in the journalctl gives the following message: [WRN] PEER: ChannelPoint(7eefdd051e3d1473862d6ec6f2a4d0bcc8f57737305dee6fd52145e43109bbe4:0) has status ChanStatusBorked|ChanStatusCommitBroadcasted|ChanStatusLocalCloseInitiator, won't start.
For me this looks like a quite serious WRN message!
How can i make the waiting_close_channels to go on with closing the channel or at least some confirmation will appear in the listchaintxns command when new blocks are found and my funds are available again in my wallet.
Any help is appreciated! Thanks.
The text was updated successfully, but these errors were encountered:
Background
Describe your issue here.
Funds are stuck forever because confirmations never occur after a force closechannel command
Your environment
version of
lnd
0.10.0-beta commit=v0.10.0-beta
which operating system (
uname -a
on *Nix)Linux 4.19.97-v7l+ lnwallet/channel: set add heights based on the locked in commits #1294 SMP Thu Jan 30 13:21:14 GMT 2020 armv7l GNU/Linux
version of
bitcoind
v0.19.1
any other relevant environment details
Steps to reproduce
Journalctl returns the following message:
lncli pendingchannels
givesAfter 65 new blocks found the lncli listchaintxns command still reports ZERO confirmations!
Here is the output of 'lncli listchaintxns'
As a result lncli walletbalance has no confirmed balance so i can not do anything anymore because no confirmed funds are left to do anything.
Output of
lncli walletbalance
live.blockcypher.com shows the transaction keeps stuck in unconfirmed state:
Restarting the lnd daemon
When i restart the lnd daemon the output in the journalctl gives the following message:
[WRN] PEER: ChannelPoint(7eefdd051e3d1473862d6ec6f2a4d0bcc8f57737305dee6fd52145e43109bbe4:0) has status ChanStatusBorked|ChanStatusCommitBroadcasted|ChanStatusLocalCloseInitiator, won't start.
For me this looks like a quite serious WRN message!
How can i make the waiting_close_channels to go on with closing the channel or at least some confirmation will appear in the
listchaintxns
command when new blocks are found and my funds are available again in my wallet.Any help is appreciated! Thanks.
The text was updated successfully, but these errors were encountered: