Outputs, asic checks
This commit is contained in:
parent
7cd4274fee
commit
6c4bf10bcb
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ def main():
|
||||||
results.append([worker_id, ip, log[0], log[1]])
|
results.append([worker_id, ip, log[0], log[1]])
|
||||||
|
|
||||||
# Check for ASIC chip errors and add to results
|
# Check for ASIC chip errors and add to results
|
||||||
|
# Maybe think about this differntly. Look for "will power off hashboard" and *then* figure out why the hashboard has been powered off.
|
||||||
for chain, counts in asic_errors.items():
|
for chain, counts in asic_errors.items():
|
||||||
if counts.count(0) >= 3:
|
if counts.count(0) >= 3:
|
||||||
results.append([worker_id, ip, "ASIC Error", f"Chain {chain} has {counts.count(0)} failed checks with 0 ASICs found"])
|
results.append([worker_id, ip, "ASIC Error", f"Chain {chain} has {counts.count(0)} failed checks with 0 ASICs found"])
|
||||||
|
|
Loading…
Reference in a new issue