File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ Expectations for DNS Seed operators
33
44Bitcoin Core attempts to minimize the level of trust in DNS seeds,
55but 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+
69Other implementations of Bitcoin software may also use the same
710seeds and may be more exposed. In light of this exposure this
811document establishes some basic expectations for the expectations
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments