Ringtools is a tool to keep an eye on the by you provided channels, like to monitor a Ring of Fire.
- Open your SSH client and log into your node
- Update pip to be sure
pip3 install --upgrade pip - Clone this repository
git clone https://github.com/StijnBTC/Ringtools - Navigate to the right folder
cd Ringtools - Install the requirements
pip3 install -r requirements.txt
- Put all public keys and telegram usernames, separated with a comma in
pubkeys.txt - Run
checkringfunctionality with write to create channels.txtpython3 ringtools.py check --write-channels - Run Ringtools
python3 ringtools.py -f -l status(When you're ready, hit Ctrl+C)