Merge bitcoin/bitcoin#35783: chainparams: remove my testnet3 seed

7295b8be70 chainparams: remove my testnet3 seed (Sjors Provoost)

Pull request description:

  With testnet3 long deprecated, albeit still not dropped #31975, and [testnet5](https://groups.google.com/g/bitcoindev/c/kGUMTxOvdJA) on the horizon, this seems like a good time. I plan to keep it up and running until v31 is end-of-life, so no need to backport.

ACKs for top commit:
  fanquake:
    ACK 7295b8be70
  nebula-21:
    ACK 7295b8be70
  willcl-ark:
    ACK 7295b8be70

Tree-SHA512: 30c9ad9480a09cf48138157b5529e2878469bc629edb60c5dd2605e078647b9b9b025937936d1b6e3a980c6be3fc36c512bdd91a6864c72c3e093cd60d691860
This commit is contained in:
merge-script
2026-07-24 09:12:03 +02:00
2 changed files with 0 additions and 2 deletions

View File

@@ -284,7 +284,6 @@ public:
// nodes with support for servicebits filtering should be at the top
vSeeds.emplace_back("testnet-seed.bitcoin.jonasschnelli.ch.");
vSeeds.emplace_back("seed.tbtc.petertodd.net.");
vSeeds.emplace_back("seed.testnet.bitcoin.sprovoost.nl.");
vSeeds.emplace_back("testnet-seed.bluematt.me."); // Just a static list of stable node(s), only supports x9
vSeeds.emplace_back("seed.testnet.achownodes.xyz."); // Ava Chow, only supports x1, x5, x9, x49, x809, x849, xd, x400, x404, x408, x448, xc08, xc48, x40c

View File

@@ -15,7 +15,6 @@
"dns_seeds": [
"testnet-seed.bitcoin.jonasschnelli.ch.",
"seed.tbtc.petertodd.net.",
"seed.testnet.bitcoin.sprovoost.nl.",
"testnet-seed.bluematt.me.",
"seed.testnet.achownodes.xyz."
]