Skip to content

Commit ec11e42

Browse files
committed
fix: drop outdated peers
1 parent 8adad0f commit ec11e42

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

src/chainparams.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,12 +276,9 @@ class CMainParams : public CChainParams {
276276
// This is fine at runtime as we'll fall back to using them as a oneshot if they don't support the
277277
// service bits we want, but we should get them updated to support all service bits wanted by any
278278
// release ASAP to avoid it where possible.
279-
vSeeds.emplace_back("42.192.235.164");
279+
vSeeds.emplace_back("42.192.219.83");
280280
vSeeds.emplace_back("66.151.242.154");
281-
vSeeds.emplace_back("5.188.104.245");
282-
vSeeds.emplace_back("80.65.23.139");
283-
vSeeds.emplace_back("83.221.211.116");
284-
vSeeds.emplace_back("91.206.16.214");
281+
vSeeds.emplace_back("5.189.173.231");
285282

286283
// AXE addresses start with 'P'
287284
base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,55);

0 commit comments

Comments
 (0)