Create README.md

This commit is contained in:
calle
2022-05-27 15:13:04 +02:00
committed by GitHub
parent 39b14d4355
commit e47049ebe6

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# 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`