mirror of
https://github.com/callebtc/electronwall.git
synced 2026-01-25 01:44:32 +01:00
15 lines
314 B
Markdown
15 lines
314 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/electronwall.git
|
|
cd electronwall
|
|
go build .
|
|
./electronwall
|
|
```
|
|
|
|
## Config
|
|
Edit `config.yaml.example` and rename to `config.yaml`.
|