Bitcoin Forum
May 02, 2024, 12:20:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 291 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 ... 516 »
  Print  
Author Topic: ANTMINER S3+ Discussion and Support Thread  (Read 709800 times)
lordmykl
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
September 18, 2014, 06:51:28 AM
 #6801

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!
1714652451
Hero Member
*
Offline Offline

Posts: 1714652451

View Profile Personal Message (Offline)

Ignore
1714652451
Reply with quote  #2

1714652451
Report to moderator
1714652451
Hero Member
*
Offline Offline

Posts: 1714652451

View Profile Personal Message (Offline)

Ignore
1714652451
Reply with quote  #2

1714652451
Report to moderator
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714652451
Hero Member
*
Offline Offline

Posts: 1714652451

View Profile Personal Message (Offline)

Ignore
1714652451
Reply with quote  #2

1714652451
Report to moderator
1714652451
Hero Member
*
Offline Offline

Posts: 1714652451

View Profile Personal Message (Offline)

Ignore
1714652451
Reply with quote  #2

1714652451
Report to moderator
1714652451
Hero Member
*
Offline Offline

Posts: 1714652451

View Profile Personal Message (Offline)

Ignore
1714652451
Reply with quote  #2

1714652451
Report to moderator
Stratobitz
Legendary
*
Offline Offline

Activity: 1022
Merit: 1010



View Profile
September 18, 2014, 07:18:55 AM
 #6802

Our B8 S3+ Units are all running nicely above 500 GHash.

Well done BitMainTech!

Stratobitz
Stratobitz
Legendary
*
Offline Offline

Activity: 1022
Merit: 1010



View Profile
September 18, 2014, 07:25:13 AM
 #6803

Did one of you get one of those S3 delivered to France (or elsewhere in the Euro zone) ?
How much taxes did you pay ?

Winter is coming and I could use 350W of constant power inside my home, which would make the ROI a bit better.
Use EMS for shipping. You will have lot more chances to get it without VAT and custom taxes (I got 2 S3 last week without VAT/taxes).

If you are not lucky, +20% for VAT, 2.5% for customs. Something near 80€

Wow holy cow. So glad I don't live in the EU. That is insane. Basically makes ROI near impossible.

Strato.
Master One
Full Member
***
Offline Offline

Activity: 238
Merit: 100


Wanna buy a Tesla? Visit TeslaBargain.com first!


View Profile WWW
September 18, 2014, 07:54:02 AM
 #6804

I can only hope @BITMAIN considers the fact, that difficulty will go THROUGH THE ROOF with the next jump now that the network hash rate went beyond 260 PH/s, when announcing the price for B10!

bruno033
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile WWW
September 18, 2014, 08:21:29 AM
 #6805

hello,
I need a little help. I am putting on my 4.6.0 cgminer antminer S3 version as I'm not too good that I am have explained to me how does have simple version. Thank you in advance.
Sorry for my bad English I'm French  Wink
pekatete
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
September 18, 2014, 10:21:06 AM
 #6806

hello,
I need a little help. I am putting on my 4.6.0 cgminer antminer S3 version as I'm not too good that I am have explained to me how does have simple version. Thank you in advance.
Sorry for my bad English I'm French  Wink

To upgrade to cgminer 4.6 follow this process.
1. SSH into the S3 and login
2. Issue the following commands sequentially.
  a) cd /usr/bin
  b) mv cgminer cgminer.bak
  c) wget http://ck.kolivas.org/apps/cgminer/antminer/s3/4.6.0-140908/cgminer
  d) chmod +x cgminer
  e) reboot

To revert back to the stock cgminer (assuming you followed the above process):
1. SSH into the S3 and login
2. Issue the following commands sequentially.
  a) cd /usr/bin
  b) mv cgminer cgminer.4_6
  c) mv cgminer.bak cgminer
  d) reboot

bruno033
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile WWW
September 18, 2014, 10:27:04 AM
 #6807

hello,
I need a little help. I am putting on my 4.6.0 cgminer antminer S3 version as I'm not too good that I am have explained to me how does have simple version. Thank you in advance.
Sorry for my bad English I'm French  Wink

To upgrade to cgminer 4.6 follow this process.
1. SSH into the S3 and login
2. Issue the following commands sequentially.
  a) cd /usr/bin
  b) mv cgminer cgminer.bak
  c) wget http://ck.kolivas.org/apps/cgminer/antminer/s3/4.6.0-140908/cgminer
  d) chmod +x cgminer
  e) reboot

To revert back to the stock cgminer (assuming you followed the above process):
1. SSH into the S3 and login
2. Issue the following commands sequentially.
  a) cd /usr/bin
  b) mv cgminer cgminer.4_6
  c) mv cgminer.bak cgminer
  d) reboot

thank you, but I do not know where to go, would it be possible to put screen step by step
jelin1984
Legendary
*
Offline Offline

Activity: 2408
Merit: 1004



View Profile
September 18, 2014, 10:36:50 AM
 #6808

me too the same problem Wink Wink Wink Wink
CHAOSiTEC
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002


View Profile
September 18, 2014, 10:42:40 AM
 #6809

hello,
I need a little help. I am putting on my 4.6.0 cgminer antminer S3 version as I'm not too good that I am have explained to me how does have simple version. Thank you in advance.
Sorry for my bad English I'm French  Wink

To upgrade to cgminer 4.6 follow this process.
1. SSH into the S3 and login
2. Issue the following commands sequentially.
  a) cd /usr/bin
  b) mv cgminer cgminer.bak
  c) wget http://ck.kolivas.org/apps/cgminer/antminer/s3/4.6.0-140908/cgminer
  d) chmod +x cgminer
  e) reboot

