format fix

This commit is contained in:
Christian Rotzoll
2018-09-04 01:14:13 +02:00
committed by GitHub
parent c5dcdb0ed6
commit 9dac49d70f

View File

@@ -249,24 +249,34 @@ BTCPay Server is a solution to be your own payment processor to accept Lightning
##### BTCPayserver config ##### BTCPayserver config
Make sure you have these setting in: `<installdir>/NBXplorer/.nbxplorer/Main/settings.config` Make sure you have these setting in:
```btc.rpc.url=http://[YOUR RASPIBLITZ IP/DOMAIN]:8332/ `<installdir>/NBXplorer/.nbxplorer/Main/settings.config`
```
btc.rpc.url=http://[YOUR RASPIBLITZ IP/DOMAIN]:8332/
btc.rpc.user=raspibolt btc.rpc.user=raspibolt
btc.rpc.password=[PASSWORD B]``` btc.rpc.password=[PASSWORD B]
```
Command to start NBExplorer: `./run.sh --datadir /opt/NBXplorer/.nbxplorer --btcnodeendpoint <raspiblitz-ip> &` Command to start NBExplorer:
`./run.sh --datadir /opt/NBXplorer/.nbxplorer --btcnodeendpoint <raspiblitz-ip> &`
Start btcpayserver as normal, it will connect to raspiblitz thru NBXplorer Start btcpayserver as normal, it will connect to raspiblitz thru NBXplorer
##### Raspiblitz config ##### Raspiblitz config
Make sure you have this in: `/mnt/hdd/bitcoin/bitcoin.conf` Make sure you have this in:
```rpcallowip=[BTCPAYSERVER IP]/255.255.255.0 `/mnt/hdd/bitcoin/bitcoin.conf`
```
rpcallowip=[BTCPAYSERVER IP]/255.255.255.0
whitelist=[BTCPAYSERVER IP] whitelist=[BTCPAYSERVER IP]
rpcuser=raspibolt 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/) :) 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/) :)