Bitcoin Forum
May 02, 2024, 07:19:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 [342] 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 ... 516 »
  Print  
Author Topic: ANTMINER S3+ Discussion and Support Thread  (Read 709800 times)
soy
Legendary
*
Offline Offline

Activity: 1428
Merit: 1013



View Profile
September 18, 2014, 03:56:55 PM
 #6821

Odd.  Miners were running okay last night.  This morning one was running at 20GH/s.  ssh'd in and /etc/init.d/cgminer stop and /etc/init.d/cgminer start.  Runs file.  No reason in system log for hashing having dropped to 20GH/s.

My S1 does that when it's powered off for a period of time.  It's like it includes the downtime in its hashrate calculation.  Rebooting it (non power cycle) fixes it.

M

Yes, I realize that.  I often run /etc/init.d/stop then start (restart sometimes fails with no cgminer running) because starting again from init.d gives a fresh time on the GUI and the hash average starts from the restart.

Yet, if the one miner had gone to an average of 20GH/s, that is so low that as an average there must have been no hashing going on at all.
1714634396
Hero Member
*
Offline Offline

Posts: 1714634396

View Profile Personal Message (Offline)

Ignore
1714634396
Reply with quote  #2

1714634396
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714634396
Hero Member
*
Offline Offline

Posts: 1714634396

View Profile Personal Message (Offline)

Ignore
1714634396
Reply with quote  #2

1714634396
Report to moderator
1714634396
Hero Member
*
Offline Offline

Posts: 1714634396

View Profile Personal Message (Offline)

Ignore
1714634396
Reply with quote  #2

1714634396
Report to moderator
1714634396
Hero Member
*
Offline Offline

Posts: 1714634396

View Profile Personal Message (Offline)

Ignore
1714634396
Reply with quote  #2

1714634396
Report to moderator
soy
Legendary
*
Offline Offline

Activity: 1428
Merit: 1013



View Profile
September 18, 2014, 03:57:40 PM
 #6822

Odd.  Miners were running okay last night.  This morning one was running at 20GH/s.  ssh'd in and /etc/init.d/cgminer stop and /etc/init.d/cgminer start.  Runs file.  No reason in system log for hashing having dropped to 20GH/s.

what was the 5s one showing?

and yeah I have seen mine on recent reboots showing wrong numbers as it had wrong times in use, cycling cgminer cleared it up

Sorry, I don't recall. 
mrpark
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
September 18, 2014, 04:32:56 PM
 #6823



We will just have to agree to disagree there. If a breaker is rated at 20 amps load at 110v it will certainly hold 1920. I also speak from experience here. Long term loads of 1800-1900 months on end. No issues. But yes the breaker will get warm.

Strato

Good luck with that.  I hope your breakers work correctly.  Some of them don't.  I replaced my entire panel because the manufacturer, Federal Electric, produced breakers that didn't shut down reliably in the case of overloads and caused a number of house fires.

Another factor to consider if your power is subject to brown outs...  Your miner power supply will attempt to maintain a constant voltage to the miner and hence constant power output even if the line voltage drops.  This means the current draw will increase.  So if you have reliable operation during periods when your supply voltage is high you may have difficulties if your voltage drops.  Should this happen, you can hope that your problems are tripping breakers and not breakers that you wish had tripped but didn't.




The official way to calculate continuous load is to subtract 25% after your calculation. It's a fact, not really an opinion of mine. Also, an electrician inspected some of my 20 amp circuit breakers and he said max is 15 amp load which is about right.  Now, a circuit breaker will not trip at exactly 20 amps, more like 30 amps most likely.  When your breaker is getting hot, your breaker is on thermal meltdown. Anyway, if you like to take chances and gamble, by all means go for it. But for if you are looking to be safe subtract about 25% for continuous loads. 

BTC: 1JDjCGtxtxoZ46XgTqUoXBDxNFKwcsEmik
jelin1984
Legendary
*
Offline Offline

Activity: 2408
Merit: 1004



View Profile
September 18, 2014, 04:34:24 PM
 #6824

with cgminer 4.6

what core volt
Huh
243 is too high?HuhHuh
lordmykl
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
September 18, 2014, 04:49:18 PM
 #6825

