Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Run bitcoin node over IP and tor from bitcoin node over tor.
by
NotATether
on 14/05/2022, 09:54:40 UTC
⭐ Merited by n0nce (1)
So what would the configuration look like if I want to run the bitcoin node over clearnet and on TOR?

Use the /etc/tor/torrc configuration settings posted by  n0nce, and then put the following lines in your Bitcoin.conf:


Code:
listen=1
listenonion=1
proxy=127.0.0.1:9051

Note that the control port has been changed from the default 9050 port to 9051 (the same as Tor Browser in case you don't want to start the tor daemon. If you want it to use the default port, change the 9051 in both config files to 9050.