Go to file
2021-12-20 12:30:00 +01: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 Remove cache and existing channels in channels.txt 2021-12-18 16:33:02 +01:00
checkring.py Implemented c-lightning support with short channel IDs 2021-12-18 18:30:02 +01:00
clightning.py Implemented c-lightning support with short channel IDs 2021-12-18 18:30:02 +01:00
lnclient.py Implemented c-lightning support with short channel IDs 2021-12-18 18:30:02 +01:00
lnd.py Implemented c-lightning support with short channel IDs 2021-12-18 18:30:02 +01:00
output.py RPC error handling (eg edge not found) 2021-10-02 23:13:19 +02:00
pubkeys.txt Messy first check-ring implementation, requires some more clean-up 2021-10-03 02:14:53 +02:00
README.md Updated readme with faster flow, no more asking/searching for channel IDs! 2021-10-03 02:37:20 +02:00
requirements.txt Implemented c-lightning support with short channel IDs 2021-12-18 18:30:02 +01:00
ringtools.py Implemented c-lightning support with short channel IDs 2021-12-18 18:30:02 +01:00
status.py Implemented c-lightning support with short channel IDs 2021-12-18 18:30:02 +01: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

Usage

  1. Put all public keys and telegram usernames, separated with a comma in pubkeys.txt
  2. Run checkring functionality with write to create channels.txt python3 ringtools.py check --write-channels
  3. Run Ringtools python3 ringtools.py -f -l status (When you're ready, hit Ctrl+C)