We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7480ed1 commit 559e66fCopy full SHA for 559e66f
src/chainparams.cpp
@@ -308,6 +308,7 @@ class CTestNetParams : public CChainParams {
308
vSeeds.clear();
309
// nodes with support for servicebits filtering should be at the top
310
vSeeds.emplace_back("dnsseed.test.namecoin.webbtc.com");
311
+ vSeeds.emplace_back("ncts.roanapur.info");
312
313
base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,111);
314
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,196);
0 commit comments