From bcbcf1437e8731dbe4e7e5c1f4f609d662420616 Mon Sep 17 00:00:00 2001 From: emilrus Date: Thu, 11 May 2017 11:41:13 +0300 Subject: [PATCH] Replace bitcoind with zcashd --- doc/tor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tor.md b/doc/tor.md index ce717515a..d9ddb87e2 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -76,7 +76,7 @@ In a typical situation, where you're only reachable via Tor, this should suffice listen on all devices and another node could establish a clearnet connection, when knowing your address. To mitigate this, additionally bind the address of your Tor proxy: - ./bitcoind ... -bind=127.0.0.1 + ./zcashd ... -bind=127.0.0.1 If you don't care too much about hiding your node, and want to be reachable on IPv4 as well, use `discover` instead: