Skip to content

Commit 550d4fa

Browse files
committed
Remove DNS Seeds run by entities which were never well-established.
1 parent b8d9223 commit 550d4fa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/dnsseed-policy.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Expectations for DNS Seed operators
33

44
Bitcoin Core attempts to minimize the level of trust in DNS seeds,
55
but DNS seeds still pose a small amount of risk for the network.
6+
As such, DNS seeds must be run by entities which have some minimum
7+
level of trust within the Bitcoin community.
8+
69
Other implementations of Bitcoin software may also use the same
710
seeds and may be more exposed. In light of this exposure this
811
document establishes some basic expectations for the expectations

src/chainparams.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ class CMainParams : public CChainParams {
9999
vSeeds.push_back(CDNSSeedData("dashjr.org", "dnsseed.bitcoin.dashjr.org"));
100100
vSeeds.push_back(CDNSSeedData("bitcoinstats.com", "seed.bitcoinstats.com"));
101101
vSeeds.push_back(CDNSSeedData("bitnodes.io", "seed.bitnodes.io"));
102-
vSeeds.push_back(CDNSSeedData("open-nodes.org", "seeds.bitcoin.open-nodes.org"));
103102
vSeeds.push_back(CDNSSeedData("xf2.org", "bitseed.xf2.org"));
104103

105104
base58Prefixes[PUBKEY_ADDRESS] = list_of(0);

0 commit comments

Comments
 (0)