Browse Source

Add more documentation for Electrum client invocation

refactor-mempool
Roman Zeyde 7 years ago
parent
commit
c7552878d8
No known key found for this signature in database GPG Key ID: 87CAE5FA46917CBB
  1. 5
      doc/usage.md

5
doc/usage.md

@ -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:

Loading…
Cancel
Save