New hashtable report.
This commit is contained in:
parent
e759ddca49
commit
4e4c54314b
4 changed files with 57 additions and 7 deletions
|
@ -147,6 +147,7 @@ void Workers::onTick(uv_timer_t *handle)
|
|||
}
|
||||
|
||||
if ((m_ticks++ & 0xF) == 0) {
|
||||
LOG_NOTICE("%03.1f H/s", m_hashrate->calc(2500));
|
||||
m_hashrate->updateHighest();
|
||||
m_hashrate->print();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue