Skip to content

Commit e1765d8

Browse files
committed
doc: update tor.md address examples from onion v2 to v3
1 parent e3b474c commit e1765d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/tor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ should be equal to binding address and port for inbound Tor connections (127.0.0
7272

7373
In a typical situation, where you're only reachable via Tor, this should suffice:
7474

75-
./bitcoind -proxy=127.0.0.1:9050 -externalip=57qr3yd1nyntf5k.onion -listen
75+
./bitcoind -proxy=127.0.0.1:9050 -externalip=7zvj7a2imdgkdbg4f2dryd5rgtrn7upivr5eeij4cicjh65pooxeshid.onion -listen
7676

7777
(obviously, replace the .onion address with your own). It should be noted that you still
7878
listen on all devices and another node could establish a clearnet connection, when knowing
@@ -90,7 +90,7 @@ and open port 8333 on your firewall (or use -upnp).
9090
If you only want to use Tor to reach .onion addresses, but not use it as a proxy
9191
for normal IPv4/IPv6 communication, use:
9292

93-
./bitcoind -onion=127.0.0.1:9050 -externalip=57qr3yd1nyntf5k.onion -discover
93+
./bitcoind -onion=127.0.0.1:9050 -externalip=7zvj7a2imdgkdbg4f2dryd5rgtrn7upivr5eeij4cicjh65pooxeshid.onion -discover
9494

9595
## 3. Automatically listen on Tor
9696

0 commit comments

Comments
 (0)