changed the way antminers and whatsminers are handled in the factory to allow for more precision on chip counts
This commit is contained in:
10
miners/whatsminer/btminer/M2X/M20S.py
Normal file
10
miners/whatsminer/btminer/M2X/M20S.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from miners.btminer import BTMiner
|
||||
|
||||
|
||||
class BTMinerM20S(BTMiner):
|
||||
def __init__(self, ip: str) -> None:
|
||||
super().__init__(ip)
|
||||
self.nominal_chips = 66
|
||||
|
||||
def __repr__(self) -> str:
|
||||
return f"M20S - BTMiner: {str(self.ip)}"
|
||||
Reference in New Issue
Block a user