cross-posted from: https://lemmy.sdf.org/post/46583296 > Hi, > > I’ve read all the documentation of monerod 😱 > > I would like my node only on TOR, never on clearnet. ( for both P2P and RPC ) > > In > http://xmrdoc6phnvjbf5hmjbwdfu47zavzfngymlnwhs2gyxxpxmad4c65kyd.onion/running-node/monerod-systemd/#tor-i2p > > we can see > properties > anonymous-inbound=yourlongv3onionaddress.onion:18084,127.0.0.1:18084 > tx-proxy=tor,127.0.0.1:9050,disable_noise > > But that’s only for the P2P what about the RPC ? > is it set with > properties > --rpc-bind-port <arg> TCP port to listen on. Unrestricted. By default 18081 (mainnet), 28081 (testnet), 38081 (stagenet). > > ? > > Thanks >