Update README.md

Added steps for installation.
This commit is contained in:
Bardesss 2021-08-24 05:19:17 +00:00 committed by GitHub
parent 72fd6c5dea
commit 6839068b4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,14 @@
# Ringtools
# Ringtools
Ringtools is a tool to keep an eye on the by you provided channels, like to monitor a Ring of Fire.
--------------------
## Installation
1. Open your SSH client and login your node
2. Update pip to be sure `pip3 install --upgrade pip`
3. Clone this Github `git clone https://github.com/StijnBTC/Ringtools`
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))
8. Run Ringtools `python3 ringtools.py --lnddir /home/umbrel/umbrel/lnd/ -f -l status` (When you're ready hit Ctrl+C)