fix: fix send_config for epic, add throttle step and min throttle for Vopt

This commit is contained in:
John-Paul Compagnone
2024-05-12 14:08:12 -04:00
parent 3120de757d
commit d5cabf8af5
2 changed files with 23 additions and 4 deletions

View File

@@ -130,7 +130,7 @@ class ePIC(BaseMiner):
# Mining Mode -- Need to handle that you may not be able to change while miner is tuning
if conf["ptune"].get("enabled", True):
await self.web.set_ptune_enable(True)
await self.web.set_ptune_algo(**conf["ptune"])
await self.web.set_ptune_algo(conf["ptune"])
## Pools
await self.web.set_pools(conf["pools"])