mirror of
https://github.com/StijnBTC/Ringtools.git
synced 2025-02-28 15:55:27 +01:00
Update README.md
Removed LNDIR from instructions.
This commit is contained in:
parent
ad68547836
commit
526a71e241
1 changed files with 3 additions and 3 deletions
|
@ -4,11 +4,11 @@ Ringtools is a tool to keep an eye on the by you provided channels, like to moni
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
1. Open your SSH client and login your node
|
1. Open your SSH client and log into your node
|
||||||
2. Update pip to be sure `pip3 install --upgrade pip`
|
2. Update pip to be sure `pip3 install --upgrade pip`
|
||||||
3. Clone this Github `git clone https://github.com/StijnBTC/Ringtools`
|
3. Clone this repository `git clone https://github.com/StijnBTC/Ringtools`
|
||||||
4. Navigate to the right folder `cd Ringtools`
|
4. Navigate to the right folder `cd Ringtools`
|
||||||
5. Install the requirements `pip3 install -r requirements.txt`
|
5. Install the requirements `pip3 install -r requirements.txt`
|
||||||
6. Edit the channel file `sudo nano channels.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))
|
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)
|
8. Run Ringtools `python3 ringtools.py -f -l status` (When you're ready, hit Ctrl+C)
|
||||||
|
|
Loading…
Add table
Reference in a new issue