So....long story short, I have a total of Eighteen S3+ Antminers that are in a building that for most of the time is not used.  Every once in a while, however, it is used, so I want to be able to easily drop the fan noise down via a scripted approach. I have Teamviewer access to a live system there and I've used Putty to SSH into individual miners to change frequency on individual units. What would be a good scripted approach to change them en masses from say 250M to 212.5M and back?  Sequential IPs and all same username/PW...

Thanks in advance!

I would setup a script on each one and then modify the web interfaces adding another page like 192.168.1.99/slowdown and 192.168.99/speedup that runt he scripts
then you could just do it all over port 80 via lynx.

assuming you know how to code etc...
web interfaces root is /www  by the way...

Well, I used to program my TRS-80 many years ago and do some work in PowerShell automation, but I wouldn't say I'm proficient at all. Was hoping there was a fairly easy way to automate, but I can research what you noted above, thanks!

basically you need 2 copies of /etc/config/asic-freq one with the higher frequency and one with the lower frequency. and of course in the script copying one over the other and issuing a /etc/init.d/cgminer restart command. or maybe a /etc/init.d/cgminer stop    slight wait then /etc/init.d/cgminer start.  as I have observed the restart command sometimes does not restart cgminer
the hardest part is most likely getting html or cgi script to run the script, but im sure if u looked over the cgi of how the web client issues the reboot command that code could be copied and modified to run your script

actually after looking at it, it is simpler than i thought...

just put your script in /www/cgi-bin
low.sh
#!/bin/sh -f
----script code here---
echo "Content-type: text/html"
echo ""
echo "<HTML>"
echo "<img src=../luci-static/resources/icons/antminer_logo.png>"
echo "<h1>low executed</h1>"
echo "</HTML>"

dont forget chmod 777 low.sh
execute that with http://antminersiphere/cgi-bin/low.sh
and it will execute that script.
then do the same for adjusting back to hi  hi.sh
then if using windows or unix you can just install lynx and run a batch file that executes the 19 lynx url requests to each miner


Thanks for the detailed response...this may be beyond my current coding abilities but I've been meaning to learn this stuff more so I may take it on as a challenge anyway. I'll post if I can get it working...

bspurloc
Hero Member
*****
Offline Offline

Activity: 569
Merit: 500


View Profile
September 18, 2014, 05:02:12 PM
 #6826

So....long story short, I have a total of Eighteen S3+ Antminers that are in a building that for most of the time is not used.  Every once in a while, however, it is used, so I want to be able to easily drop the fan noise down via a scripted approach. I have Teamviewer access to a live system there and I've used Putty to SSH into individual miners to change frequency on individual units. What would be a good scripted approach to change them en masses from say 250M to 212.5M and back?  Sequential IPs and all same username/PW...

Thanks in advance!

I would setup a script on each one and then modify the web interfaces adding another page like 192.168.1.99/slowdown and 192.168.99/speedup that runt he scripts
then you could just do it all over port 80 via lynx.

assuming you know how to code etc...
web interfaces root is /www  by the way...

Well, I used to program my TRS-80 many years ago and do some work in PowerShell automation, but I wouldn't say I'm proficient at all. Was hoping there was a fairly easy way to automate, but I can research what you noted above, thanks!

basically you need 2 copies of /etc/config/asic-freq one with the higher frequency and one with the lower frequency. and of course in the script copying one over the other and issuing a /etc/init.d/cgminer restart command. or maybe a /etc/init.d/cgminer stop    slight wait then /etc/init.d/cgminer start.  as I have observed the restart command sometimes does not restart cgminer
the hardest part is most likely getting html or cgi script to run the script, but im sure if u looked over the cgi of how the web client issues the reboot command that code could be copied and modified to run your script

actually after looking at it, it is simpler than i thought...

just put your script in /www/cgi-bin
low.sh
#!/bin/sh -f
----script code here---
echo "Content-type: text/html"
echo ""
echo "<HTML>"
echo "<img src=../luci-static/resources/icons/antminer_logo.png>"
echo "<h1>low executed</h1>"
echo "</HTML>"

dont forget chmod 777 low.sh
execute that with http://antminersiphere/cgi-bin/low.sh
and it will execute that script.
then do the same for adjusting back to hi  hi.sh
then if using windows or unix you can just install lynx and run a batch file that executes the 19 lynx url requests to each miner


