lightning-tools
lightning-tools copied to clipboard
Tools for Lightning Network node operators
I just wanted to know if my proposed solution in [c-lightning #4883](https://github.com/ElementsProject/lightning/issues/4883) for injecting custom shutdown behavior could work. Its the second best thing (see below). Custom shutdown behavior can...
Consider the following graph described by the edges (src, dest, cost): (a, b, 0.1), (a, c, 0.8), (b, c, 0.0), (b, d, 0.8), (c, d, 0.8). Each node and each...
Also calculate the geomean of the low-fee capacity to each other low-fee reachable node; that is, the geomean of the maximum amount we could send to each of those nodes...
It would be nice to generate a huge SVG from a dot graph for various things, in particular for the prospective peer exploration. - newly low-fee reachable nodes and edges...