Skip to content

Commit 6d33e13

Browse files
davidgumbergvasild
authored andcommitted
doc: tor.md: use -bind=127.0.0.1:8334=onion for the Tor bind
After bitcoin#22729 if `-bind=127.0.0.1` is used, then bitcoind will not automatically also bind on `127.0.0.1:8334`.
1 parent a7f5d18 commit 6d33e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ In a typical situation, where you're only reachable via Tor, this should suffice
193193
listen on all devices and another node could establish a clearnet connection, when knowing
194194
your address. To mitigate this, additionally bind the address of your Tor proxy:
195195

196-
./bitcoind ... -bind=127.0.0.1
196+
./bitcoind ... -bind=127.0.0.1:8334=onion
197197

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

0 commit comments

Comments
 (0)