pyasic

X3 Models

HS3

Bases: AntminerModern, HS3

Source code in pyasic/miners/hns/antminer/cgminer/X3/HS3.py
21
22
23
24
class CGMinerHS3(AntminerModern, HS3):
    def __init__(self, ip: str, api_ver: str = "0.0.0"):
        super().__init__(ip, api_ver)
        self.supports_shutdown = False