updated a bunch of miner chip counts, added S19a, and fixed a bug with whatsminer M30S++

This commit is contained in:
UpstreamData
2022-05-16 08:42:26 -06:00
parent 61334ed99e
commit 45befb569b
19 changed files with 46 additions and 13 deletions

View 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

View File

@@ -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