- 
                Notifications
    
You must be signed in to change notification settings  - Fork 41
 
Closed
Description
I'm trying to follow your guide for chantools fakechanbackup and the article you wrote a while back (https://guggero.medium.com/did-you-lose-funds-on-the-lightning-network-because-of-a-disk-crash-8971b6a92494) but there seems to be some gaps in the logic.
Firstly, when I use the fake backup the message in the LND log containing the commit_point goes by so fast that I'm not able to copy it down before it's gone. The guide should probably include a hint to grep the logs like this:
grep -P 'commit_point=\K[a-f0-9]{66}'  .lnd/logs/bitcoin/mainnet/lnd.log
# or 
# Old log files (here i'm using file 44, adjust accordingly. 
# Check what files you have using "ls -la .lnd/logs/bitcoin/mainnet/"
zgrep -P 'commit_point=\K[a-f0-9]{66}'  .lnd/logs/bitcoin/mainnet/lnd.log.44.gzHowever, the bigger problem is that the guide says nothing about where I can find the force close address.
chantools rescueclosed --force_close_addr <??????> --commit_point 02b[redacted]923Hope you can help me get this working.
Metadata
Metadata
Assignees
Labels
No labels