From 6a1d6e03daa35463ff27f8d05f4313b604ed4397 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Sun, 24 Mar 2013 19:41:08 -0400 Subject: Add a new testnet dnsseed (currently only static list, will update) --- src/net.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/net.cpp b/src/net.cpp index 24fd47241d..6c8fe3ffc9 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1153,6 +1153,7 @@ static const char *strMainNetDNSSeed[][2] = { static const char *strTestNetDNSSeed[][2] = { {"bitcoin.petertodd.org", "testnet-seed.bitcoin.petertodd.org"}, + {"bluematt.me", "testnet-seed.bluematt.me"}, {NULL, NULL} }; -- cgit v1.2.3