Hey palawan, can you post the commands for the default frequency of 350MHz and for 375MHz? Much appreciated the heat is building up outside in East Texass as I vent the ass end by a window.
Sadly, I know what you mean
The codes depend if you used my scripts. Are you on 400MHz or 393.75MHz?
I am was using the 400MHz script but went to the 393.75MHz, both S1s are avg. over 200GH/s each. I need to get one of my S1s back to the default frequency so I can send Bitmain a screenshot, they want to see the perf. on the one with the cracked heat sink and I don't want to send a screenshot with it overclocked.
The S1 with the cracked heatsink performs the best and has a super low error rate even at 400MHz, the only issue I see are the temps vary 2 C between the blades as my other S1 vary only 1 C. Not a big deal but I am trying to get Bitmain to compensate me for sending me a unit that should not of passed the QC.
Thanks for the reply.
Ok, sounds good. There is always a discrepancy of temp between the 2 blades for me (for both of my S1's).
If you're on the 393MHz, below is the command to switch to default (350MHz):clear
cd /etc/config
mv asic-freq asic-freq.393MHz
mv asic-freq.350MHz asic-freq
read -rsp $'Press enter to continue (Antminer will reboot)... ASICs speed set to 350MHz \n'
reboot
In order to go to 375MHz from 350MHz above, the commands are below to copy and paste:clear
cd /etc/config
mv asic-freq asic-freq.350MHz
mv asic-freq.375MHz asic-freq
read -rsp $'Press enter to continue (Antminer will reboot)... ASICs speed set to 375MHz \n'
reboot
As you can see, the scripts depend on the current active speed because the files will get jumbled up if you don't keep track. Good luck