Skip to content

Commit 34a299f

Browse files
committed
Merge bitcoin/bitcoin#29691: Change Luke Dashjr seed to dashjr-list-of-p2p-nodes.us
4f273ab Change Luke Dashjr seed to dashjr-list-of-p2p-nodes.us (Luke Dashjr) Pull request description: To avoid issues with DNS blacklisting, I've setup a separate domain for my DNS seed. (This time, without a potentially alarming name) ACKs for top commit: kevkevinpal: Concept ACK [4f273ab](bitcoin/bitcoin@4f273ab), name looks good to me petertodd: ACK bitcoin/bitcoin@4f273ab mzumsande: ACK 4f273ab fanquake: ACK 4f273ab Tree-SHA512: 689698e3c735df3ed0c2756a9d4adb5644bb9d8a6954e23d66bfa9d94ee10954f77fb241d9593f750054d731aa1532368a0fc8277884f6c2a98ac47cd0bdeeb7
2 parents eaf186d + 4f273ab commit 34a299f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernel/chainparams.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class CMainParams : public CChainParams {
133133
// release ASAP to avoid it where possible.
134134
vSeeds.emplace_back("seed.bitcoin.sipa.be."); // Pieter Wuille, only supports x1, x5, x9, and xd
135135
vSeeds.emplace_back("dnsseed.bluematt.me."); // Matt Corallo, only supports x9
136-
vSeeds.emplace_back("dnsseed.bitcoin.dashjr.org."); // Luke Dashjr
136+
vSeeds.emplace_back("dnsseed.bitcoin.dashjr-list-of-p2p-nodes.us."); // 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
139139
vSeeds.emplace_back("seed.btc.petertodd.net."); // Peter Todd, only supports x1, x5, x9, and xd

0 commit comments

Comments
 (0)