Add more documentation for Electrum client invocation
This commit is contained in:
parent
288cda518c
commit
c7552878d8
|
@ -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…
Reference in New Issue
Block a user