My electricity cost is cheaper at night than daytime. So far I'm runing SP20 with energy efficient settings, but I want to change fan/voltage setting between day and night with cron.
What files contains fan/voltage settings and what command I can start/stop cgminer for SP20?
Thanks in advance.
Try the minergate configuration file
/mnt/config/etc/mg_custom_modeAfter you modify the settings, try to restart minergate (which controls the unit), not cgminer which deals with the hashes only.
Anyway, if you kill cgminer, the watchdog will restart it .. but if minergate is not restarted, it'll run with the same configuration ..
see here how you kill cgminer >>
https://bitcointalk.org/index.php?topic=521520.msg9253830;topicseen#msg9253830You have a button to restart minergate. What it does .. it triggers "/usr/local/bin/spond-manager " with the "restart" option;
Of course, you can CRON it to restart the unit after you run a script to change some file names there ..