Skip to content

Commit

Permalink
Add TOR instruction to bitcoind doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryp Toon committed Apr 4, 2024
1 parent 241705b commit 254d375
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/_static/manuals.setup-bitcoind-connection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ and remove the 'testnet=1' line.
rpcbind=0.0.0.0
rpcallowip=192.168.0.0/24
To increase your privacy and security, and for instance if you run a Bitcoin node on your home network, you can
use TOR. Bitcoind has TOR support build in, and it is ease to setup.
See https://en.bitcoin.it/wiki/Setting_up_a_Tor_hidden_service

If you have a TOR service running you can add these lines to your bitcoin.conf settings to only use TOR.

.. code-block:: text
proxy=127.0.0.1:9050
bind=127.0.0.1
onlynet=onion
Connect using provider settings
-------------------------------
Expand Down

0 comments on commit 254d375

Please sign in to comment.