]> Git Repo - VerusCoin.git/commitdiff
Remove DNS Seeds run by entities which were never well-established.
authorMatt Corallo <[email protected]>
Sun, 10 Aug 2014 03:57:47 +0000 (20:57 -0700)
committerMatt Corallo <[email protected]>
Wed, 3 Sep 2014 07:41:54 +0000 (00:41 -0700)
doc/dnsseed-policy.md
src/chainparams.cpp

index 73e307f7cd1fa431012a739a2bc42150ac9fc1da..66a1757ac5e760716a7ef2ff6e096689dc0254a2 100644 (file)
@@ -3,6 +3,9 @@ Expectations for DNS Seed operators
 
 Bitcoin Core attempts to minimize the level of trust in DNS seeds,
 but DNS seeds still pose a small amount of risk for the network.
+As such, DNS seeds must be run by entities which have some minimum
+level of trust within the Bitcoin community.
+
 Other implementations of Bitcoin software may also use the same
 seeds and may be more exposed. In light of this exposure this
 document establishes some basic expectations for the expectations
index ce99f268f38fadd33cbaeca071f32bee8c7cbc31..bfe50d77d577728368c3503000f9eae19288decc 100644 (file)
@@ -99,7 +99,6 @@ public:
         vSeeds.push_back(CDNSSeedData("dashjr.org", "dnsseed.bitcoin.dashjr.org"));
         vSeeds.push_back(CDNSSeedData("bitcoinstats.com", "seed.bitcoinstats.com"));
         vSeeds.push_back(CDNSSeedData("bitnodes.io", "seed.bitnodes.io"));
-        vSeeds.push_back(CDNSSeedData("open-nodes.org", "seeds.bitcoin.open-nodes.org"));
         vSeeds.push_back(CDNSSeedData("xf2.org", "bitseed.xf2.org"));
 
         base58Prefixes[PUBKEY_ADDRESS] = list_of(0);
This page took 0.026017 seconds and 4 git commands to generate.