[doc] [tor] Clarify when to use bind

c.f. #6585
This commit is contained in:
MarcoFalke 2015-09-06 17:54:41 +02:00 committed by Jack Grigg
parent 2298877f78
commit 7f9e7a9872
No known key found for this signature in database
GPG Key ID: 6A6914DAFBEA00DA
1 changed files with 8 additions and 3 deletions

View File

@ -72,9 +72,14 @@ In a typical situation, where you're only reachable via Tor, this should suffice
./zcashd -proxy=127.0.0.1:9050 -externalip=zctestseie6wxgio.onion -listen
(obviously, replace the Onion address with your own). If you don't care too much
about hiding your node, and want to be reachable on IPv4 as well, additionally
specify:
(obviously, replace the Onion address with your own). It should be noted that you still
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
If you don't care too much about hiding your node, and want to be reachable on IPv4
as well, use `discover` instead:
./zcashd ... -discover