diff --git a/contrib/seeds/nodes_main.txt b/contrib/seeds/nodes_main.txt index 3c5f614df..01620a6b5 100644 --- a/contrib/seeds/nodes_main.txt +++ b/contrib/seeds/nodes_main.txt @@ -1 +1 @@ -5.39.64.7:9333 +52.38.179.128 diff --git a/contrib/seeds/nodes_test.txt b/contrib/seeds/nodes_test.txt index 6ca2fc9f9..e69de29bb 100644 --- a/contrib/seeds/nodes_test.txt +++ b/contrib/seeds/nodes_test.txt @@ -1,2 +0,0 @@ -50.19.54.197:19335 -34.206.206.130:19335 \ No newline at end of file diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 7c47260d9..6726c07f8 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -125,7 +125,6 @@ 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.honourchat.com"); base58Prefixes[PUBKEY_ADDRESS] = std::vector(1,45); // K base58Prefixes[SCRIPT_ADDRESS] = std::vector(1,5); diff --git a/src/chainparamsseeds.h b/src/chainparamsseeds.h index 6d331a15b..56cf3b22c 100644 --- a/src/chainparamsseeds.h +++ b/src/chainparamsseeds.h @@ -8,11 +8,11 @@ * IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingly. */ static SeedSpec6 pnSeed6_main[] = { - {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x05,0x27,0x40,0x07}, 9333} + {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x34,0x26,0xb3,0x80}, 9338} }; static SeedSpec6 pnSeed6_test[] = { - {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x32,0x13,0x36,0xc5}, 19335}, - {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x22,0xce,0xce,0x82}, 19335} + }; + #endif // BITCOIN_CHAINPARAMSSEEDS_H