Hi.
Thank you very much for this info. I will do som reading and next time I go check my miner I will try it out.
Sorry for the stupic questins, but:
- Can this be written straight into the scheduled task window in BOS web interface?
- Should I write it just as you wrote, or should there be something else instead of the stars?
- I assume the "6" stands for hours. Is there possibel to put in minutes also? Like 0 hours and 5 minutes? Just to check if it works.
I might find the info myself when I get to read the info on
https://crontab-generator.org/, but I don't have the time right now.
BR.
Steff
- yes
- yes, put it exactly as I wrote it (including stars)
- "0 */6" stands for "every 6hours at 0 minute" (0:00, 6:00, 12:00, ...). If you want to test it for example at 10:05PM you should put "5 22 * * *" (it uses 24h format, 10PM=22hours).