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:
0 7 * * * cp /root/cgminer.conf.500 /etc/cgminer.conf && /etc/init.d/cgminer reload
copy and reload at 11 PM
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
59 6 * * * /etc/init.d/cgminer stop
This will copy cgminer.conf.500 to cgminer.conf at 07:00 AM every day
0 7 * * * cp /root/cgminer.conf.500 /etc/cgminer.conf
This will start copied cgminer at 07:01 AM everyday
1 7 * * * /etc/init.d/cgminer start
And ...
google crontab to see the options
Type in
crontab -e
And add as you wish for schedule