Fixed hashrate and diff display for KawPow

This commit is contained in:
SChernykh 2020-05-28 22:03:28 +02:00
parent 734f142b47
commit 6676126376
7 changed files with 127 additions and 41 deletions

View file

@ -59,6 +59,7 @@ public:
const uint32_t* l1_cache() const { return m_l1Cache; }
static uint64_t cache_size(uint32_t epoch);
static uint64_t dag_size(uint32_t epoch);
static void calculate_fast_mod_data(uint32_t divisor, uint32_t &reciprocal, uint32_t &increment, uint32_t& shift);