Post
Topic
Board Hardware
Re: ANTMINER S3 Discussion and Support Thread.
by
MoreBloodWine
on 24/08/2014, 21:36:38 UTC
Could someone please provide the code to be entered into the scheduled tasks of the gui, that would restart my miner every 6 hours?
Like the other guy said it was on page 250 but here it is for anyone else who might want a quick easy glance.

So some of my miners require a restart about every 12-17 hours - they occasionally show up with the dreaded "x" but then upon a restart they are all good to go,

I'm really tired of having to restart them with the gui,  is there anyone out there that can help me with an automated reboot option in the

"Scheduled Tasks
      This is the system crontab in which scheduled tasks can be defined."

 that i can save and autorestart the miners - once or twice a day lets say

12midnight and 12 midday?

Regards

loki.

I just added this to scheduled tasks under existing line
0  8  *   *   *     /sbin/reboot
0  20  *   *   *     /sbin/reboot

Others suggest this
0 8,20 * * * /etc/init.d/cgminer restart

Restart being safer, but reboot is quicker. I really see the drop off in my hashing graph with restart, but not with reboot.