Browse Source

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.
try
Matt Corallo 14 years ago
parent
commit
f03c31db82
  1. 1
      src/net.cpp

1
src/net.cpp

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

Loading…
Cancel
Save