Thanks for the detailed response...this may be beyond my current coding abilities but I've been meaning to learn this stuff more so I may take it on as a challenge anyway. I'll post if I can get it working...



Well it is pretty much complete cept for the script here which would be this

cp /etc/config/asic-freq.low /etc/config/asic-freq
/etc/init.d/cgminer stop
wait
/etc/init.d/cgminer start

so low.sh would be
low.sh
#!/bin/sh -f
cp /etc/config/asic-freq.low /etc/config/asic-freq
/etc/init.d/cgminer stop
wait
/etc/init.d/cgminer start
echo "Content-type: text/html"
echo ""
echo "<HTML>"
echo "<img src=../luci-static/resources/icons/antminer_logo.png>"
echo "<h1>low executed</h1>"
echo "</HTML>"

hi.sh would be
#!/bin/sh -f
cp /etc/config/asic-freq.hi /etc/config/asic-freq
/etc/init.d/cgminer stop
wait
/etc/init.d/cgminer start
echo "Content-type: text/html"
echo ""
echo "<HTML>"
echo "<img src=../luci-static/resources/icons/antminer_logo.png>"
echo "<h1>hi executed</h1>"
echo "</HTML>"

and of course before this you would edit /etc/config/asic-freq to use the overclocked values then cp asic-freq to asic-freq.hi. then modify it for the lower ones and cp asic-freq asic-freq.low

this all wont work on the newer firmware though because they changed how the frequencies are changed. it is in the gui interface. but I bet there is an easy way to modify it too.
 I just threw the antminer logo in there for the hell of it.

then I guess u can run a batch file that executes
lynx -dump http://antminerup/cgi-bin/low.sh > null

MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
September 18, 2014, 05:11:57 PM
 #6827

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.
Just so this doesn't get lost or forgotten ;-)

To be decided...
mahowi
Full Member
***
Offline Offline

Activity: 142
Merit: 100


View Profile
September 18, 2014, 05:24:28 PM
 #6828

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.
Just so this doesn't get lost or forgotten ;-)

Here's the link to Bitmain's firmware site for S3: https://bitmaintech.com/support.htm?pid=007201407180243004432lBQW28O0633

DRK: Xeojbw5gDNtvCbUK7VXaDqfyNU29ahqavB
BTC: 1K5hJ1wiRJ9mAWwn9pLzjst18jTa1benHT
LTC: LiUgyndo4sibahGEyuw8ymphciaq7tbS9a
soy
Legendary
*
Offline Offline

Activity: 1428
Merit: 1013



View Profile
September 18, 2014, 05:29:40 PM
 #6829



We will just have to agree to disagree there. If a breaker is rated at 20 amps load at 110v it will certainly hold 1920. I also speak from experience here. Long term loads of 1800-1900 months on end. No issues. But yes the breaker will get warm.

Strato

Good luck with that.  I hope your breakers work correctly.  Some of them don't.  I replaced my entire panel because the manufacturer, Federal Electric, produced breakers that didn't shut down reliably in the case of overloads and caused a number of house fires.

Another factor to consider if your power is subject to brown outs...  Your miner power supply will attempt to maintain a constant voltage to the miner and hence constant power output even if the line voltage drops.  This means the current draw will increase.  So if you have reliable operation during periods when your supply voltage is high you may have difficulties if your voltage drops.  Should this happen, you can hope that your problems are tripping breakers and not breakers that you wish had tripped but didn't.




The official way to calculate continuous load is to subtract 25% after your calculation. It's a fact, not really an opinion of mine. Also, an electrician inspected some of my 20 amp circuit breakers and he said max is 15 amp load which is about right.  Now, a circuit breaker will not trip at exactly 20 amps, more like 30 amps most likely.  When your breaker is getting hot, your breaker is on thermal meltdown. Anyway, if you like to take chances and gamble, by all means go for it. But for if you are looking to be safe subtract about 25% for continuous loads. 

