Can someone post me a ink on the new firmware I have with the stuff to edit so I can get 243.75 added back in. I think it was removed when this (the S3) got reset.
Ty.
Bitmain's site has the firmware:
https://www.bitmaintech.com/support.htm?pid=007201407180243004432lBQW28O0633
I use Cygwin to ssh into them then use vi editor.
U can also download putty to ssh in.
I need to edit the "new" firmware to add 243.75 etc. and there's a post whos link I lost in the format for that here.
Ty.
The latest firmware (antMiner_S320140826.bin) already includes frequencies from 100M to 250M...yes, including 243.75M.
philipma knows what I'm asking for if he sees this... Ty.
I think it's you who should check your facts. I have installed antMiner_S320140826.bin (latest firmware on the Bitmain S3 support page) and am pretty sure that it does include 100M and 500M because I am currently using 243.75M. If you're still not convinced, then that's your problem; sorry for trying to help out. This was posted on the prior page, just before your post:
https://bitcointalksearch.org/topic/m.8882222
Edit: Also, that pic doesnt mean jack because he could have added that freq to the list before posting it but nuff said, I have what I want below now.
Can someone post me a ink on the new firmware I have with the stuff to edit so I can get 243.75 added back in. I think it was removed when this (the S3) got reset.
Ty.
Bitmain's site has the firmware:
https://www.bitmaintech.com/support.htm?pid=007201407180243004432lBQW28O0633
I use Cygwin to ssh into them then use vi editor.
U can also download putty to ssh in.
I need to edit the "new" firmware to add 243.75 etc. and there's a post whos link I lost in the format for that here.
Ty.
The latest firmware (antMiner_S320140826.bin) already includes frequencies from 100M to 250M...yes, including 243.75M.
philipma knows what I'm asking for if he sees this... Ty.
modify this file and add them for the new GUI adjustable frequency
older firmware is /etc/config/asic-freq file
/usr/lib/lua/luci/model/cbi/cgminer/cgminer.lua
conf:tab("advanced", translate("Advanced Settings"))
pb = conf:taboption("advanced", ListValue, "freq", translate("Frequency"))
pb.default = "18:218.75:1106"
pb:value("16:250:0982", translate("250M"))
pb:value("17:243.75:1306", translate("243.75M"))
pb:value("17:237.5:1286", translate("237.5M"))
pb:value("17:231.25:1206", translate("231.25M"))
pb:value("18:225:0882", translate("225M (S3+ default)"))
pb:value("18:218.75:1106", translate("218.75M (S3 default)"))
pb:value("18:212.5:1086", translate("212.5M"))
pb:value("19:206.25:1006", translate("206.25M"))
pb:value("20:200:0782", translate("200M"))
pb:value("20:196:1f07", translate("196M"))
pb:value("20:193:0f03", translate("193M"))
pb:value("23:175:0d83", translate("175M"))
pb:value("27:150:0b83", translate("150M"))
pb:value("33:125:0983", translate("125M"))
pb:value("40:100:0783", translate("100M"))