Awesome Miner version 5.6.1
Hi, Patrike.
Is it possible to implement such functionality in next version?..
Hi to community.
Please, advice, is there any way, to do the following...
The situation: There is a managed local miner created with the selected ETH pool. There is a rule for this miner, that switch a pool to ETC at the specified time, and the 2nd rule, that switch the pool back to ETH, also st the specified time.
The problem: if the pool was changed to ETC, and during the miner work the rig hangs/crashes, after system reboot it's back to ETH, that selected in the managed miner settings.
The question: How to prevent switching back to ETH pool, after the rig crashes and Awesome Miner restarts? Is there any way to force Awesome to remember the last settings?
Thanks in advance...
It could work if you define multiple rules for this scenario. It might be a little complex, but the concept could be something like:
1) A rule with a Time trigger where you use the action to set Miner Tag - for example set the tag ETH at 6 AM.
2) A rule that remove this tag, for example at 9 PM.
3) A rule that uses two triggers, one to detect if Miner Tag is ETH (trigger: Detect miner tag) and a second trigger that detect (trigger: Detect Pool) if the pool isn't your ETH pool. Select Match All. Run the action to change to the ETH pool.
4) A trigger similar to #3, but detect if the tag ETH doesn't exist on the miner and if the pool isn't your ETC pool. Run the action to change to the ETC pool.
What I can do to simplify this is to add support for a new trigger that is triggering between two (or more) time intervales. This would reduce the complexity of the above.