Browse Source

Merge pull request #16 from kvazar-network/add-dnsseed-keva-one

add dnsseed.keva.one
kvazar
d47081 2 months ago committed by GitHub
parent
commit
4d0bb8720f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      src/chainparams.cpp

1
src/chainparams.cpp

@ -169,6 +169,7 @@ public: @@ -169,6 +169,7 @@ public:
// 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.keva.one");
// Third party DNS
vSeeds.emplace_back("kex.keva.one"); // by https://bitcointalk.org/index.php?topic=5213046.msg63803088#msg63803088

Loading…
Cancel
Save