chantools
chantools copied to clipboard
A loose collection of tools all somehow related to lnd and Lightning Network channels.
I used `dropchannelgraph` with the intention to fix missing channel information that was introduced due to running with `routing.assumechanvalid=true` when I started using my node for the first time. The...
I tried to use the `triggerforceclose` to force close a channel but I get this error `error dialing peer: dial tcp:` I checked on 1ML and Amboss and the peer...
This is not an issue, but I cannot find a discussion tab for this project so I will ask my question here. I am interested to perform a `chantools dropchannelgraph`...
I am trying to trigger a force close to a CLN peer because I think I am experiencing the issue described in https://github.com/lightninglabs/chantools/blob/master/doc/chantools_triggerforceclose.md > in case the peer is a...
I am trying to use a remote FC output to open a new channel, but need some updates to the command to do so. 1. Allow sweeping to P2WSH address....
Upon startup, `chantools` tries to create a directory `$PWD/results`, and then writes a file `chantools.log` inside of it. If `$PWD` is currently read only, we get an error: ``` tester@fc610f97347b:/$...
Still draft needs a bit more cleanup, so work in progress. Fixes: https://github.com/lightninglabs/chantools/issues/53