2021-08-24 07:19:17 +02:00
|
|
|
# Ringtools
|
|
|
|
Ringtools is a tool to keep an eye on the by you provided channels, like to monitor a Ring of Fire.
|
|
|
|
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
## Installation
|
2021-08-24 10:30:21 +02:00
|
|
|
1. Open your SSH client and log into your node
|
2021-08-24 07:19:17 +02:00
|
|
|
2. Update pip to be sure `pip3 install --upgrade pip`
|
2021-08-24 10:30:21 +02:00
|
|
|
3. Clone this repository `git clone https://github.com/StijnBTC/Ringtools`
|
2021-08-24 07:19:17 +02:00
|
|
|
4. Navigate to the right folder `cd Ringtools`
|
|
|
|
5. Install the requirements `pip3 install -r requirements.txt`
|
|
|
|
6. Edit the channel file `sudo nano channels.txt`
|
|
|
|
7. Replace all channels with the channels from your ring and save (Ctrl+X following Y (Yes))
|
2021-08-24 10:30:21 +02:00
|
|
|
8. Run Ringtools `python3 ringtools.py -f -l status` (When you're ready, hit Ctrl+C)
|