Bitcoin Forum
April 27, 2024, 04:27:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 [424] 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 ... 516 »
  Print  
Author Topic: ANTMINER S3+ Discussion and Support Thread  (Read 709798 times)
dog1965
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
December 24, 2014, 12:15:34 AM
 #8461

I did. lol  Grin Grin Grin Grin Grin
1714192040
Hero Member
*
Offline Offline

Posts: 1714192040

View Profile Personal Message (Offline)

Ignore
1714192040
Reply with quote  #2

1714192040
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714192040
Hero Member
*
Offline Offline

Posts: 1714192040

View Profile Personal Message (Offline)

Ignore
1714192040
Reply with quote  #2

1714192040
Report to moderator
1714192040
Hero Member
*
Offline Offline

Posts: 1714192040

View Profile Personal Message (Offline)

Ignore
1714192040
Reply with quote  #2

1714192040
Report to moderator
vabchgent
Sr. Member
****
Offline Offline

Activity: 840
Merit: 251



View Profile
December 24, 2014, 12:45:18 AM
 #8462

Try running this command via SSH with the beta firmware.
Code:
cp /overlay/etc/config/cgminer /tmp/cgminer.tmp && cp /overlay/etc/config/network /tmp/network.tmp && rm -r /overlay/* && mkdir /overlay/etc && mkdir /overlay/etc/config && cp /tmp/cgminer.tmp /overlay/etc/config/cgminer && cp /tmp/network.tmp /overlay/etc/config/network && reboot

I am not disputing its effectivenes, but what does that accomplish? Care to explain?
Its essentially a factory reset except it preserves the network and pool settings, good to make sure you don't have any weird remnants from older firmwares.

You need to be careful using this command it reset my miner and I had to use the rest button to get the miner back up and running. Thanks

Dogie your firmware is awesome

I had to use the resets below on my miner but so far so good. low hardware errors GHS look constant so far. I have to give it 24hrs but so far so good.

uci set cgminer.default.voltage=0725 && uci commit

uci set cgminer.default.freq=18:225:0882 && uci commit


             ▄▄██████▄
         ▄▄████████████
   ▄▄█████████▀▀   ▀████
 ▄███████████▄      ████
████▀   ▀▀██████▄▄▄████
████      ▄███████████▄
▀████▄▄▄████████▀▀▀████▄
 ▀███████████▀      ████
 ████▀▀▀██████▄▄   ▄███▀
████      ▀███████████▀
████▄   ▄▄█████████▀▀
 ████████████▀▀
  ▀██████▀▀
█████████████████

     ███

██████████

     ██████

███████████

     ███████████████

███████████████████
█████████████████

███     

██████████

██████     

███████████

███████████████     

███████████████████
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████▀███████▀   ▀▀▀▄█████
█████▌  ▀▀███▌       ▄█████

████▀               █████
█████▄              ███████
██████▄            ████████
███████▄▄        ▄█████████
█████▄▄       ▄████████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████████████████▀▀███████
█████████████▀▀▀    ███████

███████▀▀▀   ▄▀   ███████
█████▄     ▄█▀     ████████
████████▄ █▀      █████████
█████████▌▐       █████████
██████████ ▄██▄  ██████████
████████████████▄██████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
███████▀           ▀███████
██████  ▄██▀▀▀▀▀█▀▄  ██████

█████  █▀  ▄▄▄  ▀█  █████
██████  █  █████  █  ██████
██████  █▄  ▀▀▀  ▄█  ██████
██████  ▀██▄▄▄▄▄██▀  ██████
███████▄           ▄███████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████████▀█████▀██████████
███████▀  ▀     ▀  ▀███████

█████▌             ▐█████
██████    ██   ██    ██████
█████▌    ▀▀   ▀▀    ▐█████
██████▄  ▄▄▄   ▄▄▄  ▄██████
████████▄▄███████▄▄████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
bitsolutions
Sr. Member
****
Offline Offline

Activity: 261
Merit: 257



View Profile
December 24, 2014, 12:51:27 AM
 #8463

Try running this command via SSH with the beta firmware.
Code:
cp /overlay/etc/config/cgminer /tmp/cgminer.tmp && cp /overlay/etc/config/network /tmp/network.tmp && rm -r /overlay/* && mkdir /overlay/etc && mkdir /overlay/etc/config && cp /tmp/cgminer.tmp /overlay/etc/config/cgminer && cp /tmp/network.tmp /overlay/etc/config/network && reboot

I am not disputing its effectivenes, but what does that accomplish? Care to explain?
Its essentially a factory reset except it preserves the network and pool settings, good to make sure you don't have any weird remnants from older firmwares.

You need to be careful using this command it reset my miner and I had to use the rest button to get the miner back up and running. Thanks
Were you on the beta Dec 19th firmware? I've tested this on about 300 miners without any issues.

Mining Software Developer.
vabchgent
Sr. Member
****
Offline Offline

Activity: 840
Merit: 251



View Profile
December 24, 2014, 01:14:34 AM
 #8464

Try running this command via SSH with the beta firmware.
Code:
cp /overlay/etc/config/cgminer /tmp/cgminer.tmp && cp /overlay/etc/config/network /tmp/network.tmp && rm -r /overlay/* && mkdir /overlay/etc && mkdir /overlay/etc/config && cp /tmp/cgminer.tmp /overlay/etc/config/cgminer && cp /tmp/network.tmp /overlay/etc/config/network && reboot

I am not disputing its effectivenes, but what does that accomplish? Care to explain?
Its essentially a factory reset except it preserves the network and pool settings, good to make sure you don't have any weird remnants from older firmwares.

You need to be careful using this command it reset my miner and I had to use the rest button to get the miner back up and running. Thanks
Were you on the beta Dec 19th firmware? I've tested this on about 300 miners without any issues.
I am on Dogies . I was having big problems with my miners dropping hash rate. Just waiting to see if it drops off again. I was sent the Dec 19th and it looks like Dogies is from the same date.

             ▄▄██████▄
         ▄▄████████████
   ▄▄█████████▀▀   ▀████
 ▄███████████▄      ████
████▀   ▀▀██████▄▄▄████
████      ▄███████████▄
▀████▄▄▄████████▀▀▀████▄
 ▀███████████▀      ████
 ████▀▀▀██████▄▄   ▄███▀
████      ▀███████████▀
████▄   ▄▄█████████▀▀
 ████████████▀▀
  ▀██████▀▀
█████████████████

     ███

██████████

     ██████

███████████

     ███████████████

███████████████████
█████████████████

███     

██████████

██████     

███████████

███████████████     

███████████████████
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████▀███████▀   ▀▀▀▄█████
█████▌  ▀▀███▌       ▄█████

████▀               █████
█████▄              ███████
██████▄            ████████
███████▄▄        ▄█████████
█████▄▄       ▄████████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████████████████▀▀███████
█████████████▀▀▀    ███████

███████▀▀▀   ▄▀   ███████
█████▄     ▄█▀     ████████
████████▄ █▀      █████████
█████████▌▐       █████████
██████████ ▄██▄  ██████████
████████████████▄██████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
███████▀           ▀███████
██████  ▄██▀▀▀▀▀█▀▄  ██████

█████  █▀  ▄▄▄  ▀█  █████
██████  █  █████  █  ██████
██████  █▄  ▀▀▀  ▄█  ██████
██████  ▀██▄▄▄▄▄██▀  ██████
███████▄           ▄███████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████████▀█████▀██████████
███████▀  ▀     ▀  ▀███████

█████▌             ▐█████
██████    ██   ██    ██████
█████▌    ▀▀   ▀▀    ▐█████
██████▄  ▄▄▄   ▄▄▄  ▄██████
████████▄▄███████▄▄████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
bitsolutions
Sr. Member
****
Offline Offline

Activity: 261
Merit: 257



View Profile
December 24, 2014, 01:17:12 AM
 #8465

Try running this command via SSH with the beta firmware.
Code:
cp /overlay/etc/config/cgminer /tmp/cgminer.tmp && cp /overlay/etc/config/network /tmp/network.tmp && rm -r /overlay/* && mkdir /overlay/etc && mkdir /overlay/etc/config && cp /tmp/cgminer.tmp /overlay/etc/config/cgminer && cp /tmp/network.tmp /overlay/etc/config/network && reboot

I am not disputing its effectivenes, but what does that accomplish? Care to explain?
Its essentially a factory reset except it preserves the network and pool settings, good to make sure you don't have any weird remnants from older firmwares.

You need to be careful using this command it reset my miner and I had to use the rest button to get the miner back up and running. Thanks
Were you on the beta Dec 19th firmware? I've tested this on about 300 miners without any issues.
I am on Dogies . I was having big problems with my miners dropping hash rate. Just waiting to see if it drops off again. I was sent the Dec 19th and it looks like Dogies is from the same date.
Check the MD5 if you want to make sure.
Code:
MD5 (antminer_S320141219.bin) = 7df1b12d28b25e10aac37e2eafc7397b

Mining Software Developer.
pekatete
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
December 24, 2014, 01:24:10 AM
 #8466

I am on Dogies . I was having big problems with my miners dropping hash rate. Just waiting to see if it drops off again. I was sent the Dec 19th and it looks like Dogies is from the same date.

What version of cgminer is on both dogie's and the 19th Dec firmware?

log in via ssh and enter:
Code:
cgminer-api

vabchgent
Sr. Member
****
Offline Offline

Activity: 840
Merit: 251



View Profile
December 24, 2014, 01:25:47 AM
 #8467

Try running this command via SSH with the beta firmware.
Code:
cp /overlay/etc/config/cgminer /tmp/cgminer.tmp && cp /overlay/etc/config/network /tmp/network.tmp && rm -r /overlay/* && mkdir /overlay/etc && mkdir /overlay/etc/config && cp /tmp/cgminer.tmp /overlay/etc/config/cgminer && cp /tmp/network.tmp /overlay/etc/config/network && reboot

I am not disputing its effectivenes, but what does that accomplish? Care to explain?
Its essentially a factory reset except it preserves the network and pool settings, good to make sure you don't have any weird remnants from older firmwares.

You need to be careful using this command it reset my miner and I had to use the rest button to get the miner back up and running. Thanks
Were you on the beta Dec 19th firmware? I've tested this on about 300 miners without any issues.
I am on Dogies . I was having big problems with my miners dropping hash rate. Just waiting to see if it drops off again. I was sent the Dec 19th and it looks like Dogies is from the same date.
Check the MD5 if you want to make sure.
Code:
MD5 (antminer_S320141219.bin) = 7df1b12d28b25e10aac37e2eafc7397b

Do I pull that from the putty and whats the command. Thanks

             ▄▄██████▄
         ▄▄████████████
   ▄▄█████████▀▀   ▀████
 ▄███████████▄      ████
████▀   ▀▀██████▄▄▄████
████      ▄███████████▄
▀████▄▄▄████████▀▀▀████▄
 ▀███████████▀      ████
 ████▀▀▀██████▄▄   ▄███▀
████      ▀███████████▀
████▄   ▄▄█████████▀▀
 ████████████▀▀
  ▀██████▀▀
█████████████████

     ███

██████████

     ██████

███████████

     ███████████████

███████████████████
█████████████████

███     

██████████

██████     

███████████

███████████████     

███████████████████
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████▀███████▀   ▀▀▀▄█████
█████▌  ▀▀███▌       ▄█████

████▀               █████
█████▄              ███████
██████▄            ████████
███████▄▄        ▄█████████
█████▄▄       ▄████████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████████████████▀▀███████
█████████████▀▀▀    ███████

███████▀▀▀   ▄▀   ███████
█████▄     ▄█▀     ████████
████████▄ █▀      █████████
█████████▌▐       █████████
██████████ ▄██▄  ██████████
████████████████▄██████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
███████▀           ▀███████
██████  ▄██▀▀▀▀▀█▀▄  ██████

█████  █▀  ▄▄▄  ▀█  █████
██████  █  █████  █  ██████
██████  █▄  ▀▀▀  ▄█  ██████
██████  ▀██▄▄▄▄▄██▀  ██████
███████▄           ▄███████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████████▀█████▀██████████
███████▀  ▀     ▀  ▀███████

█████▌             ▐█████
██████    ██   ██    ██████
█████▌    ▀▀   ▀▀    ▐█████
██████▄  ▄▄▄   ▄▄▄  ▄██████
████████▄▄███████▄▄████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
dog1965
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
December 24, 2014, 02:30:02 AM
 #8468

Get a MD5 checker program. there free on google if you google it.

bitsolutions
Sr. Member
****
Offline Offline

Activity: 261
Merit: 257



View Profile
December 24, 2014, 03:43:43 AM
 #8469

Try running this command via SSH with the beta firmware.
Code:
cp /overlay/etc/config/cgminer /tmp/cgminer.tmp && cp /overlay/etc/config/network /tmp/network.tmp && rm -r /overlay/* && mkdir /overlay/etc && mkdir /overlay/etc/config && cp /tmp/cgminer.tmp /overlay/etc/config/cgminer && cp /tmp/network.tmp /overlay/etc/config/network && reboot

I am not disputing its effectivenes, but what does that accomplish? Care to explain?
Its essentially a factory reset except it preserves the network and pool settings, good to make sure you don't have any weird remnants from older firmwares.

You need to be careful using this command it reset my miner and I had to use the rest button to get the miner back up and running. Thanks
Were you on the beta Dec 19th firmware? I've tested this on about 300 miners without any issues.
I am on Dogies . I was having big problems with my miners dropping hash rate. Just waiting to see if it drops off again. I was sent the Dec 19th and it looks like Dogies is from the same date.
Check the MD5 if you want to make sure.
Code:
MD5 (antminer_S320141219.bin) = 7df1b12d28b25e10aac37e2eafc7397b

Do I pull that from the putty and whats the command. Thanks
no, you would run that check on the firmware file that's on your computer
I am on Dogies . I was having big problems with my miners dropping hash rate. Just waiting to see if it drops off again. I was sent the Dec 19th and it looks like Dogies is from the same date.

What version of cgminer is on both dogie's and the 19th Dec firmware?

log in via ssh and enter:
Code:
cgminer-api
Code:
[VERSION] =>
(
   [0] => VERSION
   [CGMiner] => 4.7.0
   [API] => 3.1
   [Miner] => 7.0.0.3
   [CompileTime] => Fri Dec 19 12:18:59 CST 2014
   [Type] => S3
)

Mining Software Developer.
vabchgent
Sr. Member
****
Offline Offline

Activity: 840
Merit: 251



View Profile
December 24, 2014, 03:55:45 AM
 #8470

Try running this command via SSH with the beta firmware.
Code:
cp /overlay/etc/config/cgminer /tmp/cgminer.tmp && cp /overlay/etc/config/network /tmp/network.tmp && rm -r /overlay/* && mkdir /overlay/etc && mkdir /overlay/etc/config && cp /tmp/cgminer.tmp /overlay/etc/config/cgminer && cp /tmp/network.tmp /overlay/etc/config/network && reboot

I am not disputing its effectivenes, but what does that accomplish? Care to explain?
Its essentially a factory reset except it preserves the network and pool settings, good to make sure you don't have any weird remnants from older firmwares.

You need to be careful using this command it reset my miner and I had to use the rest button to get the miner back up and running. Thanks
Were you on the beta Dec 19th firmware? I've tested this on about 300 miners without any issues.
I am on Dogies . I was having big problems with my miners dropping hash rate. Just waiting to see if it drops off again. I was sent the Dec 19th and it looks like Dogies is from the same date.
Check the MD5 if you want to make sure.
Code:
MD5 (antminer_S320141219.bin) = 7df1b12d28b25e10aac37e2eafc7397b

Check sum
7df1b12d28b25e10aac37e2eafc7397b


Figured out what the problem was. I changed the /etc/init.d/cgminer file to turn on the API. I copied in one of the forum and it was missing the tail end of the original code

PARAMS="$AOPTIONS $POOL1 $POOL2 $POOL3 $_pb --api-listen --api-network --api-allow W:127.0.0.1,W:192.168.1.0/24  

This is the tail end that was missing

--bitmain-checkn2diff --bitmain-hwerror --bitmain-voltage $_vl --version-file /usr/bin/compile_time --queue 4096"

So it look like voltage and error checking was gone

Fixed now working great

Right now I am getting some incredible numbers 430Ghs +++++  Like S3+ on nitrous oxide

             ▄▄██████▄
         ▄▄████████████
   ▄▄█████████▀▀   ▀████
 ▄███████████▄      ████
████▀   ▀▀██████▄▄▄████
████      ▄███████████▄
▀████▄▄▄████████▀▀▀████▄
 ▀███████████▀      ████
 ████▀▀▀██████▄▄   ▄███▀
████      ▀███████████▀
████▄   ▄▄█████████▀▀
 ████████████▀▀
  ▀██████▀▀
█████████████████

     ███

██████████

     ██████

███████████

     ███████████████

███████████████████
█████████████████

███     

██████████

██████     

███████████

███████████████     

███████████████████
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████▀███████▀   ▀▀▀▄█████
█████▌  ▀▀███▌       ▄█████

████▀               █████
█████▄              ███████
██████▄            ████████
███████▄▄        ▄█████████
█████▄▄       ▄████████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████████████████▀▀███████
█████████████▀▀▀    ███████

███████▀▀▀   ▄▀   ███████
█████▄     ▄█▀     ████████
████████▄ █▀      █████████
█████████▌▐       █████████
██████████ ▄██▄  ██████████
████████████████▄██████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
███████▀           ▀███████
██████  ▄██▀▀▀▀▀█▀▄  ██████

█████  █▀  ▄▄▄  ▀█  █████
██████  █  █████  █  ██████
██████  █▄  ▀▀▀  ▄█  ██████
██████  ▀██▄▄▄▄▄██▀  ██████
███████▄           ▄███████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████████▀█████▀██████████
███████▀  ▀     ▀  ▀███████

█████▌             ▐█████
██████    ██   ██    ██████
█████▌    ▀▀   ▀▀    ▐█████
██████▄  ▄▄▄   ▄▄▄  ▄██████
████████▄▄███████▄▄████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
bitsolutions
Sr. Member
****
Offline Offline

Activity: 261
Merit: 257



View Profile
December 24, 2014, 04:01:45 AM
 #8471


Check sum
7df1b12d28b25e10aac37e2eafc7397b


Figured out what the problem was. I changed the /etc/init.d/cgminer file to turn on the API. I copied in one of the forum and it was missing the tail end of the original code

PARAMS="$AOPTIONS $POOL1 $POOL2 $POOL3 $_pb --api-listen --api-network --api-allow W:127.0.0.1,W:192.168.1.0/24 

This is the tail end that was missing

--bitmain-checkn2diff --bitmain-hwerror --bitmain-voltage $_vl --version-file /usr/bin/compile_time --queue 4096"

So it look like voltage and error checking was gone

Fixed now working great

The firmware is the same then, are you using the API to change settings or just as read only monitoring?

Mining Software Developer.
bitsolutions
Sr. Member
****
Offline Offline

Activity: 261
Merit: 257



View Profile
December 24, 2014, 05:46:48 AM
 #8472

Hello:

I have a batch of S3+ I bought, all are running on 1300W power supplies, At first they worked, but now suddenly I can only get 228Gh/s out of them ( I see many post with the same issue), even when i reboot or try 1013 image. I am not too happy about this, what can I do? I guess I have beg you now to use a beta firmware? what to do to fix this. I just found out I missed days of mining because of these miners which are not stable.  

Can I send these piece of crap defective S3+'s back and get a refund for S5? No, because you charged me out my butt for shipping so I can't return them to you...

Every other tab i get some HTML error message.

XML Parsing Error: not well-formed Location: http://192.168.1.118/cgi-bin/luci/xxx/admin/status/miner/ Line Number 348, Column 34:   Modify voltage and Save&Apply, then need to Power off and Restart -------------------------------------------------------------^

Can anyone tell me what to do with these half baked pieces of junk that dont work, and I tried all the images, still same crap. And dont give me any crap about it's my power supply, I am using G2 1300W.




SSH in using a tool such as putty and execute the following command(username and password are "root")
Code:
sed -i 's/Save\&Apply/Save\&Apply/g' /usr/lib/lua/luci/model/cbi/cgminer/cgminer.lua
Can you take a picture of how you have your power lines hooked up and your status page in the web interface?

Mining Software Developer.
dogie
Legendary
*
Offline Offline

Activity: 1666
Merit: 1183


dogiecoin.com


View Profile WWW
December 24, 2014, 07:00:31 AM
 #8473

Hello:

I have a batch of S3+ I bought, all are running on 1300W power supplies, At first they worked, but now suddenly I can only get 228Gh/s out of them ( I see many post with the same issue), even when i reboot or try 1013 image. I am not too happy about this, what can I do? I guess I have beg you now to use a beta firmware? what to do to fix this. I just found out I missed days of mining because of these miners which are not stable. 

Can I send these piece of crap defective S3+'s back and get a refund for S5? No, because you charged me out my butt for shipping so I can't return them to you...

Every other tab i get some HTML error message.

XML Parsing Error: not well-formed Location: http://192.168.1.118/cgi-bin/luci/xxx/admin/status/miner/ Line Number 348, Column 34:   Modify voltage and Save&Apply, then need to Power off and Restart -------------------------------------------------------------^

Can anyone tell me what to do with these half baked pieces of junk that dont work, and I tried all the images, still same crap. And dont give me any crap about it's my power supply, I am using G2 1300W.

Can you take a picture of how you have your power lines hooked up and your status page in the web interface?

This please.

nitrox1
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
December 24, 2014, 09:08:19 AM
 #8474

I have a batch of S3+ I bought, all are running on 1300W power supplies, At first they worked, but now suddenly I can only get 228Gh/s out of them ( I see many post with the same issue), even when i reboot or try 1013 image. I am not too happy about this, what can I do? I guess I have beg you now to use a beta firmware? what to do to fix this. I just found out I missed days of mining because of these miners which are not stable.  

Can I send these piece of crap defective S3+'s back and get a refund for S5? No, because you charged me out my butt for shipping so I can't return them to you...

Every other tab i get some HTML error message.

XML Parsing Error: not well-formed Location: http://192.168.1.118/cgi-bin/luci/xxx/admin/status/miner/ Line Number 348, Column 34:   Modify voltage and Save&Apply, then need to Power off and Restart -------------------------------------------------------------^

Can anyone tell me what to do with these half baked pieces of junk that dont work with bad code, and I tried all the images, still same crap. And dont give me any crap about it's my power supply, I am using EVGA G2 1300W. And it's not just one miner.




How many S3+ on your power supply? you say batch of? you say not just one? what's the watts at the wall?
siampumpkin
Sr. Member
****
Offline Offline

Activity: 420
Merit: 260



View Profile
December 24, 2014, 09:59:54 AM
 #8475

Any price reductions on the S3+? They should price them to sell since the S5 is out.  Undecided

Buy a Trezor and Protect all your Crypto Currencies from hackers.
If I was helpful please tip me BTC: 3Bt4E78XjcEhCLEQUB6R1ujiQG58DXaazg  ETH: 0xc6541E163A7C513580f4C1897297452c71b44909
dog1965
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
December 24, 2014, 10:54:06 AM
 #8476



Ignore That dip My circuit breaker in my fuse box kicked out. My wife used a 1500 watt microwave plus other stuff is on the breaker as well!!!!!


  Shocked Shocked Shocked Shocked Shocked Grin Grin Grin Grin Grin Grin Grin Grin Grin  Just two antminer S3's





dog1965
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
December 24, 2014, 11:09:52 AM
 #8477

Does anybody think antpool.com is better then f2pool.com "Discus Fish" ?

Sorry to post that question here.

bitsolutions
Sr. Member
****
Offline Offline

Activity: 261
Merit: 257



View Profile
December 24, 2014, 11:41:25 AM
 #8478

Does anybody think antpool.com is better then f2pool.com "Discus Fish" ?

Sorry to post that question here.


Not sure, but Antminers seem to be very stable on ckpool.

Mining Software Developer.
SunnyIgor
Sr. Member
****
Offline Offline

Activity: 353
Merit: 251


View Profile
December 24, 2014, 11:55:15 AM
 #8479

Is there a setting with the new firmware to make the S3 more energy efficent?
Does changing the voltage and frequenty lead to better power efficiency.
I need to make some room in my farm for 2 S5's and only have 4 kw.
vabchgent
Sr. Member
****
Offline Offline

Activity: 840
Merit: 251



View Profile
December 24, 2014, 01:52:17 PM
 #8480


Check sum
7df1b12d28b25e10aac37e2eafc7397b


Figured out what the problem was. I changed the /etc/init.d/cgminer file to turn on the API. I copied in one of the forum and it was missing the tail end of the original code

PARAMS="$AOPTIONS $POOL1 $POOL2 $POOL3 $_pb --api-listen --api-network --api-allow W:127.0.0.1,W:192.168.1.0/24 

This is the tail end that was missing

--bitmain-checkn2diff --bitmain-hwerror --bitmain-voltage $_vl --version-file /usr/bin/compile_time --queue 4096"

So it look like voltage and error checking was gone

Fixed now working great

The firmware is the same then, are you using the API to change settings or just as read only monitoring?

I had to add the --api-allow W:127.0.0.1,W:192.168.1.0/24  . But I commented out the one that was there and copied a new line in that was missing the --bitmain-checkn2diff --bitmain-hwerror --bitmain-voltage $_vl --version-file /usr/bin/compile_time --queue 4096" . I allowed full control and monitoring. Thanks

             ▄▄██████▄
         ▄▄████████████
   ▄▄█████████▀▀   ▀████
 ▄███████████▄      ████
████▀   ▀▀██████▄▄▄████
████      ▄███████████▄
▀████▄▄▄████████▀▀▀████▄
 ▀███████████▀      ████
 ████▀▀▀██████▄▄   ▄███▀
████      ▀███████████▀
████▄   ▄▄█████████▀▀
 ████████████▀▀
  ▀██████▀▀
█████████████████

     ███

██████████

     ██████

███████████

     ███████████████

███████████████████
█████████████████

███     

██████████

██████     

███████████

███████████████     

███████████████████
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████▀███████▀   ▀▀▀▄█████
█████▌  ▀▀███▌       ▄█████

████▀               █████
█████▄              ███████
██████▄            ████████
███████▄▄        ▄█████████
█████▄▄       ▄████████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████████████████▀▀███████
█████████████▀▀▀    ███████

███████▀▀▀   ▄▀   ███████
█████▄     ▄█▀     ████████
████████▄ █▀      █████████
█████████▌▐       █████████
██████████ ▄██▄  ██████████
████████████████▄██████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
███████▀           ▀███████
██████  ▄██▀▀▀▀▀█▀▄  ██████

█████  █▀  ▄▄▄  ▀█  █████
██████  █  █████  █  ██████
██████  █▄  ▀▀▀  ▄█  ██████
██████  ▀██▄▄▄▄▄██▀  ██████
███████▄           ▄███████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████████▀█████▀██████████
███████▀  ▀     ▀  ▀███████

█████▌             ▐█████
██████    ██   ██    ██████
█████▌    ▀▀   ▀▀    ▐█████
██████▄  ▄▄▄   ▄▄▄  ▄██████
████████▄▄███████▄▄████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
Pages: « 1 ... 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 [424] 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 ... 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!