File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ should be equal to binding address and port for inbound Tor connections (127.0.0
72
72
73
73
In a typical situation, where you're only reachable via Tor, this should suffice:
74
74
75
- ./bitcoind -proxy=127.0.0.1:9050 -externalip=57qr3yd1nyntf5k .onion -listen
75
+ ./bitcoind -proxy=127.0.0.1:9050 -externalip=7zvj7a2imdgkdbg4f2dryd5rgtrn7upivr5eeij4cicjh65pooxeshid .onion -listen
76
76
77
77
(obviously, replace the .onion address with your own). It should be noted that you still
78
78
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).
90
90
If you only want to use Tor to reach .onion addresses, but not use it as a proxy
91
91
for normal IPv4/IPv6 communication, use:
92
92
93
- ./bitcoind -onion=127.0.0.1:9050 -externalip=57qr3yd1nyntf5k .onion -discover
93
+ ./bitcoind -onion=127.0.0.1:9050 -externalip=7zvj7a2imdgkdbg4f2dryd5rgtrn7upivr5eeij4cicjh65pooxeshid .onion -discover
94
94
95
95
## 3. Automatically listen on Tor
96
96
You can’t perform that action at this time.
0 commit comments