Put in two outlets last week to a 20 amp breaker with #12-2.  There was a strange 60 cycle vibrating from the service afterwards and specifically the new breaker.  Took the cover off and it turns out I hadn't mashed it down fully into place.   While the power was off I checked the tightness of the screws holding wires into other breakers.  One was quite loose.  Also the huge aluminum cables into the service took a minor turn tightening.  Aluminum wiring has been known to cause fires as its expansion and contraction, differing from copper, tends to cause it to loosen over time.  But that one loose #14 copper that loosened in a 15 amp breaker I have no way to explain it.  Glad I caught it tho.
lordmykl
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
September 18, 2014, 06:20:47 PM
 #6830

So....long story short, I have a total of Eighteen S3+ Antminers that are in a building that for most of the time is not used.  Every once in a while, however, it is used, so I want to be able to easily drop the fan noise down via a scripted approach. I have Teamviewer access to a live system there and I've used Putty to SSH into individual miners to change frequency on individual units. What would be a good scripted approach to change them en masses from say 250M to 212.5M and back?  Sequential IPs and all same username/PW...

Thanks in advance!

I would setup a script on each one and then modify the web interfaces adding another page like 192.168.1.99/slowdown and 192.168.99/speedup that runt he scripts
then you could just do it all over port 80 via lynx.

assuming you know how to code etc...
web interfaces root is /www  by the way...

Well, I used to program my TRS-80 many years ago and do some work in PowerShell automation, but I wouldn't say I'm proficient at all. Was hoping there was a fairly easy way to automate, but I can research what you noted above, thanks!

basically you need 2 copies of /etc/config/asic-freq one with the higher frequency and one with the lower frequency. and of course in the script copying one over the other and issuing a /etc/init.d/cgminer restart command. or maybe a /etc/init.d/cgminer stop    slight wait then /etc/init.d/cgminer start.  as I have observed the restart command sometimes does not restart cgminer
the hardest part is most likely getting html or cgi script to run the script, but im sure if u looked over the cgi of how the web client issues the reboot command that code could be copied and modified to run your script

actually after looking at it, it is simpler than i thought...

just put your script in /www/cgi-bin
low.sh
#!/bin/sh -f
----script code here---
echo "Content-type: text/html"
echo ""
echo "<HTML>"
echo "<img src=../luci-static/resources/icons/antminer_logo.png>"
echo "<h1>low executed</h1>"
echo "</HTML>"

dont forget chmod 777 low.sh
execute that with http://antminersiphere/cgi-bin/low.sh
and it will execute that script.
then do the same for adjusting back to hi  hi.sh
then if using windows or unix you can just install lynx and run a batch file that executes the 19 lynx url requests to each miner


Thanks for the detailed response...this may be beyond my current coding abilities but I've been meaning to learn this stuff more so I may take it on as a challenge anyway. I'll post if I can get it working...



Well it is pretty much complete cept for the script here which would be this

cp /etc/config/asic-freq.low /etc/config/asic-freq
/etc/init.d/cgminer stop
wait
/etc/init.d/cgminer start

so low.sh would be
low.sh
#!/bin/sh -f
cp /etc/config/asic-freq.low /etc/config/asic-freq
/etc/init.d/cgminer stop
wait
/etc/init.d/cgminer start
echo "Content-type: text/html"
echo ""
echo "<HTML>"
echo "<img src=../luci-static/resources/icons/antminer_logo.png>"
echo "<h1>low executed</h1>"
echo "</HTML>"

hi.sh would be
#!/bin/sh -f
cp /etc/config/asic-freq.hi /etc/config/asic-freq
/etc/init.d/cgminer stop
wait
/etc/init.d/cgminer start
echo "Content-type: text/html"
echo ""
echo "<HTML>"
echo "<img src=../luci-static/resources/icons/antminer_logo.png>"
echo "<h1>hi executed</h1>"
echo "</HTML>"

and of course before this you would edit /etc/config/asic-freq to use the overclocked values then cp asic-freq to asic-freq.hi. then modify it for the lower ones and cp asic-freq asic-freq.low

this all wont work on the newer firmware though because they changed how the frequencies are changed. it is in the gui interface. but I bet there is an easy way to modify it too.
 I just threw the antminer logo in there for the hell of it.

then I guess u can run a batch file that executes
lynx -dump http://antminerup/cgi-bin/low.sh > null



Wow, thanks! You have a good point about the newer firmware...since these are S3+ units I'm on the latest rev, which doesn't respect the settings in the asic-freq file. Does anyone know a way to change frequency in the latest firmware without using the GUI?

