First of all, all lines starting with
# are comments, so they're ignored. Adding this character in front of a line deactivates it, in practice, so you can just as well delete them to reduce clutter.
You probably still have some settings in Tor /
torrc file. The most straightforward thing would be to go back and find the guide you used to set your node up and undo any Tor settings.
Try opening the torrc file (
sudo nano /etc/tor/torrc) and undo any changes that you can identify came from you.
In short, commenting out the following lines should deactivate the Tor proxy on your system:
ControlPort 9051
CookieAuthentication 1
CookieAuthFileGroupReadable 1
On another note, I find it highly questionable that your node's data directory is located in
/root/. I'm not sure if you gave some custom permissions or if it even runs as root, but that doesn't look like good security practice. A bug in Core could give the attacker instant root on your machine.