Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: someee on April 06, 2013, 08:10:59 AM



Title: bitcoin client can't connect to Tor...
Post by: someee on April 06, 2013, 08:10:59 AM
hello everyone, last several weeks or so, bitcoin client has troubles connecting Tor network - what's the matter, who know? sometimes it connects successfully, but most of the launches - no...
any remedy to this?

settings are usual: 127.0.0.1 9050 S5


Title: Re: bitcoin client can't connect to Tor...
Post by: Foxpup on April 06, 2013, 08:51:08 AM
Clicking "New Identity" in Tor usually fixes any intermittent connection problems. Also remember that Tor can be very slow at times, sometimes taking several minutes to establish a connection, so be patient.


Title: Re: bitcoin client can't connect to Tor...
Post by: BookLover on April 06, 2013, 01:35:57 PM
You can speed up Tor and reduce the time it takes the bitcoin client to connect by adding a list of fast exit nodes to the torrc file and the command "strictnodes 1".  You can also put several "addnode" commands with ip addresses from http://blockchain.info/ip-log (http://blockchain.info/ip-log) in your bitcoin.conf file.  The second option is easier.

here is example format for the addnode commands in bitcoin.conf:
Code:
addnode=176.248.161.217
addnode=24.49.122.169
addnode=77.234.142.92
addnode=72.135.116.119
addnode=160.36.11.83


Title: Re: bitcoin client can't connect to Tor...
Post by: Deth on April 06, 2013, 02:03:13 PM
settings are usual: 127.0.0.1 9050 S5
It is 127.0.0.1 9150 now.


Title: Re: bitcoin client can't connect to Tor...
Post by: BookLover on April 09, 2013, 11:05:28 PM
I thought it was 9051 with the new Tor.  Great, now you've got me wondering which it is. ??? ::) ;)