niteshbalusu11 / ln-utils-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lightning Utilites Bot

  • Built https://t.me/ln_utils_bot as an alternative to @LNPingBot but utilities bot also can also probe a node.
  • LNPingBot has been unreliable for me so built this as an alernative.

Self-hosting Steps

# Add a .env file and update values
cp .env.example .env

# Clone the repo
git clone https://github.com/niteshbalusu11/ln-utils-bot.git

# Change directory
cd ln-utils-bot

# Build and run
cargo run --release

For docker

  • There is a Dockerfile and a sample docker-compose.yaml file in repo.

About


Languages

Language:Rust 93.6%Language:Dockerfile 6.4%