Implemented CCClient and extended CCServer service

This commit is contained in:
Ben Gräf 2017-10-16 21:38:00 +02:00
parent 003e17d18f
commit 215efcabb8
31 changed files with 1538 additions and 701 deletions

View file

@ -53,7 +53,11 @@ const char *Platform::defaultConfigName()
# endif
if (p) {
#ifdef XMRIG_CC_SERVER
strcpy(p + 1, "config_cc.json");
#else
strcpy(p + 1, "config.json");
#endif
return m_defaultConfigName;
}
}