From 1ff03eeabf2f56e66b79e909142b4b016c6615ed Mon Sep 17 00:00:00 2001 From: openoms Date: Wed, 11 Sep 2019 10:28:01 +0100 Subject: [PATCH] add getting help --- .../BTCPayServer_on_the_RaspiBlitz.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/BTCPayServer/BTCPayServer_on_the_RaspiBlitz.md b/BTCPayServer/BTCPayServer_on_the_RaspiBlitz.md index 7d461ab..2edea10 100644 --- a/BTCPayServer/BTCPayServer_on_the_RaspiBlitz.md +++ b/BTCPayServer/BTCPayServer_on_the_RaspiBlitz.md @@ -1,8 +1,5 @@ ## Install BTCPayServer on the RaspiBlitz -Heavily based on: https://gist.github.com/normandmickey/3f10fc077d15345fb469034e3697d0d0 -Thanks to https://github.com/normandmickey - This guide will make you have BTCPayServer running on your node using the already synced bitcoin blockchain and local LND node and benefit from the backup and security features of RaspiBlitz and the stock LND. No added synchronization needed. @@ -240,4 +237,18 @@ The username is raspibolt and the password is what you set while installing rasp * Set up LN with the connection string: `type=lnd-rest;server=https://127.0.0.1:8080/;macaroonfilepath=/home/admin/.lnd/data/chain/bitcoin/mainnet/admin.macaroon;allowinsecure=true` -* Continue with: https://docs.btcpayserver.org/btcpay-basics/gettingstarted \ No newline at end of file +* Continue with: https://docs.btcpayserver.org/btcpay-basics/gettingstarted + + +--- + +### Getting help + +* see the original guide this is based on: https://gist.github.com/normandmickey/3f10fc077d15345fb469034e3697d0d0 + +* Shared experiences: +https://github.com/rootzoll/raspiblitz/issues/214 + +- if `Nginx` breaks: +`sudo nginx -t` +is a very useful debug tool. Runs a test and gets detailed info on which line is problematic.