Closed hashharvest closed 1 year ago
First of all, did you attempt to recover the two channels using the standard recovery process before using chantools
? That will attempt to connect to the peers and ask them to force close.
The triggerforceclose
command is only for very specific versions of CLN and don't work for any other nodes.
Yes, I followed everything on that page. I have not done a Forced In-Place rescan however. I can try that and report back when it's completed.
Looks like after I ran forceclose
from chantools again, it rebroadcast. Everything seems to be working. Thanks for the help.
Okay, thanks for the update, seem like I can close the issue then.
My node crashed about a month ago due to a hard drive failure. I was able to backup the channels and my channel.db fortunately.
After all said and done, I had 10 channels, 8 of them closed and funded the on-chain. The other 2 have remained "closing" for the last month. Ran the following the
chantools summary
on my channel.db I was able to recover.I ran the following:
chantools --fromchanneldb ./results/compacted.db summary
Which generated a summary showing that 8 of the channels are closed and 2 are open with funds. Great. That's good to know.
Then I ran the following:
chantools --fromsummary ./results/summary-2023-09-14-02-00-56.json rescueclosed --channeldb ./results/compacted.db
Which generated a
rescueclosed-2023....json
file. This file shows ALL the channels with theirclosing_tx
->txid
EXCEPT the 2 open channels. They show the similar:Both channels that are still open show this. Not sure what I'm expected to see here. But it looks like it did not close them.
I then ran the following command:
chantools triggerforceclose --peer 0...3 --channel_point 7...6:1
Get the following result (after entering 24-word mnemonic):
So couple things, is I'm trying to get the other side to trigger a force close, as they think the channel is still open it looks like. My node says it's trying to close it.
Anyone help with this and help recover funds?