Post
Topic
Board Hardware
Re: ANTMINER S3 Discussion and Support Thread.
by
pekatete
on 24/11/2014, 17:33:07 UTC
I know this question has been asked before a long time ago, but I can't find it anymore...
Is there a way to automatically let an AntMiner S3 reboot every eg 24 hours?
Thank you!
Here it is: https://bitcointalk.org/index.php?topic=671189.msg8157775#msg8157775

Thank you for your help, but I don't want cgminer to restart, I want the whole miner to reboot. Isn't there a linux command for rebooting with a timer like "shutdown -p 300" but then for rebooting?

EDIT: I got it, the command is reboot -d [SECONDS], so you could type in the command in system > startup so the command will be executed at startup and will repeat everytime after boot!
Edit crontab via SSH like in the thread linked or WebUI via System ->Scheduled Tasks, and to reboot every day you'd add:

0 23   *   *   *    /sbin/shutdown -reboot

to reboot at 11 pm every day (you change the hour to suit).