Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update chainparams.cpp #143

Merged
merged 2 commits into from
Sep 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ class CMainParams : public CChainParams {
vSeeds.emplace_back("seed.digibyte.link"); // Bastian Driessen @bastiandriessen
vSeeds.emplace_back("seed.quakeguy.com"); // Paul Morgan Quakeitup @SnKQuaKe
vSeeds.emplace_back("seed.aroundtheblock.app"); // Mark McNiel @JohnnyLawDGB
vSeeds.emplace_back("seed.digibyte.services"); // Craig Donnachie @cdonnachie

// DigiByte MAINNET Full Nodes: (These will eventually be removed to be replaced with genuine DigiByte Seeders above.)
vSeeds.emplace_back("seed2.digibyte.io"); // Jared Tate
Expand Down Expand Up @@ -427,6 +428,7 @@ class CTestNetParams : public CChainParams {
vSeeds.emplace_back("testseed.digibyteblockchain.org"); // John Song @j50ng
vSeeds.emplace_back("testnet.digibyteseed.com"); // Jan De Jong @jongjan88
vSeeds.emplace_back("testnetseed.digibyte.link"); // Bastian Driessen @bastiandriessen
vSeeds.emplace_back("testnetseed.digibyte.services"); // Craig Donnachie @cdonnachie

base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,126);
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,140);
Expand Down