bug: remove MSKminer web identification

This commit is contained in:
Brett Rowan
2025-04-01 09:23:39 -06:00
parent a4352816ee
commit e708ae3728

View File

@@ -879,8 +879,6 @@ class MinerFactory:
return MinerTypes.INNOSILICON
if "Miner UI" in web_text:
return MinerTypes.AURADINE
if "<title>Antminer</title>" in web_text:
return MinerTypes.MSKMINER
async def _get_miner_socket(self, ip: str) -> MinerTypes | None:
commands = ["version", "devdetails"]