Add new DNSSeed dnsseed.bluematt.me.

This seed will pull a random set of 20 nodes from the network which
are tested to be online instead of a static list.
This commit is contained in:
Matt Corallo 2011-06-30 23:42:59 +02:00
parent d0d80170a2
commit f03c31db82

View file

@ -1139,6 +1139,7 @@ void MapPort(bool fMapPort)
static const char *strDNSSeed[] = {
"bitseed.xf2.org",
"bitseed.bitcoin.org.uk",
"dnsseed.bluematt.me",
};
void DNSAddressSeed()