Added xmrigDaemon to control xmrigMiner

Fixed some issues in CCClient and CCServer
This commit is contained in:
Ben Gräf 2017-10-19 22:12:20 +02:00
parent 2b97e2f4ff
commit 3f39ca31fd
15 changed files with 86 additions and 83 deletions

View file

@ -78,7 +78,6 @@ CCServer::~CCServer()
uv_tty_reset_mode();
delete m_httpd;
delete m_console;
}
int CCServer::start()