-
-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wanna change the Tor IP address, how can I do that #5
Comments
You should provide your password which you set up in control port |
|
how set password i try using this:- C:\Windows\system32> cd C:\Tor Browser\Browser\TorBrowser\Tor C:\Tor Browser\Browser\TorBrowser\Tor>tor --hash-password abcd C:\Tor Browser\Browser\TorBrowser\Tor> tor --hash-password abcd C:\Tor Browser\Browser\TorBrowser\Tor> |
but password did not change. |
i think in new'r version of tor changing ip address is not allowed. |
What is the default password for this docker image. I have tried an empty password with no success. |
What do you mean with "default password"? |
I create a container use the command
docker run -d -p 5566:5566 -p 9051:9051 --env tors=100 mattes/rotating-proxy
and use the python lib 'stem'
do something like that
from stem import Signal
from stem.control import Controlle
then I got a error
stem.connection.AuthenticationFailure: socket connection failed ()
can anyone tell me how I can do ?
The text was updated successfully, but these errors were encountered: