@mjgraham , can you help me run my miner through command line via ssh? Pls. let me know. It making me crazy that i cant adjust the parameters and strategy's. It would be beautyful to have it run on awesome miner
I was able to manage it with zeusminer zoomhash but my last slip with the A4 scared me to fiddle more. Just to confirm, on multipool/H2C the miner runs flawless since 3 days with no mh drops or blackouts. It also works well with power reset and autostart on my end. So no worries on the current software v2.0.2.
@usao, maybe a programmable timer with auto power recycle once every 3 hrs. help...i worked for me for my zeusminers.
Well you can run a cron job to do a reboot but what I did was write a perl script for my A2s that read the number of cores on each board via the API and when it detected one that was at 0 for more then 20 seconds it restarted the miner, first problem it required connecting a reset to the hash boards that they had almost ran all the circuits for but didn't hook up the last bit for some reason that made them more reliable.
I just got my A4s today so I havent gotten them going yet to start the debug, I do know they are batch 2 and the only fix for batch 1 and 2 is a MCU replace or reflash which I have contacted Innosilicon about and they did confirm that and we'll see how they want to precede, I took one apart to see how it is laid out and will be doing some analysis on it , some things I didnt like , like in the controller the raspberry pi has so much rust on all the metallic parts made me sad, has a revamped controller board that is nice. The reflash should be easy I have the tools just have to map out the connections, they didnt put an easy to access header on it just test pads to it will require some kind of jig to do it but it can be done, although for most it will require shipping somewhere. I hope to get at least one going tomorrow , I was a dummy and didnt calculate my PCIe power connector stash correctly. On my A2s I just soldered right to the header with screw terminals but these are new and I have to void all the warranties although unless they just catch on fire should be fixable.
I dont like a non command line interface I run all my stuff that way, actually net boot the units from a server so the CF cards dont die and have scripts that monitor everything , pools/ rates all that crap ran trhough proxies and switch stuff for best rates, it is a hobbled up mess that has grown crazy really.
I was lucky enought the be able to fix some issues with the driver for the A2 and compile it with curses support so it has the fimilar interface .
if you wanted to you could do a
crontab -e
then on a line do
0 3 * * * /sbin/reboot
then save it Ctrl-X if it is nano editor