feature: add board serial numbers to whatsminers.
This commit is contained in:
@@ -446,6 +446,7 @@ class BTMiner(BaseMiner):
|
|||||||
float(board["MHS 1m"] / 1000000), 2
|
float(board["MHS 1m"] / 1000000), 2
|
||||||
)
|
)
|
||||||
hashboards[board["ASC"]].chips = board["Effective Chips"]
|
hashboards[board["ASC"]].chips = board["Effective Chips"]
|
||||||
|
hashboards[board["ASC"]].serial_number = board["PCB SN"]
|
||||||
hashboards[board["ASC"]].missing = False
|
hashboards[board["ASC"]].missing = False
|
||||||
except (KeyError, IndexError):
|
except (KeyError, IndexError):
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user