Skip to content

Commit b0c7067

Browse files
committed
Remove unreliable seed from chainparams.cpp, and the associated README
1 parent 5a58d49 commit b0c7067

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

contrib/seeds/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ to addrman with).
1010

1111
Update `MIN_BLOCKS` in `makeseeds.py` and the `-m`/`--minblocks` arguments below, as needed.
1212

13-
The seeds compiled into the release are created from sipa's, achow101's and luke-jr's
13+
The seeds compiled into the release are created from sipa's and achow101's
1414
DNS seed, virtu's crawler, and asmap community AS map data. Run the following commands
1515
from the `/contrib/seeds` directory:
1616

1717
```
1818
curl https://bitcoin.sipa.be/seeds.txt.gz | gzip -dc > seeds_main.txt
1919
curl https://21.ninja/seeds.txt.gz | gzip -dc >> seeds_main.txt
20-
curl https://luke.dashjr.org/programs/bitcoin/files/charts/seeds.txt >> seeds_main.txt
2120
curl https://mainnet.achownodes.xyz/seeds.txt.gz | gzip -dc >> seeds_main.txt
2221
curl https://signet.achownodes.xyz/seeds.txt.gz | gzip -dc > seeds_signet.txt
2322
curl https://testnet.achownodes.xyz/seeds.txt.gz | gzip -dc > seeds_test.txt

src/kernel/chainparams.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ class CMainParams : public CChainParams {
147147
// release ASAP to avoid it where possible.
148148
vSeeds.emplace_back("seed.bitcoin.sipa.be."); // Pieter Wuille, only supports x1, x5, x9, and xd
149149
vSeeds.emplace_back("dnsseed.bluematt.me."); // Matt Corallo, only supports x9
150-
vSeeds.emplace_back("dnsseed.bitcoin.dashjr-list-of-p2p-nodes.us."); // Luke Dashjr
151150
vSeeds.emplace_back("seed.bitcoin.jonasschnelli.ch."); // Jonas Schnelli, only supports x1, x5, x9, and xd
152151
vSeeds.emplace_back("seed.btc.petertodd.net."); // Peter Todd, only supports x1, x5, x9, and xd
153152
vSeeds.emplace_back("seed.bitcoin.sprovoost.nl."); // Sjors Provoost

0 commit comments

Comments
 (0)