diff options
| author | Gavin Andresen <[email protected]> | 2013-10-14 19:07:24 -0700 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-10-14 19:07:24 -0700 |
| commit | 928ce698848b6129502598f0a95774e58bf44ad9 (patch) | |
| tree | ebe267e6fd9bb41292f88f6e3a25f927aa566a64 | |
| parent | Merge pull request #2937 (diff) | |
| parent | [doc] Add testnet hidden service port to the example tor config. (diff) | |
| download | discoin-928ce698848b6129502598f0a95774e58bf44ad9.tar.xz discoin-928ce698848b6129502598f0a95774e58bf44ad9.zip | |
Merge pull request #3089 from gmaxwell/hsport
[doc] Add testnet hidden service port to the example tor config.
| -rw-r--r-- | doc/tor.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tor.md b/doc/tor.md index 86d56cffd..6057801d3 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). |