Post
Topic
Board Mining software (miners)
Re: Braiins OS: open-source mining firmware [S9, T1]. New release includes AsicBoost
by
Bitcguru77
on 17/01/2019, 15:08:35 UTC
Nice! You're spoiling me with all the info.  Grin

I checked out the Crontab generator and now i believe i got it.

I'm gonna try this during the weekend and think the following should be right (let's say I will be doing this at 10 AM saturday):
- I first put 5 10 * * * /etc/init.d/cgminer reload. Then the miner should process a "save&apply"=reload cgminer at 10:05.
- If this works I put 0 */12 * * * /etc/init.d/cgminer reload to get the same command processed once every noon and once every midnight.

One last question (for now): Should the >/dev/null 2>&1 crontab is giving be left out?

BR.
Steff

Code:
0 */12 * * * /etc/init.d/cgminer reload >/dev/null 2>&1