Skip to content

Commit

Permalink
Merge pull request dashpay#15 from vkaxproject/michaelvkax-patch-1
Browse files Browse the repository at this point in the history
change the seednode
  • Loading branch information
michaelvkax committed Feb 19, 2024
2 parents a223338 + 83b8b8b commit 376d382
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -290,18 +290,11 @@ class CMainParams : public CChainParams {
// 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.vkax.xyz");
vSeeds.emplace_back("no.mining4people.com");
vSeeds.emplace_back("fr.mining4people.com");
vSeeds.emplace_back("gb.mining4people.com");
vSeeds.emplace_back("us.mining4people.com");
vSeeds.emplace_back("in.mining4people.com");
vSeeds.emplace_back("br.mining4people.com");
vSeeds.emplace_back("au.mining4people.com");
vSeeds.emplace_back("sg.mining4people.com");
vSeeds.emplace_back("147.182.144.51");
vSeeds.emplace_back("174.138.27.60");
vSeeds.emplace_back("dnsseed-02.vkax.xyz");
vSeeds.emplace_back("dnsseed.vkax.org");
vSeeds.emplace_back("dnsseed-02.vkax.org");
vSeeds.emplace_back("dnsseed-03.vkax.org");
vSeeds.emplace_back("dnsseed-04.vkax.org");
vSeeds.emplace_back("dnsseed-05.vkax.org");

// Vkax addresses start with 'X'
base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,76);
Expand Down

0 comments on commit 376d382

Please sign in to comment.