Skip to content

Commit 559e66f

Browse files
authored
Add new testnet DNS seed
The other one is broken at time of writing. (Disclaimer: the author of this commit is the operator of ncts.roanapur.info)
1 parent 7480ed1 commit 559e66f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/chainparams.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ class CTestNetParams : public CChainParams {
308308
vSeeds.clear();
309309
// nodes with support for servicebits filtering should be at the top
310310
vSeeds.emplace_back("dnsseed.test.namecoin.webbtc.com");
311+
vSeeds.emplace_back("ncts.roanapur.info");
311312

312313
base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,111);
313314
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,196);

0 commit comments

Comments
 (0)