Skip to content

Commit

Permalink
Updated dns seeders.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninghejianping committed Jan 17, 2019
1 parent 9a34a74 commit fd939df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ static CBlock CreateGenesisBlock(const char* pszTimestamp, const CScript& genesi

static CBlock CreateGenesisBlock(uint32_t nTime, uint32_t nNonce, uint32_t nBits, int32_t nVersion, const CAmount& genesisReward)
{
// JWU TODO: change timestamp
// RELEASE TODO: change timestamp
const char* pszTimestamp = "The Economist 05/Dec/2018 The US-China trade war is on hold";
const CScript genesisOutputScript = CScript() << ParseHex("a914676a24ba4bfadd458e5245b26fa57f9a62ca185087");
return CreateGenesisBlock(pszTimestamp, genesisOutputScript, nTime, nNonce, nBits, nVersion, genesisReward);
Expand Down Expand Up @@ -141,6 +141,8 @@ class CMainParams : public CChainParams {
// Note that of those with the service bits flag, most only support a subset of possible options
vSeeds.emplace_back("dnsseed.kevacoin.org");
vSeeds.emplace_back("dnsseed.kevacoin.com");
vSeeds.emplace_back("dnsseed.honourchat.com");
vSeeds.emplace_back("dnsseed.remlec.com");

base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,45); // K
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,5);
Expand Down Expand Up @@ -250,6 +252,8 @@ class CTestNetParams : public CChainParams {
vSeeds.clear();
// nodes with support for servicebits filtering should be at the top
vSeeds.emplace_back("testnet-seed.kevacoin.org");
vSeeds.emplace_back("testnet-seed.honourchat.com");
vSeeds.emplace_back("testnet-seed.remlec.com");

base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,45); // K
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,5);
Expand Down

0 comments on commit fd939df

Please sign in to comment.