Post
Topic
Board Mining software (miners)
Merits 3 from 1 user
Re: Braiins OS: open-source mining firmware [S9, T1]. New release includes AsicBoost
by
papampi
on 15/06/2019, 16:01:56 UTC
⭐ Merited by frodocooper (3)
I'm Still looking for help with this if anyone could lend a hand.

Thanks

Nope you dont need to do it every day,

Info on 1st crontab sample:

copy and reload at 7 AM:

Code:
0 7 * * * cp /root/cgminer.conf.500 /etc/cgminer.conf && /etc/init.d/cgminer reload

copy and reload at 11 PM

Code:
0 23 * * * cp /root/cgminer.conf.750 /etc/cgminer.conf && /etc/init.d/cgminer reload

Info on second  crontab sample:

This will stop cgminer at 06:59 AM everyday

Code:
59 6 * * * /etc/init.d/cgminer stop

This will copy cgminer.conf.500 to cgminer.conf at 07:00 AM every day

Code:
0 7 * * * cp /root/cgminer.conf.500 /etc/cgminer.conf

This will start copied cgminer at 07:01 AM everyday

Code:
1 7 * * * /etc/init.d/cgminer start

And ...

google crontab to see the options

Type in

Code:
crontab -e

And add as you wish for schedule