From 428a181ddf43fe6ce974b57e2a3d7ac716c60c39 Mon Sep 17 00:00:00 2001 From: saltedlolly Date: Thu, 3 Aug 2023 18:13:00 +0100 Subject: [PATCH] Update Seeder instructions Now sends people to #DGBCIT channel on DigiByte Discord server, instead of the old DGBCIT Telegram group. Includes a link to the website created by @JongJan88 for checking the status of the seeders. --- src/chainparams.cpp | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index fcfcadfd74..23e8c5a187 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -142,12 +142,15 @@ class CMainParams : public CChainParams { // 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. - // The current list of DigiByte Seeders and who maintains them can be found pinned to the top of - // the DGBCIT Telegram group: https://t.me/DGBCIT + // The current status of the DigiByte Seeders can be checked here: http://digibyteseed.com/ + // If you notice a problem with an exiting Seeder, please contact the DigiByte Critical Infrastructure team (DGBCIT) + // via the #DGBCIT channel on the DigiByte Discord server: https://discord.com/channels/878200503815782400/1133815334013509764 + // Alternatively, create an issue ticket here: https://github.com/DigiByte-Core/digibyte/issues // When adding a new MAINNET Seeder URL below, please include the name of the person in charge of it // and their Github handle so they can be contacted in an emergency. + // DigiByte MAINNET DNS Seeders: vSeeds.emplace_back("seed.digibyte.io"); // Jared Tate @JaredTate vSeeds.emplace_back("seed.digibyte.help"); // Olly Stedall @saltedlolly @@ -409,8 +412,10 @@ class CTestNetParams : public CChainParams { vFixedSeeds.clear(); vSeeds.clear(); - // The current list of DigiByte Seeders and who maintains them can be found pinned to the top of - // the DGBCIT Telegram group: https://t.me/DGBCIT + // The current status of the DigiByte Seeders can be checked here: http://digibyteseed.com/ + // If you notice a problem with an exiting Seeder, please contact the DigiByte Critical Infrastructure team (DGBCIT) + // via the #DGBCIT channel on the DigiByte Discord server: https://discord.com/channels/878200503815782400/1133815334013509764 + // Alternatively, create an issue ticket here: https://github.com/DigiByte-Core/digibyte/issues // When adding a new TESTNET Seeder URL below, please include the name of the person in charge of it // and their Github handle so they can be contacted in an emergency.