Difference between revisions of "Fallback Nodes"

From Bitcoin Wiki
Jump to: navigation, search
(IPv4 Nodes)
Line 49: Line 49:
 
|-
 
|-
 
<!-- BEGIN NODELIST -->
 
<!-- BEGIN NODELIST -->
| 66.158.72.2 || imsaguy || 66.158.72.2 || {{Table Value Yes}} || {{Fallback Nodes/Node UP}} ||  || ?
+
| 66.158.72.2 || imsaguy || 66.158.72.2 || {{Table Value Yes}} || {{Table Value Up}} ||  || ?
  
 
<!-- END NODELIST -->
 
<!-- END NODELIST -->

Revision as of 15:39, 12 March 2012

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.

In order to enable hostname lookups for the -addnode and -connect parameters, you must additionally provide the -dns parameter. Example:

bitcoind -dns -addnode=bitcoin.es

Versions prior to 0.3.22 do not support hostnames to the -addnode parameter, so you must do the resolving part for it. For example on linux:

bitcoind -addnode=$(dig +short bitcoin.es)

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 (listed below), you will 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

And then put these IPs in your bitcoin.conf (or run bitcoin with -connect)

connect=192.0.2.2
connect=192.0.2.3
connect=192.0.2.4

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 (reference?). 192.0.2.1-192.0.2.255 is the recommended range because it is both non-routable and compatible with Bitcoin.

It is highly recommended that you use "connect" instead of "addnode" so that all of your communications are kept within the tor network.

Since Bitcoin 0.5, the client enables nolisten when the proxy setting is enabled, which in effect prevents the client from becoming a peer node. So the only way to operate a hidden bitcoin seed node would be to revert to an earlier version, or see phantomcircuit's bitcoin-alt.

Nodes list

IPv4 Nodes

Hostname Owner IP Fixed Status Last Seen (GMT) Accepts IP transactions
66.158.72.2 imsaguy 66.158.72.2 Yes Template:Table Value Up  ?

Tor nodes

Hostname Owner Status Last Seen (GMT) Accepts IP transactions
bitcoin2bkgm3fke.onion  ? up 2012-01-16 Yes
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
sjdntqu5roj4q6lo.onion torservers up 2012-01-11  ?
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
sh4ep6zb6vnoa2h5.onion Gmaxwell  ? 2011-10-29 No
e3tn727fywnioxrc.onion  ?  ? 2011-11-01 No
p2hwc26zdsrqxiix.onion redemerald  ? 2011-12-28 No
bxfna6fhddpzduck.onion  ?  ?  ?  ?
esvua6k2gzjj64ad.onion redemerald  ? 2011-12-28 No
7hxvg2lvr2ashzli.onion Tuxavant  ?  ?  ?
siqdznszjf4e6v5j.onion Tuxavant  ?  ?  ?

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 is supposed to connect to your node every hour to check its status and version. Sadly, this bot appears to be offline.