aboutsummaryrefslogtreecommitdiff
path: root/doc/tor.md
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2013-10-14 12:06:51 -0700
committerGregory Maxwell <greg@xiph.org>2013-10-14 12:06:51 -0700
commit5009710994b0aa92cb73b6a3d804ce8d56f7d931 (patch)
treeebe267e6fd9bb41292f88f6e3a25f927aa566a64 /doc/tor.md
parent9269d0e96e621a6e02da8074785ac310ce64db73 (diff)
downloadbitcoin-5009710994b0aa92cb73b6a3d804ce8d56f7d931.tar.xz
[doc] Add testnet hidden service port to the example tor config.
Seems like there are a lot of advertised testnet HS nodes that don't actually work. Lack of the testnet port on the example HS config might be one reason.
Diffstat (limited to 'doc/tor.md')
-rw-r--r--doc/tor.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tor.md b/doc/tor.md
index 86d56cffd5..6057801d34 100644
--- a/doc/tor.md
+++ b/doc/tor.md
@@ -48,6 +48,7 @@ config file):
HiddenServiceDir /var/lib/tor/bitcoin-service/
HiddenServicePort 8333 127.0.0.1:8333
+ HiddenServicePort 18333 127.0.0.1:18333
The directory can be different of course, but (both) port numbers should be equal to
your bitcoind's P2P listen port (8333 by default).