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