feature: add chip count for M30S+VG50.

This commit is contained in:
UpstreamData
2023-11-20 10:32:51 -07:00
parent 1504bd744c
commit 8bea76ff67

View File

@@ -288,10 +288,7 @@ class M30SPlusVG50(WhatsMiner): # noqa - ignore ABC method implementation
super().__init__(ip, api_ver)
self.ip = ip
self.model = "M30S+ VG50"
self.nominal_chips = 0
warnings.warn(
"Unknown chip count for miner type M30S+ VG50, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
)
self.nominal_chips = 111
self.fan_count = 2