I hope someone can help....
I run a few Zeus Blizzards and a Hurricane x3 separately on two RasPis.
Until now I used Starminer. Both Raspis would freeze eventually, but only after 3 to 5 days. With Minera, they usually don't last 24hrs.
Now, after just resetting it froze within 2hrs...
I am using Dmaxl's cgminer. Everything running smooth, no weird hw error spikes, reject wall etc.. only frezzes sooner.
Is this normal, do you guys use auto-restart of the whole system every 20 hrs or so, or am I doing something wrong....just can't figure this out...
Essentially, I am using the same miner as Starminer uses, just different stuff on top... can this be caused by Minera UI being more demanding on the Raspi///
any ideas welcome....
solution 1: use bfgminer instead, extra option is
-S zus:all --set zus:chips=64 --set zus:clock=240(your clock here, 240 is for x6)
if you have device with different chips or clock ( yes, you can save 1 pi ), use this
-S zus:/dev/ttyUSB0 --set zus:chips=64 --set zus:clock=240 -S zus:/dev/ttyUSB1 --set zus:chips=64 --set zus:clock=328
or this ( use serial number, can get it when you in bfgminer and press M )
-S zus:all --set zus@A402UUQT:chips=64 --set zus@A402UUQT:clock=240 --set zus@AH02F9H0:chips=64 --set zus@AH02F9H0:clock=328
-------------------
solution 2: if you want to use cgminer, please edit /boot/cmdline.txt add slub_debug=FP to the end of file, DO NOT add new line, and reboot, this will fix your freeze issue