nyxnor
nyxnor
### change circuits `sudo apt-get install python-stem python3-stem` Call `tor.newcircuit.py` ``` import sys,os from stem import Signal from stem.control import Controller port = sys.argv[1] port_int = int(port) print(port_int) with Controller.from_port(port...
>Do it. :100: ouch, I thouht you wanted to PR, misunderstood. Will work on it (to add time between tx)
Ok, will do. Just points for improvements next time, I understand the structure he did that was to be compatible with different implementations, but here are a few points to...
Stem will help a lot doing all of this.... https://stem.torproject.org/tutorials/down_the_rabbit_hole.html ``` sudo tor-prompt --run '/help' sudo tor-prompt --run 'SIGNAL NEWNYM' sudo tor-prompt --interface 9051 ``` One line command to work...
sounds good for me
Started something on https://github.com/nyxnor/carml-deb to be contributed to whonix, but it works on any debian.
I mean, this is debian packaging, it is just not a debian.org package. So even if this is not contributed upstream (debian), it is easier for people to build their...
Thinking of doing similar to onionshare pkg https://salsa.debian.org/pkg-privacy-team/onionshare/-/tree/debian/sid/debian https://salsa.debian.org/pkg-privacy-team/txtorcon/-/blob/master/debian/rules https://wiki.debian.org/Python/LibraryStyleGuide
Requested to debian privacy pkgs maintainers for inclusion, let's see. https://alioth-lists.debian.net/pipermail/pkg-privacy-maintainers/2022/004003.html
Just pinging to revive this, even though it still is a problem upstream, just would like to show interest. Emmanuel's tips are the most reliable so far, but it still...