I am installing monero wallet cli. I followed the directions in the wiki and all went well, just like installing on any linux os.
i am attempting to create a script, similar to one found in other guides floating around the internet. i am curious whether or not i need to include “torsocks” in the command or not?
filename: “startxmr.sh”
inside file:
" torsocks ./monero-wallet-cli --daemon-host xxxxxxxxxxxx.onion:12345"
since the workstation already sends commands to the gateway is it necessary or recommended to put torsocks in this command? from what i understand torsocks just tells the command to use tor, yes?