aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus Gabriel Werny de Lima2021-03-06 12:22:16 +0100
committerMatheus Gabriel Werny de Lima2021-03-06 12:22:16 +0100
commit8ac9821822a1fe33ab7db502031405664479b466 (patch)
treed4be553712114903581e28e640b89c9b3de6b413
parent22438c7e75cef16b696481f017aa1d3dd0d18612 (diff)
downloadaur-8ac9821822a1fe33ab7db502031405664479b466.tar.gz
Readme update.
-rwxr-xr-x[-rw-r--r--]README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5ad886b6f83c..ff7807aee15c 100644..100755
--- a/README.md
+++ b/README.md
@@ -70,7 +70,6 @@ http
1. `sudo systemctl start bitcoind.service`
2. `sudo systemctl enable bitcoind.service`
-
## Usage
* Start: `tmux new-session -s lnd -d "lnd --bitcoin.active --bitcoin.mainnet --bitcoin.node=bitcoind --bitcoind.rpcuser=USERNAME --bitcoind.rpcpass=PASSWORD --bitcoind.zmqpubrawblock=tcp://127.0.0.1:28332 --bitcoind.zmqpubrawtx=tcp://127.0.0.1:28333";lncli unlock;nbxplorer-start;btcpayserver-start`
* Stop: `tmux kill-session -t lnd;nbxplorer-stop;btcpayserver-stop`