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