kgb2mining
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
September 18, 2014, 06:41:26 PM
 #6831

Wow, thanks! You have a good point about the newer firmware...since these are S3+ units I'm on the latest rev, which doesn't respect the settings in the asic-freq file. Does anyone know a way to change frequency in the latest firmware without using the GUI?
Oooh I second this question - I'd love to find a way to be able to do this via script.  I have scripts that push out the pool configs and other things, and the ability to do firmware via scp and ssh commands would be awesome.
philipma1957
Legendary
*
Offline Offline

Activity: 4116
Merit: 7824


'The right to privacy matters'


View Profile WWW
September 18, 2014, 06:44:43 PM
 #6832

Hi soy, thanks.  what has me most concerned is the noise.  the fans spin at 3000 !  it's ridiculously loud, and i am running it stock at 218.75.  Bitmain tried to tell me this is normal.  Unreal.  my s3 used to have the fan run at 1800-2100 at stock.  i have a jet in my living room now.  unreal.   



 I am going to test these in my s-3

http://www.amazon.com/gp/product/B00A460TK6/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1


they should fit and be quiet

Are those holes on the 140mm fan at the 120mm fan placement for the screws?  If not, then I don't think that fan will fit.  I see on BitMain's site that the fans listed are supposed to be 14038's, but I just took the fan off one of my S3+'s that arrived today and they're actually 120mm x 38mm fans.

they have standard 120 mm spacing. part arrives today will post results.

They will fit the real question is will i need some feet for the miner I have some.

 these may not connect the way I will like.  will post with many photos on a separate thread.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
bspurloc
Hero Member
*****
Offline Offline

Activity: 569
Merit: 500


View Profile
September 18, 2014, 07:28:53 PM
 #6833

So....long story short, I have a total of Eighteen S3+ Antminers that are in a building that for most of the time is not used.  Every once in a while, however, it is used, so I want to be able to easily drop the fan noise down via a scripted approach. I have Teamviewer access to a live system there and I've used Putty to SSH into individual miners to change frequency on individual units. What would be a good scripted approach to change them en masses from say 250M to 212.5M and back?  Sequential IPs and all same username/PW...

Thanks in advance!

I would setup a script on each one and then modify the web interfaces adding another page like 192.168.1.99/slowdown and 192.168.99/speedup that runt he scripts
then you could just do it all over port 80 via lynx.

assuming you know how to code etc...
web interfaces root is /www  by the way...

Well, I used to program my TRS-80 many years ago and do some work in PowerShell automation, but I wouldn't say I'm proficient at all. Was hoping there was a fairly easy way to automate, but I can research what you noted above, thanks!

basically you need 2 copies of /etc/config/asic-freq one with the higher frequency and one with the lower frequency. and of course in the script copying one over the other and issuing a /etc/init.d/cgminer restart command. or maybe a /etc/init.d/cgminer stop    slight wait then /etc/init.d/cgminer start.  as I have observed the restart command sometimes does not restart cgminer
the hardest part is most likely getting html or cgi script to run the script, but im sure if u looked over the cgi of how the web client issues the reboot command that code could be copied and modified to run your script

actually after looking at it, it is simpler than i thought...

just put your script in /www/cgi-bin
low.sh
#!/bin/sh -f
----script code here---
echo "Content-type: text/html"
echo ""
echo "<HTML>"
echo "<img src=../luci-static/resources/icons/antminer_logo.png>"
echo "<h1>low executed</h1>"
echo "</HTML>"

dont forget chmod 777 low.sh
execute that with http://antminersiphere/cgi-bin/low.sh
and it will execute that script.
then do the same for adjusting back to hi  hi.sh
then if using windows or unix you can just install lynx and run a batch file that executes the 19 lynx url requests to each miner


Thanks for the detailed response...this may be beyond my current coding abilities but I've been meaning to learn this stuff more so I may take it on as a challenge anyway. I'll post if I can get it working...



Well it is pretty much complete cept for the script here which would be this

cp /etc/config/asic-freq.low /etc/config/asic-freq
/etc/init.d/cgminer stop
wait
/etc/init.d/cgminer start

