1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-23 14:52:52 -05:00

New hashtable report.

This commit is contained in:
XMRig
2017-06-16 10:19:14 +03:00
parent e759ddca49
commit 4e4c54314b
4 changed files with 57 additions and 7 deletions

View File

@@ -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();
}
}