mirror of
https://github.com/callebtc/electronwall.git
synced 2025-12-18 23:54:23 +01:00
4a31489e9ed51e40b9c2e12c6f9d8a37d445d34c
⚡️ electronwall
A RPC daemon for LND that listens in the background and allows (whitelist) or rejects (blacklist) incoming channels from a list of node public keys and incoming payment routings (HTLC forwards) from a list of node IDs.
Install
From source
Build from source (you may need to install go for this):
git clone https://github.com/callebtc/electronwall.git
cd electronwall
go build .
Binaries
You can download a binary for your system here. You'll still need a config file.
Config
Edit config.yaml.example and rename to config.yaml.
Run
./electronwall
Description
Languages
Go
95.4%
Dockerfile
2.7%
JavaScript
1.9%