so low.sh would be
low.sh
#!/bin/sh -f
cp /etc/config/asic-freq.low /etc/config/asic-freq
/etc/init.d/cgminer stop
wait
/etc/init.d/cgminer start
echo "Content-type: text/html"
echo ""
echo "<HTML>"
echo "<img src=../luci-static/resources/icons/antminer_logo.png>"
echo "<h1>low executed</h1>"
echo "</HTML>"

hi.sh would be
#!/bin/sh -f
cp /etc/config/asic-freq.hi /etc/config/asic-freq
/etc/init.d/cgminer stop
wait
/etc/init.d/cgminer start
echo "Content-type: text/html"
echo ""
echo "<HTML>"
echo "<img src=../luci-static/resources/icons/antminer_logo.png>"
echo "<h1>hi executed</h1>"
echo "</HTML>"

and of course before this you would edit /etc/config/asic-freq to use the overclocked values then cp asic-freq to asic-freq.hi. then modify it for the lower ones and cp asic-freq asic-freq.low

this all wont work on the newer firmware though because they changed how the frequencies are changed. it is in the gui interface. but I bet there is an easy way to modify it too.
 I just threw the antminer logo in there for the hell of it.

then I guess u can run a batch file that executes
lynx -dump http://antminerup/cgi-bin/low.sh > null



Wow, thanks! You have a good point about the newer firmware...since these are S3+ units I'm on the latest rev, which doesn't respect the settings in the asic-freq file. Does anyone know a way to change frequency in the latest firmware without using the GUI?



I would think modifying the DEFAULT line on this file. I dont have any with the newer firmware but its an easy thing it looks too
/usr/lib/lua/luci/model/cbi/cgminer/cgminer.lua

that has the frequencies that are available via the user interface ( I am just guessing changing that will do it, I cant test it )


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"))

edit /usr/lib/lua/luci/model/cbi/cgminer/cgminer.lua change default to hi value save it out
cp /usr/lib/lua/luci/model/cbi/cgminer/cgminer.lua /usr/lib/lua/luci/model/cbi/cgminer/cgminer.lua.hi
do same for low
cp /usr/lib/lua/luci/model/cbi/cgminer/cgminer.lua /usr/lib/lua/luci/model/cbi/cgminer/cgminer.lua.low

then change the line
cp /etc/config/asic-freq.hi /etc/config/asic-freq

to
cp /usr/lib/lua/luci/model/cbi/cgminer/cgminer.lua.hi /usr/lib/lua/luci/model/cbi/cgminer/cgminer.lua
and the low one too
cp /usr/lib/lua/luci/model/cbi/cgminer/cgminer.lua.low /usr/lib/lua/luci/model/cbi/cgminer/cgminer.lua
jelin1984
Legendary
*
Offline Offline

Activity: 2408
Merit: 1004



View Profile
September 18, 2014, 07:50:26 PM
 #6834

How I can understand if I had install correct 4.6

Where I can see it at s3 menu?
bspurloc
Hero Member
*****
Offline Offline

Activity: 569
Merit: 500


View Profile
September 18, 2014, 08:11:09 PM
 #6835

How I can understand if I had install correct 4.6

Where I can see it at s3 menu?

ssh into the machine type
cgminer-api version


   STATUS => S
   When => 1411071058
   Code => 22
   Msg => CGMiner versions
   Description => cgminer 4.6.0

TrevorS
Sr. Member
****
Offline Offline

Activity: 1050
Merit: 377



View Profile
September 18, 2014, 11:10:27 PM
 #6836

Hi guys,

I've a used early S3 that starts high and settles at ~440GH/s for quite awhile, but eventually dips down to ~430GH/s and even slides into the 420s.  Clock is default 218.75MHz, ASIC display is all "o", HW% is .0013, and Accept/Reject ratio is 639:1.  Looking for ideas as to what could be causing the decline.

Setup is Corsair CX750M supplying all four PCI-E ports via individual minimum length cables, August 7 Bitmain FW flash, 4.6.0 CGminer update, Slush's and Eligius pools with "Failover" management.  It's one of four S3s on a single switch divided between two power circuits (two each) and the other three stay ~441GH/s.

Thoughts?

                       ▄█████▄
                       ██   ██
  ▄▄▄                  ▀█▄▄▄█▀
