Implemented CCClient and extended CCServer service
This commit is contained in:
parent
003e17d18f
commit
215efcabb8
31 changed files with 1538 additions and 701 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue