mirror of
https://github.com/callebtc/electronwall.git
synced 2026-01-31 12:54:54 +01:00
Create README.md
This commit is contained in:
14
README.md
Normal file
14
README.md
Normal 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`
|
||||
Reference in New Issue
Block a user