Browse Source

Merge pull request #3 from kvazar-network/add-kex-keva-one-dns

add kex.keva.one dns seed
kvazar kvazar-1.0.0
d47081 6 months ago committed by GitHub
parent
commit
9fbc4285b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      src/chainparams.cpp

3
src/chainparams.cpp

@ -170,6 +170,9 @@ public: @@ -170,6 +170,9 @@ public:
// Note that of those with the service bits flag, most only support a subset of possible options
vSeeds.emplace_back("dnsseed.kevacoin.org");
// Third party DNS
vSeeds.emplace_back("kex.keva.one"); // by https://bitcointalk.org/index.php?topic=5213046.msg63803088#msg63803088
base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,45); // K
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,5);
base58Prefixes[SCRIPT_ADDRESS2] = std::vector<unsigned char>(1,70); // V

Loading…
Cancel
Save