Skip to content

Commit 96571b3

Browse files
committed
doc: Update onion service target port numbers in tor.md
1 parent bb145c9 commit 96571b3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/tor.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ config file): *Needed for Tor version 0.2.7.0 and older versions of Tor only. Fo
4545
versions of Tor see [Section 3](#3-automatically-listen-on-tor).*
4646

4747
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
5050

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).
5354

5455
-externalip=X You can tell bitcoin about its publicly reachable address using
5556
this option, and this can be a .onion address. Given the above

0 commit comments

Comments
 (0)