*** 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.
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:
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