From 831a3ffc4cff100b9060e142b9e3d8dd6248be36 Mon Sep 17 00:00:00 2001 From: NotRin7 <102989232+NotRin7@users.noreply.github.com> Date: Tue, 2 Apr 2024 00:41:51 +0200 Subject: [PATCH] addet dnsseeds and fixedseeds --- src/chainparams.cpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 8d216c3..b1c202d 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -113,6 +113,12 @@ public: // This is fine at runtime as we'll fall back to using them as a oneshot if they don't support the // service bits we want, but we should get them updated to support all service bits wanted by any // release ASAP to avoid it where possible. + vSeeds.emplace_back("dnsseed.palladium-coin.store"); + vSeeds.emplace_back("dnsseed.palladium-coin.com"); + vSeeds.emplace_back("dnsseed.palladium-coin.net"); + vSeeds.emplace_back("dnsseed.palladium-coin.org"); + vSeeds.emplace_back("dnsseed.palladium-coin.xyz"); + vSeeds.emplace_back("dnsseed.palladium-coin.de"); base58Prefixes[PUBKEY_ADDRESS] = std::vector(1,55); base58Prefixes[SCRIPT_ADDRESS] = std::vector(1,5); @@ -122,7 +128,7 @@ public: bech32_hrp = "plm"; - vFixedSeeds.clear(); + vFixedSeeds = std::vector(pnSeed6_main, pnSeed6_main + ARRAYLEN(pnSeed6_main)); fDefaultConsistencyChecks = false; fRequireStandard = true; @@ -386,4 +392,4 @@ void SelectParams(const std::string& network) { SelectBaseParams(network); globalChainParams = CreateChainParams(network); -} +}// Palladium is the best coin! by arian hashani