diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-09-29 18:04:21 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-10-01 19:19:43 +0300 |
commit | 96571b3d4cb4cda0fd3d5a457ae4a12f615de82b (patch) | |
tree | 07935f31be2f45becdbf334fbafd7f519e60108d /doc/tor.md | |
parent | bb145c9050203b3f3d8bff10fb3bba31da51adb1 (diff) |
doc: Update onion service target port numbers in tor.md
Diffstat (limited to 'doc/tor.md')
-rw-r--r-- | doc/tor.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/tor.md b/doc/tor.md index 17807856e5..12b5f70245 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -45,11 +45,12 @@ config file): *Needed for Tor version 0.2.7.0 and older versions of Tor only. Fo versions of Tor see [Section 3](#3-automatically-listen-on-tor).* HiddenServiceDir /var/lib/tor/bitcoin-service/ - HiddenServicePort 8333 127.0.0.1:8333 - HiddenServicePort 18333 127.0.0.1:18333 + HiddenServicePort 8333 127.0.0.1:8334 + HiddenServicePort 18333 127.0.0.1:18334 -The directory can be different of course, but (both) port numbers should be equal to -your bitcoind's P2P listen port (8333 by default). +The directory can be different of course, but virtual port numbers should be equal to +your bitcoind's P2P listen port (8333 by default), and target addresses and ports +should be equal to binding address and port for inbound Tor connections (127.0.0.1:8334 by default). -externalip=X You can tell bitcoin about its publicly reachable address using this option, and this can be a .onion address. Given the above |