From ddc8c53eb9426f3c8cc8dd406877b3fd5f1d28a1 Mon Sep 17 00:00:00 2001 From: UpstreamData Date: Thu, 13 Jul 2023 10:59:27 -0600 Subject: [PATCH] feature: add chip count for M50 VH60. --- pyasic/miners/types/whatsminer/M5X/M50.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyasic/miners/types/whatsminer/M5X/M50.py b/pyasic/miners/types/whatsminer/M5X/M50.py index 5a5da9dc..f0b92829 100644 --- a/pyasic/miners/types/whatsminer/M5X/M50.py +++ b/pyasic/miners/types/whatsminer/M5X/M50.py @@ -87,10 +87,7 @@ class M50VH60(WhatsMiner): # noqa - ignore ABC method implementation super().__init__(ip, api_ver) self.ip = ip self.model = "M50 VH60" - self.nominal_chips = 0 - warnings.warn( - "Unknown chip count for miner type M50 VH60, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)." - ) + self.nominal_chips = 84 self.fan_count = 2