lightning-network-autopilot
lightning-network-autopilot copied to clipboard
A python library that uses data science and statistical methods to make recommendations for channel management of lightning network node operators
Currently there exists a bridge to c-lightning. It would make a lot of sense if the autopilot is also usable by lnd. Thus I would love to have someone have...
Currently all the graph heavy computation is done with pythons networkx lib in memory. This is fine for now. However if the network grows we should probably switch to using...
Currently the autopilot computes the probability distribution on the friendship graph. as Shown in this video: https://www.youtube.com/watch?v=L39IvFqTZk8 it makes way more sense to compute the centrality on the fee graph...