▄█████▄                 ▀███▀
███████                   ▀
 ▀███▀
  ▀███                   ▄██
   ████                 ▄██▀
    ████              ▄███▀
     ████▄▄        ▄▄████
      ▀██████▄▄▄▄██████▀
        ▀▀██████████▀▀
            ▀▀▀▀▀▀
||..THE WORLDS FIRST...........
..SOCIAL UTILITY CRYPTO..
|████████████████████████████
████████████████████████████
████████████████████████████
█████████████████▀▀  ███████
█████████████▀▀      ███████
█████████▀▀   ▄▄     ███████
█████▀▀    ▄█▀▀     ████████
█████████ █▀        ████████
█████████ █ ▄███▄   ████████
██████████████████▄▄████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████▀▀▀█████████
██████ ▀██████▀      ▄██████
██████▄   ▀▀▀        ███████
██████▄             ▄███████
███████▄           ▄████████
██████▀▀▀        ▄██████████
███████▄▄     ▄▄████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████▀    ▐█████████
████████████    ▄▄██████████
███████████▀    ▀▀██████████
██████████▌       ██████████
████████████    ████████████
████████████    ████████████
████████████    ████████████
████████████▄  ▄████████████
████████████████████████████
████████████████████████████
|█▀▀











█▄▄
▀▀█











▄▄█
sjc1490
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
September 18, 2014, 11:27:53 PM
 #6837

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.

BTC ADDRESS: 12Qwd8VKLQ4xF44ytHXBpCAKuF9VknG4X2
bruno033
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile WWW
September 18, 2014, 11:35:50 PM
 #6838

How I can understand if I had install correct 4.6

Where I can see it at s3 menu?

ssh into the machine type
cgminer-api version


   STATUS => S
   When => 1411071058
   Code => 22
   Msg => CGMiner versions
   Description => cgminer 4.6.0



   STATUS => S
   When => 1411071058
   Code => 11
   Msg => CGMiner versions
   Description => cgminer 4.6.0

I managed to update, and I appreciate your help
for me the code is 11, is this normal
TrevorS
Sr. Member
****
Offline Offline

Activity: 1050
Merit: 377



View Profile
September 18, 2014, 11:55:34 PM
 #6839

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.
If the new FW is loaded into the S3, does the full range of clocks become available through the "Miner configuration"/"Advanced" menu?

                       ▄█████▄
                       ██   ██
  ▄▄▄                  ▀█▄▄▄█▀
▄█████▄                 ▀███▀
███████                   ▀
 ▀███▀
  ▀███                   ▄██
   ████                 ▄██▀
    ████              ▄███▀
     ████▄▄        ▄▄████
      ▀██████▄▄▄▄██████▀
        ▀▀██████████▀▀
            ▀▀▀▀▀▀
||..THE WORLDS FIRST...........
..SOCIAL UTILITY CRYPTO..
|████████████████████████████
████████████████████████████
████████████████████████████
█████████████████▀▀  ███████
█████████████▀▀      ███████
█████████▀▀   ▄▄     ███████
█████▀▀    ▄█▀▀     ████████
█████████ █▀        ████████
█████████ █ ▄███▄   ████████
██████████████████▄▄████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████▀▀▀█████████
██████ ▀██████▀      ▄██████
██████▄   ▀▀▀        ███████
██████▄             ▄███████
███████▄           ▄████████
██████▀▀▀        ▄██████████
███████▄▄     ▄▄████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████▀    ▐█████████
████████████    ▄▄██████████
███████████▀    ▀▀██████████
██████████▌       ██████████
████████████    ████████████
████████████    ████████████
████████████    ████████████
████████████▄  ▄████████████
████████████████████████████
████████████████████████████
|█▀▀











█▄▄
▀▀█











▄▄█
visdude
Legendary
*
Offline Offline

Activity: 1081
Merit: 1001


View Profile
September 18, 2014, 11:58:59 PM
 #6840

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.
If the new FW is loaded into the S3, does the full range of clocks become available through the "Miner configuration"/"Advanced" menu?

The antMiner_S320140826.bin does -- from 100M to 250M.  If you want more than 250M, you can edit the file and add it on.

Pages: « 1 ... 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 [342] 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 ... 516 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!