Fixed backgrounding for XMRigCCServer on Windows

Cleanup of default config files
Extendend Readme.md
This commit is contained in:
BenDroid 2017-10-25 22:48:59 +02:00
parent 8e29430c75
commit e91db9e056
9 changed files with 96 additions and 115 deletions

View file

@ -27,6 +27,5 @@
int main(int argc, char** argv) {
CCServer ccServer(argc, argv);
return ccServer.start();
}