Compare commits

..

2 Commits

Author SHA1 Message Date
UpstreamData
4dbab75cf4 bump version number 2022-09-28 10:20:17 -06:00
UpstreamData
a90ad3ba6e fix incorrect chip count on M31S+ V30 2022-09-28 10:19:56 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ class M31SPlusV30(BaseMiner):
super().__init__()
self.ip = ip
self.model = "M31S+ V30"
self.nominal_chips = 17
self.nominal_chips = 117
self.fan_count = 2

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyasic"
version = "0.17.9"
version = "0.17.10"
description = "A set of modules for interfacing with many common types of ASIC bitcoin miners, using both their API and SSH."
authors = ["UpstreamData <brett@upstreamdata.ca>"]
repository = "https://github.com/UpstreamData/pyasic"