rotating-proxy icon indicating copy to clipboard operation
rotating-proxy copied to clipboard

I wanna change the Tor IP address, how can I do that

Open PoloPing opened this issue 9 years ago • 7 comments

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

with Controller.from_port(port = 9051) as controller:
    controller.authenticate()
    controller.signal(Signal.NEWNYM)

then I got a error stem.connection.AuthenticationFailure: socket connection failed ()

can anyone tell me how I can do ?

PoloPing avatar Jun 10 '15 07:06 PoloPing

You should provide your password which you set up in control port controller.authenticate(password='your-password')

MikhailPavlov avatar Feb 25 '16 17:02 MikhailPavlov

controller.authenticate("YOURPASSWORDHASH") Give your pass hash instead of your real password.

PSNAppz avatar Nov 25 '17 05:11 PSNAppz

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>

krunalpatel3 avatar Dec 01 '19 09:12 krunalpatel3

but password did not change.

krunalpatel3 avatar Dec 01 '19 09:12 krunalpatel3

i think in new'r version of tor changing ip address is not allowed.

krunalpatel3 avatar Dec 08 '19 11:12 krunalpatel3

What is the default password for this docker image. I have tried an empty password with no success.

thapecroth avatar May 29 '21 09:05 thapecroth

What do you mean with "default password"?

mattes avatar May 30 '21 21:05 mattes