diff options
| author | Matt Corallo <[email protected]> | 2011-06-30 23:42:59 +0200 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2011-06-30 23:42:59 +0200 |
| commit | f03c31db82103717cb22a570efa4f4f43a088ae7 (patch) | |
| tree | c521812bf208dffa4c36dd3aa9d4f2aa7640808a /src/net.cpp | |
| parent | Merge pull request #347 from sipa/delkeyuser (diff) | |
| download | discoin-f03c31db82103717cb22a570efa4f4f43a088ae7.tar.xz discoin-f03c31db82103717cb22a570efa4f4f43a088ae7.zip | |
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.
Diffstat (limited to 'src/net.cpp')
| -rw-r--r-- | src/net.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.cpp b/src/net.cpp index 4b1372623..f31463800 100644 --- a/src/net.cpp +++ b/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() |