Skip to content

Commit

Permalink
add some other DNS seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoForge committed Mar 9, 2022
1 parent 0dd3a3b commit 048c0c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ class CMainParams : public CChainParams {
vSeeds.push_back(CDNSSeedData("Forge3", "pirate3.cryptoforge.cc")); // Forge
vSeeds.push_back(CDNSSeedData("ForgeExporer", "explorer.cryptoforge.cc")); // Forge
vSeeds.push_back(CDNSSeedData("Explorer","explorer.pirate.black")); // Explorer
vSeeds.push_back(CDNSSeedData("Explorer","explorer.pirate.black")); // Explorer tls enabled chmex
vSeeds.push_back(CDNSSeedData("Dexstats","seed.dexstats.info")); // Dexstats chmex
vSeeds.push_back(CDNSSeedData("Komodostats","seed.komodostats.com")); // komodostats webworker01
vSeeds.push_back(CDNSSeedData("Bootstrap","bootstrap.arrr.black")); // geo optimized routing enabled chmex

// TODO: we need more seed crawlers from other community members
base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,60);
Expand Down

0 comments on commit 048c0c0

Please sign in to comment.