mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2026-01-06 21:34:20 +01:00
Docs imprevements (#56)
* fix README.md * fix addSubdomains.md * fix README.md * fix README.md * fix lnd-onchain-wallet-only.md * fix seedxor.md * fix README.md
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
Run BTCPayServer on your RaspiBlitz using the already synced bitcoin blockchain and local LND node.
|
||||
Benefit from the backup and security features of the RaspiBlitz and LND.
|
||||
No added synchronization needed.
|
||||
No added synchronization is needed.
|
||||
|
||||
Requirements:
|
||||
* a domain name or dynamic DNS
|
||||
|
||||
@@ -11,7 +11,7 @@ read EMAIL
|
||||
echo "Input 3 subdomains separated with commas (eg: pay.example.com,tips.example.com,status.example.com)"
|
||||
read SUBDOMAINS
|
||||
|
||||
echo "Input the URL to be redirected to for the second domain"
|
||||
echo "Input the URL to be redirected to the second domain"
|
||||
read REDIRECT1
|
||||
echo "Input the URL to be redirected to for the third domain"
|
||||
read REDIRECT2
|
||||
@@ -81,4 +81,4 @@ server {
|
||||
proxy_pass http://localhost:23000;
|
||||
}
|
||||
} " | sudo tee -a /etc/nginx/sites-available/btcpayserver
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user