mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 12:22:39 -03:00
Merge pull request #3089 from gmaxwell/hsport
[doc] Add testnet hidden service port to the example tor config.
This commit is contained in:
commit
928ce69884
1 changed files with 1 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue