You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that I get rows highlighted (in red) only if Chips are down.
But in my case the chips are ok, but the miner is not working (not mining).
Can you set also this feature to mark in red if the miner is not doing the hashrate specified?
The text was updated successfully, but these errors were encountered:
Hello @ClaudiuPRO !
I'm sure @anselal is busy creating antminer-monitor V2, so if you don't mind here is the code snippet to fix the issue: if ghs5s == 0: error_message = "[ERROR] '{}' Miner is not working '{}'.".format(Xs, miner.ip) logger.error(error_message) flash(error_message, "error") errors = True miner_errors.update({miner.ip: error_message})
Put it into the app\views\antminer.py and upload to the server.
Hope this helps ;)
Hi Anselal,
I've noticed that I get rows highlighted (in red) only if Chips are down.

But in my case the chips are ok, but the miner is not working (not mining).
Can you set also this feature to mark in red if the miner is not doing the hashrate specified?
The text was updated successfully, but these errors were encountered: