Project to manage lightning node. It is still in prototype phase. Almost no error handling. Many bugs are still present. Programm will crash.
The program has not been systematically tested, but only by using it on Ubuntu.
I installed it on Windows 8.1, and it runs, but the UI needs tweaking to better fit. It appears that for some reason the windows are not resizable.
- Shows graph of all the channels for your node
- Shows a list of all the pending open or closing channels
- Shows the information about a channel when clicking on the connected node in the channel graph. Channels can be closed, or when inactive you can try to reconnect to the node.
- For each channel the channel policy can be set. Base fee, fee rate and time lock delay
- Shows node information when searching on Node name (case sensitive) or public key of the node. You can open a channel to this node if you wish to do so.
In order for gRPC to work follow the following guidelines: How to write a Python gRPC client for the Lightning Network Daemon
Furthermore, install the packages from requirements.txt
There is a configuration file located in config/conductor.conf
Here you should add the path to the admin.macaroon and the tls.cert. Also add the ip-address and port of your lightning node
You can also define default values for transaction fees etc.
I will be very happy with bug reports, feature requests and pull requests.