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

New mainnet & testnet seed server. #107

Merged
merged 2 commits into from Mar 13, 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 @@ -153,6 +153,7 @@ class CMainParams : public CChainParams {
vSeeds.emplace_back("seed.digibyte.help"); // Olly Stedall @saltedlolly
vSeeds.emplace_back("seed.digibyteblockchain.org"); // John Song @j50ng
vSeeds.emplace_back("seed.digibyte.org"); // Website collective [This will likely be removed if we cannot establish who maintains it.]
vSeeds.emplace_back("eu.digibyteseed.com"); // Jan De Jong @jongjan88

// 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 @@ -416,6 +417,7 @@ class CTestNetParams : public CChainParams {
// DigiByte TESTNET DNS Seeders:
vSeeds.emplace_back("testnetseed.digibyte.help"); // Olly Stedall @saltedlolly
vSeeds.emplace_back("testseed.digibyteblockchain.org"); // John Song @j50ng
vSeeds.emplace_back("testnet.digibyteseed.com"); // Jan De Jong @jongjan88

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