chainparams: remove my testnet3 seed

This commit is contained in:
Sjors Provoost
2026-07-23 12:08:26 +02:00
parent 22a03ca694
commit 7295b8be70
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."
]