This commit is contained in:
callebtc
2022-05-29 14:14:50 +02:00
parent b239e2cf6d
commit da2e597a54

View File

@@ -1,5 +1,5 @@
# LND whitelist
An RPC daemon for LND that listens in the background and allows incoming channels from nodes on a 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
@@ -7,8 +7,13 @@ An RPC daemon for LND that listens in the background and allows incoming channel
git clone https://github.com/callebtc/electronwall.git
cd electronwall
go build .
./electronwall
```
## Config
Edit `config.yaml.example` and rename to `config.yaml`.
## Run
```bash
./electronwall
```