From c7552878d8cc5065dc19996fb1a9173754bae1f1 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Wed, 15 Aug 2018 15:02:24 +0300 Subject: [PATCH] Add more documentation for Electrum client invocation --- doc/usage.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/usage.md b/doc/usage.md index 7e95d08..d157eb7 100644 --- a/doc/usage.md +++ b/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 + ``` In order to use a secure connection, TLS-terminating proxy (e.g. [hitch](https://github.com/varnish/hitch)) is recommended: