From 9dac49d70f3dbea6c352c24bd5093f4636ce2619 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Tue, 4 Sep 2018 01:14:13 +0200 Subject: [PATCH] format fix --- README.md | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7198dbd..a43b4c3 100644 --- a/README.md +++ b/README.md @@ -249,24 +249,34 @@ BTCPay Server is a solution to be your own payment processor to accept Lightning ##### BTCPayserver config -Make sure you have these setting in: `/NBXplorer/.nbxplorer/Main/settings.config` +Make sure you have these setting in: -```btc.rpc.url=http://[YOUR RASPIBLITZ IP/DOMAIN]:8332/ +`/NBXplorer/.nbxplorer/Main/settings.config` + +``` +btc.rpc.url=http://[YOUR RASPIBLITZ IP/DOMAIN]:8332/ btc.rpc.user=raspibolt -btc.rpc.password=[PASSWORD B]``` +btc.rpc.password=[PASSWORD B] +``` + +Command to start NBExplorer: -Command to start NBExplorer: `./run.sh --datadir /opt/NBXplorer/.nbxplorer --btcnodeendpoint &` +`./run.sh --datadir /opt/NBXplorer/.nbxplorer --btcnodeendpoint &` Start btcpayserver as normal, it will connect to raspiblitz thru NBXplorer ##### Raspiblitz config -Make sure you have this in: `/mnt/hdd/bitcoin/bitcoin.conf` +Make sure you have this in: + +`/mnt/hdd/bitcoin/bitcoin.conf` -```rpcallowip=[BTCPAYSERVER IP]/255.255.255.0 +``` +rpcallowip=[BTCPAYSERVER IP]/255.255.255.0 whitelist=[BTCPAYSERVER IP] rpcuser=raspibolt -rpcpassword=[PASSWORD B]``` +rpcpassword=[PASSWORD B] +``` Thanks to @RobEdb (ask on twitter for more details) running his demo store with RaspiBlitz: https://store.edberg.eu - buy a picture of [him and Andreas](https://store.edberg.eu/produkt/jag-andreas/) :)