Speeding up TOR

SmallStorm

Junior Member
Joined
Dec 4, 2007
Messages
140
Reaction score
65
Some of us might use TOR + Privoxy so I'd like to share some code to speed up TOR slightly.

If you use TOR, you probably have experienced slow connections sometimes. Below, I'll attempt to give instructions to speed up TOR.

First thing is you will need to have Vidalia bundle installed. (obviously)

Next, double-click the icon for Vidalia Control Panel in your task bar. This should bring up the Vidalia Control Panel

Click on "settings" to bring up the settings screen.
Click on the "Advanced" button to bring up that tab.
Take not of the path to the "Tor Configuration File".
Go to that location and open up the "torrc".

***Alternative to the above instructions***
Go to START - PROGRAMS - VIDALIA BUNDLE - TOR - TORRC

This will open up the Torrc in notepad.

******
Make a backup of torrc before editing.

After you get the torrc open, at the end of it, paste the following code:

Code:
# Try for at most NUM seconds when building circuits. If the circuit isn't
# open in that time, give up on it. (Default: 1 minute.)
CircuitBuildTimeout 5
# Send a padding cell every N seconds to keep firewalls from closing our
# connections while Tor is not in use.
KeepalivePeriod 60
# Force Tor to consider whether to build a new circuit every NUM seconds.
NewCircuitPeriod 15
# How many entry guards should we keep at a time?
NumEntryGuards 8

Go back to the Vidalia Control Panel from the task bar and click Stop Tor, then Start Tor. This will restart Tor.

Hope this helps and if anyone else knows of any other settings that can optimize TOR for maximum performance, please feel free to add to this thread.

Chris
 
thanks, i hope this will increase tor speed dramatically, because it's always so slow or not working at all for me..
 
Thanks, this has always been a problem for me, I'll give it a go right away :)
 
TOR is excellent. I've used it to post some good digg comments :D
I wonder if you can choose to have IP from selected countries ...
 
Thanks for this, I'm trying it now. I'm glad you posted here.

pickaproxy looks interesting. I hope they start operating soon as it would save me the headache of checking proxy lists for my tools.

cricket
 
Awesome. I've been looking for something like this for a while.. Thanks :D
 
cool i hope this works and thanks for the pickaproxy link :)
 
nice info, I use Tor time to time, hopefully I can use this service as well.
thanks for sharing .
 
Thanks for the code. I will try it tonight. Happy New Year!
 
Since no one told me, I figured it out on my own :(

Lets test this post and I will confirm if it changes speed
 
Well I tried it, my experience is that original tor functions faster without this code.
 
No significant difference with the changes. I suppose Tor just magically gets fast sometimes, and sometimes it's slow, and we gotta live with it.

(Or pay for some private proxies.)
 
thanks for the code.
from initial impressions there seems to be no great difference but lets see. i hope to TOR my cpm site, hehehehe
 
Back
Top