Bases: AntminerOld, DR5
AntminerOld
DR5
pyasic/miners/dcr/antminer/cgminer/X5/DR5.py
21 22 23 24
class CGMinerDR5(AntminerOld, DR5): def __init__(self, ip: str, api_ver: str = "0.0.0"): super().__init__(ip, api_ver) self.supports_shutdown = False
From here you can search these documents. Enter your search terms below.