From 6b54607588f545465302c2f4198c6d6cefc1e22c Mon Sep 17 00:00:00 2001 From: Upstream Data Date: Wed, 12 Apr 2023 22:16:38 -0600 Subject: [PATCH] feature: add chip count for M30S++VH20. --- pyasic/miners/btc/_types/whatsminer/M3X/M33S_Plus_Plus.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyasic/miners/btc/_types/whatsminer/M3X/M33S_Plus_Plus.py b/pyasic/miners/btc/_types/whatsminer/M3X/M33S_Plus_Plus.py index b58ca015..44905887 100644 --- a/pyasic/miners/btc/_types/whatsminer/M3X/M33S_Plus_Plus.py +++ b/pyasic/miners/btc/_types/whatsminer/M3X/M33S_Plus_Plus.py @@ -25,10 +25,7 @@ class M33SPlusPlusVH20(WhatsMiner): # noqa - ignore ABC method implementation self.ip = ip self.model = "M33S++ VH20" self.ideal_hashboards = 4 - self.nominal_chips = 0 - warnings.warn( - "Unknown chip count for miner type M30S++ VH20, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)." - ) + self.nominal_chips = 112 self.fan_count = 0