Difference between revisions of "Tor"

From Bitcoin Wiki
Jump to: navigation, search
m (draft mIRC section)
m (mIRC)
Line 27: Line 27:
  
 
mIRC is a popular IRC client. This is a guide how to connect to Freenode IRC using Tor + SASL + mIRC.
 
mIRC is a popular IRC client. This is a guide how to connect to Freenode IRC using Tor + SASL + mIRC.
1. Register your nick with freenode nickserv
+
1. Register your nick with freenode nickserv<br />
2. Add SASL support to your mIRC installation
+
2. Add SASL support to your mIRC installation<br />
3. configure Freenode network
+
3. configure Freenode network<br />
4. setup mIRC to use Tor
+
4. setup mIRC to use Tor<br />
  
 
=External links=
 
=External links=

Revision as of 21:01, 8 January 2011

Tor is a distributed 'onion' network, that makes it more difficult for an adversary to track any one peer on the network. Tor also is very useful to access the 'uncensored' internet in countries such as China and Iran.

Bitcoin can run easily on the Tor network.

GUI

From Bitcoin client menu select Settings -> Options
20110108-btc-options.png

Check "Connect through socks 4 proxy" with the address 127.0.0.1 and port 9050 (the Tor default port number)
20110108-btc-client-tor-as-proxy.png
Configuring an application to use Tor is also called to torify it. (needs a brief howto here)

Conducting business using bitcoin-otc can be done more anonymously when directly connected to a Freenode IRC hidden service.

bitcoind

Run bitcoind with -proxy=127.0.0.1:9050 (or whatever your SocksPort is).

Hidden services

These services are running within the tor network. You can connect to them for example using the -connect= parameter to bitcoind. Note that you do not need to use them - tor can also anonymize your normal internet traffic, including bitcoin connections. There are some technical reasons why hidden services may be beneficial, see the tor documentation if you're really interested.

Please add your service here if you run a stable bitcoin node under a tor hidden service.

  • iy6ni3wkqazp4ytu.onion

mIRC

mIRC is a popular IRC client. This is a guide how to connect to Freenode IRC using Tor + SASL + mIRC. 1. Register your nick with freenode nickserv
2. Add SASL support to your mIRC installation
3. configure Freenode network
4. setup mIRC to use Tor

External links