anselal / antminer-monitor

Cryptocurrency ASIC mining hardware monitor using a simple web interface
GNU General Public License v3.0
228 stars 145 forks source link

HW error rate #52

Closed voljumet closed 6 years ago

voljumet commented 6 years ago

The HW error rate says 0% on all miners, is there an easy fix?

anselal commented 6 years ago

You should be happy about it. This means your miner has no Hardware Errors.

voljumet commented 6 years ago

The miners says otherwise

anselal commented 6 years ago

The field in the table shows the HW Error Rate. It is a percentage. You shouldn't worry about the HW errors itself because they don't indicate anything by them self. You should worry about the percentage. But in your case it is zero so don't worry. In the miner's web interface the actual HW Error Rate is shown under DiffA#. Take a look at my screenshot. I have 9 HW errors but the HW error rate is zero ;) I hope this helped !!!!

2018-01-12_11h32_11 2018-01-12_11h35_08

voljumet commented 6 years ago

Oh, on my L3+ I have a row called Nonce# that says 1.9416%, but the row under DiffR# says 0.0079% I thought it was the Nonce# that displayed HW... Do you know what Nonce is then 😂?

anselal commented 6 years ago

This is my L3+

2018-01-12_12h06_00

If you want to calculate the HW Error Rate yourself the formula is HW / (diffA + diffR + HW) * 100.

From https://en.wikipedia.org/wiki/Cryptographic_nonce

In cryptography, a nonce is an arbitrary number that can only be used once.

voljumet commented 6 years ago

Thanks! 😊