Skip to content

Commit dc369af

Browse files
committed
Merge bitcoin#28936: Change petertodd seeds to petertodd.net
ecb4683 Change petertodd seeds to petertodd.net (Peter Todd) Pull request description: I changed my DNS seeds to .net from .org to avoid issues with DNS blacklisting, that falsely thinks my domain name is pointing to IP addresses with malware and similar things. Right now there are CNAME records, so the .org addresses still work. But eventually, if needed, I'll remove those CNAME's. ACKs for top commit: pablomartin4btc: tACK ecb4683 fanquake: ACK ecb4683 - tested that usable addresses are being returned. Tree-SHA512: 285f7101198ea8e2e20900c17b38aa86db812308c6985d762e5fa8b6f1bc5b0d2d278da841fe2e10cf32e3fe18d4c984bc8cf195bd8d40c86b092b545c62acfa
2 parents c1b7332 + ecb4683 commit dc369af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/kernel/chainparams.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class CMainParams : public CChainParams {
136136
vSeeds.emplace_back("dnsseed.bitcoin.dashjr.org."); // Luke Dashjr
137137
vSeeds.emplace_back("seed.bitcoinstats.com."); // Christian Decker, supports x1 - xf
138138
vSeeds.emplace_back("seed.bitcoin.jonasschnelli.ch."); // Jonas Schnelli, only supports x1, x5, x9, and xd
139-
vSeeds.emplace_back("seed.btc.petertodd.org."); // Peter Todd, only supports x1, x5, x9, and xd
139+
vSeeds.emplace_back("seed.btc.petertodd.net."); // Peter Todd, only supports x1, x5, x9, and xd
140140
vSeeds.emplace_back("seed.bitcoin.sprovoost.nl."); // Sjors Provoost
141141
vSeeds.emplace_back("dnsseed.emzy.de."); // Stephan Oeste
142142
vSeeds.emplace_back("seed.bitcoin.wiz.biz."); // Jason Maurice
@@ -243,7 +243,7 @@ class CTestNetParams : public CChainParams {
243243
vSeeds.clear();
244244
// nodes with support for servicebits filtering should be at the top
245245
vSeeds.emplace_back("testnet-seed.bitcoin.jonasschnelli.ch.");
246-
vSeeds.emplace_back("seed.tbtc.petertodd.org.");
246+
vSeeds.emplace_back("seed.tbtc.petertodd.net.");
247247
vSeeds.emplace_back("seed.testnet.bitcoin.sprovoost.nl.");
248248
vSeeds.emplace_back("testnet-seed.bluematt.me."); // Just a static list of stable node(s), only supports x9
249249

0 commit comments

Comments
 (0)