Add more documentation for Electrum client invocation

This commit is contained in:
Roman Zeyde 2018-08-15 15:02:24 +03:00
parent 288cda518c
commit c7552878d8
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

View File

@ -58,6 +58,11 @@ $ du db/
```bash
# Connect only to the local server, for better privacy
$ ./scripts/local-electrum.bash
+ ADDR=127.0.0.1
+ PORT=50001
+ PROTOCOL=t
+ electrum --oneserver --server=127.0.0.1:50001:t
<snip>
```
In order to use a secure connection, TLS-terminating proxy (e.g. [hitch](https://github.com/varnish/hitch)) is recommended: