mirror of
https://github.com/StijnBTC/Ringtools.git
synced 2024-11-19 00:50:03 +01:00
grpc_gen | ||
.gitignore | ||
channels.txt | ||
checkring.py | ||
clightning.py | ||
lnclient.py | ||
lnd.py | ||
output.py | ||
pubkeys.txt | ||
README.md | ||
requirements.txt | ||
ringtools.py | ||
status.py | ||
utils.py |
Ringtools
Ringtools is a tool to keep an eye on the by you provided channels, like to monitor a Ring of Fire.
Installation
- Open your SSH client and log into your node
- Update pip to be sure
pip3 install --upgrade pip
- Clone this repository
git clone https://github.com/StijnBTC/Ringtools
- Navigate to the right folder
cd Ringtools
- Install the requirements
pip3 install -r requirements.txt
Usage
- Put all public keys and telegram usernames, separated with a comma in
pubkeys.txt
- Run
checkring
functionality with write to create channels.txtpython3 ringtools.py check --write-channels
- Run Ringtools
python3 ringtools.py -f -l status
(When you're ready, hit Ctrl+C)