I'm running tor with the following command:
tor --ClientOnly 1 --RunAsDaemon 1 --CookieAuthentication 0 --ControlPort 8119 --PidFile tor1.pid --SocksPort 9051 --DataDirectory data/tor/tor1
This create an instance, which I can use via: 127.0.0.1:9051
However, when I create it, my bandwidth is fully used by tor. I am guessing as a relay. I've tried a lot of things, but nothing seems to change this. --ClientOnly 1 does nothing.
Does anyone know why this is using all my bandwidth and how to stop it?