To revert back to the stock cgminer (assuming you followed the above process):
1. SSH into the S3 and login
2. Issue the following commands sequentially.
  a) cd /usr/bin
  b) mv cgminer cgminer.4_6
  c) mv cgminer.bak cgminer
  d) reboot

thank you, but I do not know where to go, would it be possible to put screen step by step

im guessing your on windows, so downloiad putty : http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

start the executable, type in your S3 ip address, and connect..

use the same user and password you would use when going into the web user interface

then type in:

cd /usr/bin
mv cgminer cgminer.bak
wget http://ck.kolivas.org/apps/cgminer/antminer/s3/4.6.0-140908/cgminer
chmod +x cgminer
/etc/init.d/cgminer restart
exit


node-vps.com - Tron / Masternode hosting services
jelin1984
Legendary
*
Offline Offline

Activity: 2408
Merit: 1004



View Profile
September 18, 2014, 10:44:16 AM
 #6810

thanks friend yes windows
i will try it asap Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin
Ustler
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
September 18, 2014, 12:27:44 PM
 #6811

Don't think B9 has already shipped. My order still showing unshipped + no tracking #
Gws24
Hero Member
*****
Offline Offline

Activity: 537
Merit: 524


View Profile
September 18, 2014, 12:43:47 PM
 #6812

Don't think B9 has already shipped. My order still showing unshipped + no tracking #
Mine have; received a tracking number this morning around 6 am CET
bspurloc
Hero Member
*****
Offline Offline

Activity: 569
Merit: 500


View Profile
September 18, 2014, 01:31:50 PM
Last edit: September 18, 2014, 03:04:40 PM by bspurloc
 #6813

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
wpgdeez
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


View Profile
September 18, 2014, 01:41:46 PM
 #6814

Sorry about the off topic but:  Perplexed rather than paranoid, something odd has occurred since checking the UPS shipping status of my S3+'s from China.  I have two drives in this system both new this year, a 2TB main drive and a 3TB backup.  Upon getting notification that the units were shipped I checked the UPS tracking and saw the status but about that time one of my hard drives started making sounds as if moving data to the inner area of the drive and that read arm was loud in its snapping movement.  It's been happening every once in a while since.  Meanwhile I've downloaded SeaTools and fast check the drives and both are okay and now doing a long drive test.  So, NSA or China screwing with my system?

heads slamming in and out is a READ FAILURE. the heads try to realign then back to the platter area its trying to read. FAILS again and then try to align again, repeat repeat repeat. the drive a DOA. 
 The nsa accusation is a tad crazy bra.
Backup your data, failure is only a matter of time.
soy
Legendary
*
Offline Offline

Activity: 1428
Merit: 1013



View Profile
September 18, 2014, 01:49:32 PM
 #6815

Sorry about the off topic but:  Perplexed rather than paranoid, something odd has occurred since checking the UPS shipping status of my S3+'s from China.  I have two drives in this system both new this year, a 2TB main drive and a 3TB backup.  Upon getting notification that the units were shipped I checked the UPS tracking and saw the status but about that time one of my hard drives started making sounds as if moving data to the inner area of the drive and that read arm was loud in its snapping movement.  It's been happening every once in a while since.  Meanwhile I've downloaded SeaTools and fast check the drives and both are okay and now doing a long drive test.  So, NSA or China screwing with my system?

heads slamming in and out is a READ FAILURE. the heads try to realign then back to the platter area its trying to read. FAILS again and then try to align again, repeat repeat repeat. the drive a DOA. 
 The nsa accusation is a tad crazy bra.
Backup your data, failure is only a matter of time.

Sorry this went so far off topic.
Count_Frackula
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile WWW
September 18, 2014, 02:03:28 PM
 #6816

Don't think B9 has already shipped. My order still showing unshipped + no tracking #

Mine just shipped about 15 min ago.  Bitmain shows it as being ordered on 2014-09-15 14:30.

Rent my SHA-256 rigs on Mining Rig Rentals.
bspurloc
Hero Member
*****
Offline Offline

Activity: 569
Merit: 500


View Profile
September 18, 2014, 02:32:46 PM
 #6817

oh the scrutiny...
how many times does customs have to release it... OMG china is installing skimming tech to each miner!

09/18/2014   10:07 A.M.   The package is awaiting clearing agency review. / The package is at the clearing agency awaiting final release.

Shenzhen, China   09/18/2014   7:32 P.M.   Departure Scan
09/18/2014   3:31 P.M.   Export Scan
09/18/2014   3:19 P.M.   The clearing agency is experiencing technical difficulties and is temporarily unable to transmit package information. / Your package was released by the clearing agency.

Shenzhen, China   09/17/2014   9:23 P.M.   The clearing agency is experiencing technical difficulties and is temporarily unable to transmit package information.

09/16/2014   10:57 P.M.   The package is awaiting clearing agency review. / The package is at the clearing agency awaiting final release.
soy
Legendary
*
Offline Offline

Activity: 1428
Merit: 1013



View Profile
September 18, 2014, 03:07:27 PM
 #6818

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.
mdude77
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
September 18, 2014, 03:15:59 PM
 #6819

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

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
bspurloc
Hero Member
*****
Offline Offline

Activity: 569
Merit: 500


View Profile
September 18, 2014, 03:24:56 PM
 #6820

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
Pages: « 1 ... 291 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 ... 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!