From 1f48a3403bdd557fb67d8197e513347070864beb Mon Sep 17 00:00:00 2001 From: Jay Graber Date: Wed, 12 Oct 2016 11:37:49 -0700 Subject: [PATCH] Distinguish between connecting to 1 vs multiple tor nodes --- doc/tor.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/tor.md b/doc/tor.md index 495c59f3..cc203937 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -89,10 +89,8 @@ for normal IPv4/IPv6 communication, use: 3. Connect to a Zcash hidden server ----------------------------------- -To test your set-up, you might want to try connecting via Tor to just a -a single Zcash hidden server. - -Launch zcashd as follows, connecting to the Zcash hidden server: +To test your set-up, you might want to try connecting via Tor on a different computer to just a +a single Zcash hidden server. Launch zcashd as follows: ./zcashd -onion=127.0.0.1:9050 -connect=zctestseie6wxgio.onion @@ -110,3 +108,7 @@ Now use zcash-cli to verify there is only a single peer connection. ... } ] + +To connect to multiple Tor nodes, use: + + ./zcashd -onion=127.0.0.1:9050 -addnode=zctestseie6wxgio.onion -dnsseed=0 -onlynet=onion