Files
electronwall/README.md
callebtc 6921cd4b2d config
2022-05-28 12:13:44 +02:00

15 lines
317 B
Markdown

# LND whitelist
An RPC daemon for LND that listens in the background and allows incoming channels from nodes on a whitelist.
## Install
```bash
git clone https://github.com/callebtc/lnd_whitelist.git
cd lnd_whitelist
go build .
./lnd_whitelist
```
## Config
Edit `config.yaml.example` and rename to `config.yaml`.