updated a bunch of miner chip counts, added S19a, and fixed a bug with whatsminer M30S++
This commit is contained in:
8
miners/antminer/bmminer/X19/S19a.py
Normal file
8
miners/antminer/bmminer/X19/S19a.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from miners._backends import BMMiner
|
||||
from miners._types import S19a
|
||||
|
||||
|
||||
class BMMinerS19a(BMMiner, S19a):
|
||||
def __init__(self, ip: str) -> None:
|
||||
super().__init__(ip)
|
||||
self.ip = ip
|
||||
@@ -4,4 +4,6 @@ from .S19_Pro import BMMinerS19Pro
|
||||
from .S19j import BMMinerS19j
|
||||
from .S19j_Pro import BMMinerS19jPro
|
||||
|
||||
from .S19a import BMMinerS19a
|
||||
|
||||
from .T19 import BMMinerT19
|
||||
|
||||
Reference in New Issue
Block a user