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