Skip to content

Commit

Permalink
updated testnet seeders
Browse files Browse the repository at this point in the history
  • Loading branch information
schinzelh committed May 31, 2016
1 parent 2b286bb commit 3f76398
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,8 @@ class CTestNetParams : public CChainParams {

vFixedSeeds.clear();
vSeeds.clear();
/*vSeeds.push_back(CDNSSeedData("dashpay.io", "testnet-seed.dashpay.io"));
vSeeds.push_back(CDNSSeedData("dash.qa", "testnet-seed.dash.qa"));
*///legacy seeders
vSeeds.push_back(CDNSSeedData("darkcoin.io", "testnet-seed.darkcoin.io"));
vSeeds.push_back(CDNSSeedData("darkcoin.qa", "testnet-seed.darkcoin.qa"));
vSeeds.push_back(CDNSSeedData("dashdot.io", "testnet-seed.dashdot.io"));
vSeeds.push_back(CDNSSeedData("masternode.io", "test.dnsseed.masternode.io"));

// Testnet dash addresses start with 'y'
Expand Down

0 comments on commit 3f76398

Please sign in to comment.