Skip to content

Scheduler not pausing during designated times #1682

Answered by RainbowMiner
xksteven asked this question in Q&A
Discussion options

You must be logged in to vote

Two things:

  1. input the asterisk into all "DayOfWeek" parameters "DayOfWeek": "*",. The "Day" and "Morning" have empty strings, currently
  2. enable the "Day" schedule with "Pause": "1",
{
  "Name": "Day",
  "DayOfWeek": "*",
  "From": "08:00",
  "To": "19:59",
  "PowerPrice": "",
  "Enable": "1",
  "Pause": "1",
  "EnableUpdate": "1",
  "EnableMiningHeatControl": "",
  "MiningHeatControl": "",
  "Algorithm": "",
  "ExcludeAlgorithm": "",
  "CoinSymbol": "",
  "ExcludeCoinSymbol": ""
},

Explanation:

  • "Enable" simply tells RainbowMiner to use a specific schedule. It doesn't enable or disable mining.
  • "Pause" tells RainbowMiner whether to pause or to mine during the times of an enabled schedule
  • "…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by RainbowMiner
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested answered documentation Documentation and help
2 participants
Converted from issue

This discussion was converted from issue #1579 on August 05, 2021 10:37.