Fallback Nodes

From Bitcoin Wiki
Revision as of 07:54, 18 July 2011 by WikiBot (talk | contribs) (Checked fallback nodes)
Jump to: navigation, search

This is a list of nodes which are considered reliable. Nodes from this list which are down for more than 24 hours will be automatically removed and status of each node is displayed and updated every hour by WikiBot.

How to use this list

Connect to nodes

You can connect to these nodes with the -addnode=ip switch instead of the usual node harvesting process (through IRC or via the embedded nodelist). You can connect to more than one node by using -addnode=ip more than once. It is usually a good idea to connect to more than one of these nodes.

Nodes without a fixed ip

If the node IP is not fixed (see "Fixed" column), you will have to resolve the node's name (first column) each time the IP changes. Some nodes may have their ip change once a day, some others once a month, and some others may stay on the same IP for years. Still, as long as the IP is not fixed, there is no guarantee it will stay the same.

The Original Bitcoin client do not support hostnames to the -addnode parameter, so you must do the resolving part for it. For example on linux:

bitcoind -addnode=$(host ndrix.com |sed s/"^.*has address "//)

IP Transactions

You can also send IP Transactions to these nodes. If you include your bitcoin address in the "message" field, you may have your coins back.

Tor network

To use tor .onion addresses, you need to map virtual ips via the torrc file:

mapaddress 192.0.2.2 ijzt2eeizty3p5xe.onion
mapaddress 192.0.2.3 j43z65b6r2usg3vk.onion
mapaddress 192.0.2.4 pvuif6nonbhj3o3r.onion

Once you have configured and restarted tor, 192.0.2.2 will connect to ijzt2eeizty3p5xe.onion when accessed through the Tor proxy (and likewise for the other IPs/onions). You can then run Bitcoin with -addnode=192.0.2.2, or even send bitcoins to that IP address. You can use any arbitrary IP addresses with MapAddress, though some of the common non-routable ranges (10.*, 192.168.*) will not work due to a Bitcoin bug. 192.0.2.1-192.0.2.255 is the recommended range because it is both non-routable and compatible with Bitcoin.

Nodes list

IPv4 Nodes

Hostname Owner IP Fixed Status Last Seen (GMT) Accepts IP transactions
173.224.125.222 MagicalTux [US] 173.224.125.222 Yes Up (0.3.21) 2011-07-18 07:53:14 No
fallback2.bitcoin.me.uk Vladimir [Pool] 178.255.199.86 Yes Up (0.3.21) 2011-07-18 07:53:14 No
46.4.13.200 WakiMiko 46.4.13.200 Yes Down 2011-07-18 07:47:15  ?
ndrix.com mndrix 64.22.103.150 Yes Down 2011-07-17 12:00:08  ?
zack.home.chrishowie.com cdhowie 98.222.140.181 No Down 2011-07-18 07:41:40 No

Tor nodes

Hostname Owner Status Last Seen (GMT) Accepts IP transactions
ijzt2eeizty3p5xe.onion  ?  ? 2011-02-11 Yes
j43z65b6r2usg3vk.onion Dybbuk  ? 2011-02-11 Yes
pvuif6nonbhj3o3r.onion  ?  ? 2011-02-11 Yes
c5qvugpewwyyy5oz.onion  ?  ? 2011-02-11 Yes
vso3r6cmjoomhhgg.onion echelon  ? 2011-02-11 Yes
bitcoinbudtoeks7.onion  ?  ? 2011-02-11  ?
iy6ni3wkqazp4ytu.onion  ?  ? 2011-02-11  ?
h4kklwodpcmo6cbq.onion  ?  ? 2011-02-11  ?
vv6kcfscuntybrzm.onion  ?  ? 2011-02-11  ?
nlnsivjku4x4lu5n.onion  ?  ? 2011-02-11  ?
xqzfakpeuvrobvpj.onion  ?  ? 2010-11-13 No
4lmduyac3svgrrav.onion  ?  ? 2011-02-11 No
usasx4urod3yj4az.onion  ?  ? 2011-02-11 No

Adding a node

Before adding yourself as a fallback node, you should be sure your node will stay online for a long time. If a node is offline for more than 24 hours it will be removed from the list. To accept IP transactions you will have to add the -allowreceivebyip flag to your command line parameters.

To add a node in this list, you just need the ip/hostname and your name, the other fields will be filled automatically. Insert the following lines before the END NODELIST line:

|-
| ip || your name

Please note that a bot will connect to your node every hour to check its status and version.