]> Git Repo - VerusCoin.git/blobdiff - doc/tor.md
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev
[VerusCoin.git] / doc / tor.md
index 10768ed5b2dbee19b426e07c92ca9bf1ad5dc828..1e412e69adf98312be15d81f3a5720a676d47a7e 100644 (file)
@@ -1,7 +1,6 @@
 *** Warning: Do not assume Tor support does the correct thing in Komodo; better Tor support is a future feature goal. ***
 
 TOR SUPPORT IN ZCASH
-====================
 
 It is possible to run Komodo as a Tor hidden service, and connect to such services.
 
@@ -76,7 +75,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:
@@ -147,3 +146,10 @@ Now use komodo-cli to verify there is only a single peer connection.
 To connect to multiple Tor nodes, use:
 
        ./komodod -onion=127.0.0.1:9050 -addnode=zctestseie6wxgio.onion -dnsseed=0 -onlynet=onion
+=======
+TOR SUPPORT IN ZCASH
+====================
+
+This document has been relocated to https://zcash.readthedocs.io/en/latest/rtd_pages/tor.html
+
+The source for this document is available at https://gitlab.com/zcash-docs/zcash-docs/blob/master/source/rtd_pages/tor.rst
This page took 0.023619 seconds and 4 git commands to generate.