Post
Topic
Board Mining software (miners)
Merits 4 from 2 users
Re: Braiins OS: open-source mining firmware [S9, T1]. New release includes AsicBoost
by
somename
on 15/01/2019, 20:17:04 UTC
⭐ Merited by frodocooper (3) ,Artemis3 (1)
I'm wondering if someone could help me with the scheduled tasks in BOS...

I tested it via SSH and command you want to run is /etc/init.d/cgminer reload as root. I believe that you need to add

Code:
0 */6 * * * /etc/init.d/cgminer reload

to BOS Scheduled tasks and restart miner to load crontab changes. That command will reload cgminer every 6 hours (please refer to https://crontab-generator.org/ to understand crontab syntax).

EDIT: I just tested it and its working like a charm.