Installation and usage
Check out the repo of @StijnBTC/Ringtools for the most recent usage instructions.
Installation
Open your SSH client and log into your node
Update pip to be sure
pip3 install --upgrade pipClone this repository
git clone https://github.com/StijnBTC/RingtoolsNavigate to the right folder
cd RingtoolsInstall the requirements
pip3 install -r requirements.txt
Usage
Put all public keys and telegram usernames, separated with a comma in
pubkeys.txtRun
checkringfunctionality with write to create channels.txtpython3 ringtools.py check --write-channelsRun Ringtools
python3 ringtools.py -f -l status(When you’re ready, hit Ctrl+C)
Instructions for use with c-lightning
RingTools-CLI uses LND by default. To use c-lightning add --client cl as argument.
If you don’t have the RPC unix at the default location use the --clrpc /path/to/lightning-rpc argument.
The channel format is different when using C-lightning, but if you use the pubkeys.txt file this should not matter.