mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
[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.
This commit is contained in:
parent
9269d0e96e
commit
5009710994
@ -48,6 +48,7 @@ config file):
|
|||||||
|
|
||||||
HiddenServiceDir /var/lib/tor/bitcoin-service/
|
HiddenServiceDir /var/lib/tor/bitcoin-service/
|
||||||
HiddenServicePort 8333 127.0.0.1:8333
|
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
|
The directory can be different of course, but (both) port numbers should be equal to
|
||||||
your bitcoind's P2P listen port (8333 by default).
|
your bitcoind's P2P listen port (8333 by default).
|
||||||
|
Loading…
Reference in New Issue
Block a user