Skip to content

Commit dc10ca3

Browse files
committed
net: switch to signet DNS seed
This commit also drops a seed node that no longer exists.
1 parent e69cbac commit dc10ca3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/chainparams.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,10 @@ class SigNetParams : public CChainParams {
280280

281281
if (!args.IsArgSet("-signetchallenge")) {
282282
bin = ParseHex("512103ad5e0edad18cb1f0fc0d28a3d4f1f3e445640337489abb10404f2d1e086be430210359ef5021964fe22d6f8e05b2463c9540ce96883fe3b278760f048f5189f2e6c452ae");
283+
vSeeds.emplace_back("seed.signet.bitcoin.sprovoost.nl");
284+
285+
// TODO: remove hardcoded nodes once there are more DNS seeds
283286
vSeeds.emplace_back("178.128.221.177");
284-
vSeeds.emplace_back("2a01:7c8:d005:390::5");
285287
vSeeds.emplace_back("v7ajjeirttkbnt32wpy3c6w3emwnfr3fkla7hpxcfokr3ysd3kqtzmqd.onion:38333");
286288

287289
consensus.nMinimumChainWork = uint256S("0x0000000000000000000000000000000000000000000000000000008546553c03");

0 commit comments

Comments
 (0)