Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners
by
toptek
on 08/02/2018, 11:27:47 UTC
In profit switching, I'd like to run one miner for 1 hour (and it would switch), then another miner for 1 hour (same rules but different payment address), then the first one for 1 more hour...

In essence, I need a timer. I couldn't find a way to do that. Is there?

you have to set a Time Trigger rule for a specific time, day or on a regular interval an use templates it works best using templates  an there is a rule for Profit mining .

and profit mining does have that look under the Profit Switching tab under options it lets you set some of those setting ...

Rule setup
http://www.awesomeminer.com/help/rules.aspx

templates

http://www.awesomeminer.com/help/managedtemplate.aspx

Code:
Example: Run GPU mining during a specific time
This example shows how to start the mining at 8 AM (08:00) and stop the mining at 7 PM (19:00). Please note that two individual rules are required for this setup, one to start the mining and another one to stop the mining.
Rule specification:

    Description: Start in the morning
    Trigger: Time
        Trigger on time: 8 AM (08:00)
    Action: Miner command
        Command: Start miner

Rule specification:

    Description: Stop in the evening
    Trigger: Time
        Trigger on time: 7 PM (19:00)
    Action: Miner command
        Command: Stop miner

Example: Change mining pool three times per day
This example shows how to change to Pool#1 at 7 AM (07:00), then change to Pool#2 at 3 PM (15:00) and finally change to Pool#3 at 11 PM (23:00). The interval and number of pools to change between can be modified to fulfill other requirements as well. This example consists of 3 individual rules that all must be enabled. All pools must be predefined in the Options dialog, Pools section before defining the rules.
Rule specification:

    Description: Set Pool#1
    Trigger: Time
        Trigger on time: 7 AM (07:00)
    Action: Miner command
        Command: Change pool
        Pool: Pool#1

Rule specification:

    Description: Set Pool#2
    Trigger: Time
        Trigger on time: 3 PM (15:00)
    Action: Miner command
        Command: Change pool
        Pool: Pool#2

Rule specification:

    Description: Set Pool#3
    Trigger: Time
        Trigger on time: 11 PM (23:00)
    Action: Miner command
        Command: Change pool
        Pool: Pool#3