Fallback Nodes

This is a list of nodes which are considered reliable.

Contents

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

Bitcoin Core versions prior to 0.8.0 also could send IP Transactions to these nodes. If you included your bitcoin address in the “message” field, you might have had your coins back.

Tor network

To use Bitcoin-Qt over Tor hidden services, in a terminal/console enter:

bitcoin-qt -proxy=127.0.0.1:9050 -onlynet=tor 

To use Bitcoin with one specific Tor node, run

bitcoin-qt -proxy=127.0.0.1:9050 -connect=abcde.onion 

, where abcde.onion needs to be substituted with one of the Tor nodes below. These parameters can be added to bitcoin.conf to make them permanent.

You can find detailed information on running clients and hidden services within Tor in the documentation.

Nodes list

IPv4 Nodes

This entire list was last checked on 2017-11-15.

<!– BEGIN NODELIST –>
Hostname Owner IP Fixed Status Last Seen (GMT) Accepts IP transactions
bitcoin.moneypot.com moneypot 212.47.228.216 2015-09-15 No
node.bitcoin.xxx Bitcoin.xxx 66.228.49.201 2014-08-28 Yes
bitcoin.coinprism.com Coinprism 137.116.225.142 2014-04-26 Yes
btcnode1.evolyn.net Evolyn 85.214.251.25 2014-01-26 Yes
InductiveSoul.US 67.186.224.85 2013-11-13 Yes
archivum.info Ferraro Ltd. 88.198.58.172 Yes
62.75.216.13 exMULTI, Inc. 62.75.216.13 No
69.64.34.118 exMULTI, Inc. 69.64.34.118 No
79.160.221.140 K-Norway 79.160.221.140 Yes
netzbasis.de unknown3 81.169.129.25 Yes
btc.turboadmin.com osmosis 98.143.152.14 No
fallback.bitcoin.zhoutong.com Zhou Tong 117.121.241.140 No
bauhaus.csail.mit.edu imsaguy 128.30.96.44 Yes
jun.dashjr.org Luke-Jr 173.242.112.53 2017-11-15
cheaperinbitcoins.com Xenland/Shane 184.154.36.82 Yes
django.webflows.fr unknown2 188.165.213.169 Yes
204.9.55.71 toasty 204.9.55.71 Yes
btcnode.novit.ro ovidiusoft – novit.ro 93.187.142.114 Yes
porgressbar.sk progressbar hackerspace 91.210.181.21 Yes
faucet.bitcoin.st bitcoin street 64.27.57.225 Yes
bitcoin.securepayment.cc SecurePayment CC 63.247.147.163 Yes
www.dcscdn.com 199.115.228.181
ns2.dcscdn.com 199.115.228.182
coin.soul-dev.com Soul-Dev
messier.bzfx.net BZFX/ 91.121.205.50
btcnode1.bitgroup.cc BitGroup 198.211.116.191 Yes
btcnode2.bitgroup.cc BitGroup 162.243.120.138 Yes
btcnode3.bitgroup.cc BitGroup 95.85.8.237 Yes
btcnode.xiro.co Xiro Labs 91.121.108.61 2017-11-15 No
stuff.liam-w.io 185.122.57.203 No
bitcoin.bitdonut.co James Hartig
coinno.de jaknam
82.165.44.44 anonymous
bitcoin1.dassori.me gdassori
bitcoin2.dassori.me gdassori
blockchainnode.meulie.net 2017-11-15
fullnode.fybsg.com Nagato
n.bitcoin-fr.io 62.210.66.227 2017-11-15
softnet.homenet.org 90.71.117.90
mars.jordandoyle.uk Jordan Doyle 91.121.83.82 Yes

<!– END NODELIST –>

IPv6 Nodes

<!– BEGIN NODELIST –>
Hostname Owner IP Fixed Status Last Seen (GMT) Accepts IP transactions
InductiveSoul.US 2601:7:6680:2ac:4d29:40ff:7513:fcc7 11-13-2013 (MDY) Yes
caffeinator.net 2013-05-10
2001:470:8:2e1::40  ? 2001:470:8:2e1::40 Yes
messier.bzfx.net BZFX/ 2001:41d0:1:d632::1
stuff.liam-w.io 2a06:8ec0:3::1:2e47 No
bitcoin.bitdonut.co James Hartig
n.bitcoin-fr.io 2001:bc8:c087:2001::1
mars.jordandoyle.uk Jordan Doyle

<!– END NODELIST –>

Tor nodes

This entire list was last checked on 2017-11-15.

Hostname Owner Status Last Seen (GMT) Accepts IP transactions
gyn2vguc35viks2b.onion Up 2017-11-15 No
kvd44sw7skb5folw.onion Up 2017-11-15 No
nkf5e6b7pl4jfd4a.onion BlueMatt Up 2017-11-15 No
yu7sezmixhmyljn4.onion Up 2017-11-15  ?

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 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 <tt>END NODELIST</tt> line:

<nowiki>|- 

| ip || your name</nowiki>

See Also on BitcoinWiki

Source

http://bitcoin.it/