Skip to content

Commit

Permalink
Merge pull request #137 from saltedlolly/develop
Browse files Browse the repository at this point in the history
Update instructions for DigiByte Seeders
  • Loading branch information
gto90 authored Aug 5, 2023
2 parents 1dc306c + 428a181 commit 5e756e2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 5e756e2

Please sign in to comment.