@@ -31,7 +31,7 @@ class CDnsSeedOpts {
3131 CDnsSeedOpts () : nThreads(96 ), nDnsThreads(4 ), nPort(53 ), mbox(NULL ), ns(NULL ), host(NULL ), tor(NULL ), fUseTestNet (false ), fWipeBan (false ), fWipeIgnore (false ) {}
3232
3333 void ParseCommandLine (int argc, char **argv) {
34- static const char *help = " Litecoin -seeder\n "
34+ static const char *help = " Darkcoin -seeder\n "
3535 " Usage: %s -h <host> -n <ns> [-m <mbox>] [-t <threads>] [-p <port>]\n "
3636 " \n "
3737 " Options:\n "
@@ -342,13 +342,13 @@ extern "C" void* ThreadStats(void*) {
342342 } while (1 );
343343}
344344
345- static const string mainnet_seeds[] = {" dnsseed.litecointools.com " , " dnsseed.litecoinpool.org " , " dnsseed.ltc.xurious.com " , " " };
346- static const string testnet_seeds[] = {" testnet-seed.litecointools.com " , " " };
345+ static const string mainnet_seeds[] = {" static- dnsseed.darkcoin.io " , " static- dnsseed.darkcoin.qa " , " " };
346+ static const string testnet_seeds[] = {" static- testnet-seed.darkcoin.io " , " static-testnet-seed.darkcoin.qa " , " " };
347347static const string *seeds = mainnet_seeds;
348348
349349extern " C" void * ThreadSeeder (void *) {
350350 if (!fTestNet ){
351- db.Add (CService (" kjy2eqzk4zwi5zd3.onion" , 9333 ), true );
351+ db.Add (CService (" kjy2eqzk4zwi5zd3.onion" , 9999 ), true );
352352 }
353353 do {
354354 for (int i=0 ; seeds[i] != " " ; i++) {
@@ -377,10 +377,10 @@ int main(int argc, char **argv) {
377377 bool fDNS = true ;
378378 if (opts.fUseTestNet ) {
379379 printf (" Using testnet.\n " );
380- pchMessageStart[0 ] = 0xfc ;
381- pchMessageStart[1 ] = 0xc1 ;
382- pchMessageStart[2 ] = 0xb7 ;
383- pchMessageStart[3 ] = 0xdc ;
380+ pchMessageStart[0 ] = 0xce ;
381+ pchMessageStart[1 ] = 0xe2 ;
382+ pchMessageStart[2 ] = 0xca ;
383+ pchMessageStart[3 ] = 0xff ;
384384 seeds = testnet_seeds;
385385 fTestNet = true ;
386386 }
0 commit comments