formating

This commit is contained in:
openoms
2019-04-22 18:46:59 +01:00
parent 3cb5e65a10
commit 9515f6870a

View File

@@ -33,7 +33,7 @@ To download and run:
If running the always-on electrs service is too much for your RPi stop it with: If running the always-on electrs service is too much for your RPi stop it with:
`$ sudo systemctl stop electrs` `$ sudo systemctl stop electrs`
To stop running on boot: To stop running on boot:
`$ sudo systemctl disable electrs` `$ sudo systemctl disable electrs`
(To re-enable and start use the `enable` and `start`commands) (To re-enable and start use the `enable` and `start`commands)
## RaspiBlitz: install Nginx and Certbot to connect over SSL ## RaspiBlitz: install Nginx and Certbot to connect over SSL
@@ -51,14 +51,11 @@ Can be used as a secure backend of:
Eclair Mobile Bitcoin and Ligthtning wallet Eclair Mobile Bitcoin and Ligthtning wallet
Electrum wallet Electrum wallet
Take a look: [3_Nginx_and_Certbot_for_SSL](3_Nginx_and_Certbot_for_SSL.sh) Take a look: [3_Nginx_and_Certbot_for_SSL.sh](3_Nginx_and_Certbot_for_SSL.sh)
To download and run on the RaspiBlitz: To download and run on the RaspiBlitz:
`$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/electrs/3_Nginx_and_Certbot_for_SSL.sh && bash 3_Nginx_and_Certbot_for_SSL.sh` `$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/electrs/3_Nginx_and_Certbot_for_SSL.sh && bash 3_Nginx_and_Certbot_for_SSL.sh`
--- ---
## Linux desktop: install, configure and run the Electrum wallet ## Linux desktop: install, configure and run the Electrum wallet