Skip to content

Commit

Permalink
Merge #9730: Remove bitseed.xf2.org form the dns seed list
Browse files Browse the repository at this point in the history
ca9955e Remove bitseed.xf2.org form the dns seed list (Jonas Schnelli)
  • Loading branch information
jonasschnelli committed Feb 10, 2017
2 parents 36f9d3a + ca9955e commit 33f3b21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ class CMainParams : public CChainParams {
vSeeds.push_back(CDNSSeedData("bluematt.me", "dnsseed.bluematt.me", true)); // Matt Corallo, only supports x9
vSeeds.push_back(CDNSSeedData("dashjr.org", "dnsseed.bitcoin.dashjr.org")); // Luke Dashjr
vSeeds.push_back(CDNSSeedData("bitcoinstats.com", "seed.bitcoinstats.com", true)); // Christian Decker, supports x1 - xf
vSeeds.push_back(CDNSSeedData("xf2.org", "bitseed.xf2.org")); // Jeff Garzik
vSeeds.push_back(CDNSSeedData("bitcoin.jonasschnelli.ch", "seed.bitcoin.jonasschnelli.ch", true)); // Jonas Schnelli, only supports x1, x5, x9, and xd

base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,0);
Expand Down

0 comments on commit 33f3b21

Please sign in to comment.