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:
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.