Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46b7352769 | ||
|
|
e218c5039d |
@@ -466,7 +466,7 @@ class MinerConfig:
|
|||||||
cfg["miner-mode"] = 1 # Sleep Mode
|
cfg["miner-mode"] = 1 # Sleep Mode
|
||||||
|
|
||||||
if self.autotuning_wattage < 1800:
|
if self.autotuning_wattage < 1800:
|
||||||
cfg["miner-mode"] = 2 # LPM?
|
cfg["miner-mode"] = 3 # LPM
|
||||||
|
|
||||||
if not self.temp_mode == "auto":
|
if not self.temp_mode == "auto":
|
||||||
cfg["bitmain-fan-ctrl"] = True
|
cfg["bitmain-fan-ctrl"] = True
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pyasic"
|
name = "pyasic"
|
||||||
version = "0.30.5"
|
version = "0.30.6"
|
||||||
description = "A set of modules for interfacing with many common types of ASIC bitcoin miners, using both their API and SSH."
|
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>"]
|
authors = ["UpstreamData <brett@upstreamdata.ca>"]
|
||||||
repository = "https://github.com/UpstreamData/pyasic"
|
repository = "https://github.com/UpstreamData/pyasic"
|
||||||
|
|||||||
Reference in New Issue
Block a user