does anyone has the newest tor speed up script?

gumpy

Newbie
Joined
Aug 11, 2009
Messages
37
Reaction score
0
i tried use the old script which i found on froum, and fix torrc file, but after that i couldnt connect to tor, any solutions, thank u
 
You post the script here, I can check it and tell you the reason.

Tor can be pretty complicate to handle;)
 
ok.
speeding up 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 8Go back to the Vidalia Control Panel from the task bar and click Stop Tor, then Start Tor. This will restart Tor.

us ip code
ExcludeNodes {be},{pl},{ca},{za},{vn},{uz},{ua},{tw},{tr},{th}, {sk},{sg},{se},{sd},{sa},{ru},{ro},{pt},{ph},{pa}, {nz},{np},{no},{my},{mx},{md},{lv},{lu},{kr},{jp}, {it},{ir},{il},{ie},{id},{hr},{hk},{gr},{gi},{gb}, {fi},{es},{ee},{dk},{cz},{cy},{cr},{co},{cn},{cl}, {ci},{ch},{by},{br},{bg},{au},{at},{ar},{aq},{ao}, {ae},{nl},{de},{fr}

thank you
 
oh, im sorry, time delay cause duplicate post, mods plz help delete them.
 
Try to heavily increase circuit build timeout, 5 seconds is much too low for 99% of all circuits.

Also for testing remove the exitnode country thing, in general Tor is not built to specify an exit node so there is no guarantee it works as described and the features are not tested well. It can cause troubles
 
Back
Top