mirror of
https://github.com/StijnBTC/Ringtools.git
synced 2024-11-19 00:50:03 +01:00
526a71e241
Removed LNDIR from instructions.
665 B
665 B
Ringtools
Ringtools is a tool to keep an eye on the by you provided channels, like to monitor a Ring of Fire.
Installation
- 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
- Edit the channel file
sudo nano channels.txt
- Replace all channels with the channels from your ring and save (Ctrl+X following Y (Yes))
- Run Ringtools
python3 ringtools.py -f -l status
(When you're ready, hit Ctrl+C)