Skip to content

Commit 68bbfcc

Browse files
committed
Merge bitcoin#23021: net: switch to signet DNS seed
dc10ca3 net: switch to signet DNS seed (Sjors Provoost) Pull request description: I spun up a DNS seed for Signet, source: sipa/bitcoin-seeder#94 If anyone else spins up a DNS seed, let me know in the comment and I'll add it. Because one DNS seed is not very diverse, this PR leaves two hardcoded nodes just in case (). The one dropped node no longer exists. Replaces bitcoin#23000. ACKs for top commit: kallewoof: utACK dc10ca3 laanwj: Concept and code review ACK dc10ca3 jarolrod: ACK dc10ca3 shaavan: ACK dc10ca3 Tree-SHA512: 534d189becd51974042fddc3efe3df230484f05cd945e756eaf6a4a8a580e2161b3a959eb3d44dea526269eea6f87a033f7cbfe86586782c6ca4ee7c7c4097a9
2 parents 16a5997 + dc10ca3 commit 68bbfcc

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)