violetminer
violetminer copied to clipboard
Improve hashrate reporting
Currently, hashrate timer does not get reset when switching pools or switching to dev pool. Hence, the simple totalHashes / startTime
will give a lower value than the true hashrate.
We need to support total hashrate, hashrate in past 60 seconds, etc, and handle this issue when we swap to the dev pool.
Inaccurate hashrate reporting has been fixed. Hashrate for specific time periods could still do with being added.