Skip to content

Commit

Permalink
Added some seed nodes.
Browse files Browse the repository at this point in the history
For more reliable and quick initial sync.
  • Loading branch information
pallas1 authored Aug 18, 2017
1 parent f182ec0 commit a9edea1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ class CMainParams : public CChainParams {


vSeeds.push_back(CDNSSeedData("gpile.it", "gpile.it"));
vSeeds.push_back(CDNSSeedData("xcn.suprnova.cc", "xcn.suprnova.cc"));
vSeeds.push_back(CDNSSeedData("xcn-explorer.miners-zone.net", "xcn-explorer.miners-zone.net"));
vSeeds.push_back(CDNSSeedData("xcn-explorer.selektion21.de", "xcn-explorer.selektion21.de"));

//sa ToDO: Review. The convert_to_container stuff was added as a quick fix to get it building in c++11. it should work
// but not 100% certain and haven't tested
Expand Down

0 comments on commit a9edea1

Please sign in to comment.