Files
pyasic/miners/antminer/cgminer/X19/S19j.py

12 lines
256 B
Python

from miners._backends import CGMiner
from miners._types import S19j
class CGMinerS19j(CGMiner, S19j):
def __init__(self, ip: str) -> None:
super().__init__(ip)
self.ip = ip
async def get_hostname(self) -> str:
return "?"