Hi,
I'm new to Tor, and I'm working on developing a crawler that uses Tor via 
Polipo/C# HttpWebRequest. So far, making an HTTP request via Polipo through Tor 
is working like a charm. However, I would like to change my route/exit node 
more often than every 10 minutes. Every single bit of advice I can find about 
this, including the Tor documentation, says that all I have to do is Telnet 
into the Tor control port and issue the "signal newnym" command, and I'll move 
to a new circuit. However, it's simply not working. I am using a C# Telnet 
wrapper called Minimalistic Telnet, and issuing the following:
TelnetConnection tc = new TelnetConnection("127.0.0.1", 
9051);tc.WriteLine("AUTHENTICATE \"pwd\" SIGNAL NEWNYM");I'm scraping an 
ASP.NET page I setup on a development server to check IP, and the command is 
NOT changing the IP. The Vidalia log shows "New control connection opened", and 
I get a "250 OK" response, but that's it: no other messages logged, and the 
circuit is not changed. Is there anyone who could tell me what I'm doing 
wrong?Thanks,Landon                                    
_______________________________________________
tor-talk mailing list
tor-talk@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

Reply via email to