Removed libcurl dependency and fixed avgTime round in dashboard
This commit is contained in:
parent
cfb60876b6
commit
1cf1e38077
7 changed files with 45 additions and 23 deletions
|
@ -147,7 +147,7 @@ int App::start()
|
|||
# endif
|
||||
|
||||
# ifndef XMRIG_NO_CC
|
||||
if (m_options->ccUrl()) {
|
||||
if (m_options->ccHost() && m_options->ccPort() > 0) {
|
||||
m_ccclient = new CCClient(m_options);
|
||||
} else {
|
||||
LOG_WARN("Please configure CC-Url and restart. CC feature is now deactivated.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue