0

I have tor serving /path/socket as a socks5 unix domain socket and would like monerod to use it. I have been unable to find such an option in monderod documentation. Current workaround is socat.

Advantage of this approach: monerod can run in am empty network namespace - 0 chance of any network leaks (dns or otherwise). The same applies to the RPC socket generated by monerod (wallet launch script will use socat to generate a local tcp service to forward RPC).

bitcoind has the option to specify -proxy=unix:/path however their RPC efforts on that front have stalled due to a silly http debate (as opposed to obviously using the same tcp connection characteristics).

0 Answers0