Equihash coins use secondary hash to hash equihash solution that makes it more difficult. Standard formula: (userHash/(difficulty2^13))blockReward360024 requires additional 0.8 multiplier to get accurate number of coins that you earn.
Here is part of code for secondary formula using network hashrate (this one gives almost same results):
https://github.com/z-classic/z-nomp/blob/master/website/static/miner_stats.js#L151
However as you can see network hashrate is multiplied by 1.2 giving accurate earnings.
Equihash coins use secondary hash to hash equihash solution that makes it more difficult. Standard formula: (userHash/(difficulty2^13))blockReward360024 requires additional 0.8 multiplier to get accurate number of coins that you earn.
Here is part of code for secondary formula using network hashrate (this one gives almost same results):
https://github.com/z-classic/z-nomp/blob/master/website/static/miner_stats.js#L151
However as you can see network hashrate is multiplied by 1.2 giving accurate earnings.