Skip to content

Commit 48f07ac

Browse files
committed
chainparams: remove hardcoded signet seeds
1 parent d4ab115 commit 48f07ac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/kernel/chainparams.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -426,10 +426,6 @@ class SigNetParams : public CChainParams {
426426
vSeeds.emplace_back("seed.signet.bitcoin.sprovoost.nl.");
427427
vSeeds.emplace_back("seed.signet.achownodes.xyz."); // Ava Chow, only supports x1, x5, x9, x49, x809, x849, xd, x400, x404, x408, x448, xc08, xc48, x40c
428428

429-
// Hardcoded nodes can be removed once there are more DNS seeds
430-
vSeeds.emplace_back("178.128.221.177");
431-
vSeeds.emplace_back("v7ajjeirttkbnt32wpy3c6w3emwnfr3fkla7hpxcfokr3ysd3kqtzmqd.onion:38333");
432-
433429
consensus.nMinimumChainWork = uint256{"000000000000000000000000000000000000000000000000000002b517f3d1a1"};
434430
consensus.defaultAssumeValid = uint256{"000000895a110f46e59eb82bbc5bfb67fa314656009c295509c21b4999f5180a"}; // 237722
435431
m_assumed_blockchain_size = 9;

0 commit comments

Comments
 (0)