Go to file
2021-08-24 21:57:51 +02:00
grpc_gen status page 2021-07-30 12:49:23 +02:00
.gitignore added grpc 2021-07-30 09:17:05 +02:00
channels.txt status page 2021-07-30 12:49:23 +02:00
lnd.py Changed admin macroon to readonly macroon 2021-08-10 20:58:34 +02:00
output.py Fee output added to overview when using -f flag 2021-07-30 14:48:00 +02:00
README.md Update README.md 2021-08-24 08:30:21 +00:00
requirements.txt status page 2021-07-30 12:49:23 +02:00
ringtools.py umbrel path fix 2021-08-24 21:57:51 +02:00
status.py check if channelid is numeric 2021-08-10 23:04:17 +02:00
utils.py automaticly detect umbrel OS and change default lnd directory 2021-08-02 15:20:55 +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

  1. Open your SSH client and log into your node
  2. Update pip to be sure pip3 install --upgrade pip
  3. Clone this repository 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 -f -l status (When you're ready, hit Ctrl+C)