mirror of
https://github.com/callebtc/electronwall.git
synced 2026-02-01 13:24:58 +01:00
62e11a3e77e7cf1f12e5253a333366fd4ea4ac1f
LND whitelist
A RPC daemon for LND that listens in the background and allows (whitelist) or denies (blacklist) incoming channels from a list of node public keys.
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.
Config
Edit config.yaml.example and rename to config.yaml.
Run
./electronwall
Description
Languages
Go
95.4%
Dockerfile
2.7%
JavaScript
1.9%