Skip to content

Commit

Permalink
doc: tor.md: use -bind=127.0.0.1:8334=onion for the Tor bind
Browse files Browse the repository at this point in the history
After bitcoin#22729 if
`-bind=127.0.0.1` is used, then bitcoind will not automatically
also bind on `127.0.0.1:8334`.
  • Loading branch information
davidgumberg authored and vasild committed Aug 2, 2024
1 parent a7f5d18 commit 6d33e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tor.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,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
./bitcoind ... -bind=127.0.0.1:8334=onion

If you don't care too much about hiding your node, and want to be reachable on IPv4
as well, use `discover` instead:
Expand Down

0 comments on commit 6d33e13

Please sign in to comment.