Browse Source

Merge pull request #6643

238851b [doc] [tor] Clarify when to use bind (MarcoFalke)
0.13
Wladimir J. van der Laan 9 years ago
parent
commit
e8bb8ad85a
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 11
      doc/tor.md

11
doc/tor.md

@ -70,9 +70,14 @@ In a typical situation, where you're only reachable via Tor, this should suffice
./bitcoind -proxy=127.0.0.1:9050 -externalip=57qr3yd1nyntf5k.onion -listen ./bitcoind -proxy=127.0.0.1:9050 -externalip=57qr3yd1nyntf5k.onion -listen
(obviously, replace the Onion address with your own). If you don't care too much (obviously, replace the Onion address with your own). It should be noted that you still
about hiding your node, and want to be reachable on IPv4 as well, additionally listen on all devices and another node could establish a clearnet connection, when knowing
specify: 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:
./bitcoind ... -discover ./bitcoind ... -discover

Loading…
Cancel
Save