Skip to content

Commit 4f273ab

Browse files
committed
Change Luke Dashjr seed to dashjr-list-of-p2p-nodes.us
To avoid issues with DNS blacklisting, I've setup a separate domain for my DNS seed.
1 parent bbbf89a commit 4f273ab

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
@@ -132,7 +132,7 @@ class CMainParams : public CChainParams {
132132
// release ASAP to avoid it where possible.
133133
vSeeds.emplace_back("seed.bitcoin.sipa.be."); // Pieter Wuille, only supports x1, x5, x9, and xd
134134
vSeeds.emplace_back("dnsseed.bluematt.me."); // Matt Corallo, only supports x9
135-
vSeeds.emplace_back("dnsseed.bitcoin.dashjr.org."); // Luke Dashjr
135+
vSeeds.emplace_back("dnsseed.bitcoin.dashjr-list-of-p2p-nodes.us."); // Luke Dashjr
136136
vSeeds.emplace_back("seed.bitcoinstats.com."); // Christian Decker, supports x1 - xf
137137
vSeeds.emplace_back("seed.bitcoin.jonasschnelli.ch."); // Jonas Schnelli, only supports x1, x5, x9, and xd
138138
vSeeds.emplace_back("seed.btc.petertodd.org."); // Peter Todd, only supports x1, x5, x9, and xd

0 commit comments

Comments
 (0)