changeset 713:8b78dad87aa5 draft

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.
author Matt Corallo <matt@bluematt.me>
date Thu, 30 Jun 2011 23:42:59 +0200
parents 1eaf93557fe5
children 00c10ec50c42
files src/net.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -1139,6 +1139,7 @@
 static const char *strDNSSeed[] = {
     "bitseed.xf2.org",
     "bitseed.bitcoin.org.uk",
+    "dnsseed.bluematt.me",
 };
 
 void DNSAddressSeed()