Fallback Nodes

This is a list of nodes which are considered reliable.

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.

HostnameOwnerIPFixedStatusLast Seen (GMT)Accepts IP transactions
bitcoin.moneypot.commoneypot212.47.228.216YesDown2015-09-15No
node.bitcoin.xxxBitcoin.xxx66.228.49.201YesDown2014-08-28Yes
bitcoin.coinprism.comCoinprism137.116.225.142YesDown2014-04-26Yes
btcnode1.evolyn.netEvolyn85.214.251.25YesDown2014-01-26Yes
InductiveSoul.USInductive Soul67.186.224.85YesDown2013-11-13Yes
archivum.infoFerraro Ltd.88.198.58.172YesDownYes
62.75.216.13exMULTI, Inc.62.75.216.13YesDownNo
69.64.34.118exMULTI, Inc.69.64.34.118YesDownNo
79.160.221.140K-Norway79.160.221.140YesDownYes
netzbasis.deunknown381.169.129.25YesDownYes
btc.turboadmin.comosmosis98.143.152.14YesDownNo
fallback.bitcoin.zhoutong.comZhou Tong117.121.241.140YesDownNo
bauhaus.csail.mit.eduimsaguy128.30.96.44YesDownYes
jun.dashjr.orgLuke-Jr173.242.112.53YesUp ()2017-11-15
cheaperinbitcoins.comXenland/Shane184.154.36.82YesDownYes
django.webflows.frunknown2188.165.213.169YesDownYes
204.9.55.71toasty204.9.55.71YesDownYes
btcnode.novit.roovidiusoft - novit.ro93.187.142.114NoDownYes
porgressbar.skprogressbar hackerspace91.210.181.21YesDownYes
faucet.bitcoin.stbitcoin street64.27.57.225YesDownYes
bitcoin.securepayment.ccSecurePayment CC63.247.147.163YesDownYes
www.dcscdn.comDanw12199.115.228.181YesDown
ns2.dcscdn.comDanw12199.115.228.182YesDown
coin.soul-dev.comSoul-DevDown
messier.bzfx.netBZFX/A Meteorite91.121.205.50YesDown
btcnode1.bitgroup.ccBitGroup198.211.116.191YesDownYes
btcnode2.bitgroup.ccBitGroup162.243.120.138YesDownYes
btcnode3.bitgroup.ccBitGroup95.85.8.237YesDownYes
btcnode.xiro.coXiro Labs91.121.108.61YesUp ()2017-11-15No
stuff.liam-w.ioLiam W185.122.57.203YesDownNo
bitcoin.bitdonut.coJames HartigDown
coinno.dejaknamDown
82.165.44.44anonymousDown
bitcoin1.dassori.megdassoriDown
bitcoin2.dassori.megdassoriDown
blockchainnode.meulie.netEvertUp ()2017-11-15
fullnode.fybsg.comNagatoDown
n.bitcoin-fr.ioArthur62.210.66.227Up ()2017-11-15
homeplex.tkVictorsueca90.165.120.190Down
mars.jordandoyle.ukJordan Doyle91.121.83.82YesDownYes

IPv6 Nodes

HostnameOwnerIPFixedStatusLast Seen (GMT)Accepts IP transactions
InductiveSoul.USInductive Soul2601:7:6680:2ac:4d29:40ff:7513:fcc7YesUp ()11-13-2013 (MDY)Yes
caffeinator.netAtrophyUp ()2013-05-10
2001:470:8:2e1::40?2001:470:8:2e1::40YesDownYes
messier.bzfx.netBZFX/A Meteorite2001:41d0:1:d632::1YesUp ()
stuff.liam-w.ioLiam W2a06:8ec0:3::1:2e47YesUp ()No
bitcoin.bitdonut.coJames Hartig
n.bitcoin-fr.ioArthur2001:bc8:c087:2001::1
mars.jordandoyle.ukJordan Doyle

Tor nodes

This entire list was last checked on 2018-10-24.

HostnameOwnerStatusLast Seen (GMT)Accepts IP transactions
nkf5e6b7pl4jfd4a.onionBlueMattUp2018-10-24No

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

|-
| ip || your name

See Also

This article is issued from Bitcoin. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.