To use this code it is required that the tor control port is on
Make the following changes in the torrc file:
- Enable the control port by uncommenting:
ControlPort 9051from /etc/tor/torrc - Set the empty password, otherwise it gives
515 Authentication failed: Wrong length on authentication cookie.. First run:tor --hash-password <password>This outputs something like:16:D14CC89AD7848B8C60093105E8284A2D3AB2CF3C20D95FECA0848CFAD2Now on/etc/tor/torrcupdate the line:HashedControlPassword 16:D14CC89AD7848B8C60093105E8284A2D3AB2CF3C20D95FECA0848CFAD2 - Restart tor.