Skip to content

Commit

Permalink
Added dnsseeds
Browse files Browse the repository at this point in the history
  • Loading branch information
ander7agar committed Dec 12, 2017
1 parent cad1a5c commit f8f1162
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ class CMainParams : public CChainParams {
assert(genesis.hashMerkleRoot == uint256S("0x21f22d67cd6e1ab2c122f16e50dd885450ff06f86885d2770dbc2447916cec11"));

// Note that of those with the service bits flag, most only support a subset of possible options

vSeeds.emplace_back("dnsseed.creativechain.net", true);
vSeeds.emplace_back("creaseed.owldevelopers.site", true);

base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,28);
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,5);
base58Prefixes[SCRIPT_ADDRESS2] = std::vector<unsigned char>(1,35);
Expand Down Expand Up @@ -203,8 +205,8 @@ class CTestNetParams : public CChainParams {
vFixedSeeds.clear();
vSeeds.clear();
// nodes with support for servicebits filtering should be at the top
//vSeeds.push_back(CDNSSeedData("creativecointools.com", "testnet-seed.creativecointools.com"));
//vSeeds.push_back(CDNSSeedData("loshan.co.uk", "seed-b.creativecoin.loshan.co.uk", true));
vSeeds.push_back(CDNSSeedData("owldevelopers.site", "testnet-seed.owldevelopers.site"));
vSeeds.push_back(CDNSSeedData("creativechain.net", "testnet-seed.creativechain.net", true));

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

0 comments on commit f8f1162

Please sign in to comment.