info on connecting Electrum

This commit is contained in:
bluecell296
2019-07-09 11:22:32 +01:00
committed by GitHub
parent a5a17d7537
commit aa756fd540

View File

@@ -23,10 +23,10 @@ To restart electrs manually run (with your PASSWORD_B filled in) or install the
## To connect your Electrum wallet use these commands and ports:
For an unencrypted TCP connection (suitable inside a secure LAN):
`electrum --oneserver --server $RASPIBLITZ_IP:50001:t`
`electrum --oneserver --server RASPIBLITZ_IP:50001:t`
To connect through SSL (requires to set up the Nginx server):
`electrum --oneserver --server $YOUR_DOMAIN:50002:s`
`electrum --oneserver --server YOUR_DOMAIN:50002:s`
---
## RaspiBlitz: Set up the Electrs systemd service