Browse Source

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

miguelfreitas
Matt Corallo 12 years ago
parent
commit
6a1d6e03da
  1. 1
      src/net.cpp

1
src/net.cpp

@ -1153,6 +1153,7 @@ static const char *strMainNetDNSSeed[][2] = { @@ -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}
};

Loading…
Cancel
Save