File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,12 @@ config file): *Needed for Tor version 0.2.7.0 and older versions of Tor only. Fo
45
45
versions of Tor see [ Section 3] ( #3-automatically-listen-on-tor ) .*
46
46
47
47
HiddenServiceDir /var/lib/tor/bitcoin-service/
48
- HiddenServicePort 8333 127.0.0.1:8333
49
- HiddenServicePort 18333 127.0.0.1:18333
48
+ HiddenServicePort 8333 127.0.0.1:8334
49
+ HiddenServicePort 18333 127.0.0.1:18334
50
50
51
- The directory can be different of course, but (both) port numbers should be equal to
52
- your bitcoind's P2P listen port (8333 by default).
51
+ The directory can be different of course, but virtual port numbers should be equal to
52
+ your bitcoind's P2P listen port (8333 by default), and target addresses and ports
53
+ should be equal to binding address and port for inbound Tor connections (127.0.0.1:8334 by default).
53
54
54
55
-externalip=X You can tell bitcoin about its publicly reachable address using
55
56
this option, and this can be a .onion address. Given the above
You can’t perform that action at this time.
0 commit comments