Add a new testnet dnsseed (currently only static list, will update)

pull/2411/head
Matt Corallo 12 years ago
parent 97372c2d22
commit 6a1d6e03da

@ -1153,6 +1153,7 @@ static const char *strMainNetDNSSeed[][2] = {
static const char *strTestNetDNSSeed[][2] = { static const char *strTestNetDNSSeed[][2] = {
{"bitcoin.petertodd.org", "testnet-seed.bitcoin.petertodd.org"}, {"bitcoin.petertodd.org", "testnet-seed.bitcoin.petertodd.org"},
{"bluematt.me", "testnet-seed.bluematt.me"},
{NULL, NULL} {NULL, NULL}
}; };

Loading…
Cancel
Save