mirror of
https://github.com/callebtc/electronwall.git
synced 2026-02-10 01:34:23 +01:00
readme
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user