Post
Topic
Board Hardware
Re: ANTMINER S3 Discussion and Support Thread.
by
MoreBloodWine
on 19/09/2014, 06:35:03 UTC
Ok, so since I formatted my hdd in my laptop like two weeks ago. I lost some of my favorite links.

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.
Sorry I should have clarified but the post here that shows where to find the file and what the freqs are that BMT left out.

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.


Please check your facts because it DOES NOT, I've had the FW installed since Day 1 of its release and it doesnt have 243.75 so I revert to my "what I should have said" comment.

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://bitcointalk.org/index.php?topic=671189.msg8882222#msg8882222


Well, I dunno what to tell you then because I have the new FW with freq tab and jumps 237 to 250 with nothing in between and I had to add 243.75 on all other S3's to use the new FW.

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.

Ok, so since I formatted my hdd in my laptop like two weeks ago. I lost some of my favorite links.

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.
Sorry I should have clarified but the post here that shows where to find the file and what the freqs are that BMT left out.

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.


Please check your facts because it DOES NOT, I've had the FW installed since Day 1 of its release and it doesnt have 243.75 so I revert to my "what I should have said" comment.

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"))
Ty, this is what I was looking for.