From 25ce69ea0499f1cb7902ab4aff0d6a0d69b869f3 Mon Sep 17 00:00:00 2001 From: Roman Zeyde <me@romanzey.de> Date: Fri, 5 Jul 2019 18:52:22 +0300 Subject: [PATCH] Add link to Electrum Tor documentation --- doc/usage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/usage.md b/doc/usage.md index acb2303..d2e9f87 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -158,6 +158,8 @@ On your client machine, run the following command (assuming Tor proxy service ru $ electrum --oneserver --server <your-onion-address>.onion:50001:t --proxy socks5:127.0.0.1:9050 ``` +For more details, see http://docs.electrum.org/en/latest/tor.html. + ### Sample Systemd Unit File You may wish to have systemd manage electrs so that it's "always on." Here is a sample unit file (which assumes that the bitcoind unit file is `bitcoind.service`):