Does someone have the code handy for a cgminer.sh file that has each board or die for that matter OC'able? I think I can get more performance out of particular boards but not by doing the entire Jupiter. Thanks.
Paste just below line 61 or whichever line the original 0x86 register is at.
Also change if [ $c -eq 0 ] to your particular board configuration.
http://pastebin.com/vy7jppS3Cyper, please, does the script require the "DC/DC ID" for each die or the "Die ID"? KNC's GUI shows 1,2,3,4 for Die ID but 0,2,4,7 for DC/DC ID, but I'm not clear on which to use.
if [ $c -eq ? ]
then
cmd=$(printf "0x86,0x%02X,0x02,4xB2" $c)
fi
if [ $c -eq ? ]
then
cmd=$(printf "0x86,0x%02X,0x02,4xB2" $c)
fi
if [ $c -eq ? ]
then
cmd=$(printf "0x86,0x%02X,0x02,4xB2" $c)
fi
if [ $c -eq ? ]
then
cmd=$(printf "0x86,0x%02X,0x02,4xB2" $c)
fi
fi