mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-06 05:37:50 +02:00
doc: add a hint to enable PoW defenses to manual hidden services
This commit is contained in:
@@ -181,6 +181,10 @@ Add these lines to your `/etc/tor/torrc` (or equivalent config file):
|
||||
|
||||
HiddenServiceDir /var/lib/tor/bitcoin-service/
|
||||
HiddenServicePort 8333 127.0.0.1:8334
|
||||
# If `tor --list-modules` shows "pow: yes", then enable PoW protection.
|
||||
# It is available in tor-0.4.8.1-alpha and newer when configured with
|
||||
# `./configure --enable-gpl`.
|
||||
HiddenServicePoWDefensesEnabled 1
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user