Bitcoin Forum
May 11, 2024, 03:05:41 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 »  All
  Print  
Author Topic: [Guide] Dogie's Comprehensive Bitmain AntMiner S2 Setup [HD]  (Read 63117 times)
Wookie50
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
May 01, 2014, 08:46:06 PM
 #61

Guys -- a noob question:  

I have a Corsair 1200i that I'd like to replace the S2's Enermax PSU.  However the pinouts aren't compatible ... can't plug in the motherboard plugs from the S2 into the modular connection of the 1200i.  Is there an adapter I need to use?

Thanks!
You need to use cables from your Corsair 1200i. I'm guessing you just disconnected cables right from the PSU, am I right?
This. Remove all the power cables that were in the S2 and start again.

I removed half the modules and unhooked the power cables to the motherboard.  The new cables from the Corsair fit perfectly ... so your suggestion worked.  Thank you!

Tried overclocking to 212 and getting 2-3% reject rate, despite the better PSU.  Going to try to scale down a bit to see if it makes a difference.
1715439941
Hero Member
*
Offline Offline

Posts: 1715439941

View Profile Personal Message (Offline)

Ignore
1715439941
Reply with quote  #2

1715439941
Report to moderator
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715439941
Hero Member
*
Offline Offline

Posts: 1715439941

View Profile Personal Message (Offline)

Ignore
1715439941
Reply with quote  #2

1715439941
Report to moderator
1715439941
Hero Member
*
Offline Offline

Posts: 1715439941

View Profile Personal Message (Offline)

Ignore
1715439941
Reply with quote  #2

1715439941
Report to moderator
dogie (OP)
Legendary
*
Offline Offline

Activity: 1666
Merit: 1183


dogiecoin.com


View Profile WWW
May 02, 2014, 08:07:15 AM
 #62

Guys -- a noob question: 

I have a Corsair 1200i that I'd like to replace the S2's Enermax PSU.  However the pinouts aren't compatible ... can't plug in the motherboard plugs from the S2 into the modular connection of the 1200i.  Is there an adapter I need to use?

Thanks!
You need to use cables from your Corsair 1200i. I'm guessing you just disconnected cables right from the PSU, am I right?
This. Remove all the power cables that were in the S2 and start again.

I removed half the modules and unhooked the power cables to the motherboard.  The new cables from the Corsair fit perfectly ... so your suggestion worked.  Thank you!

Tried overclocking to 212 and getting 2-3% reject rate, despite the better PSU.  Going to try to scale down a bit to see if it makes a difference.
Chips are voltage limited very quicky, and swapping out the PSU is more so to prevent the old one from blowing up when pushed.

Wookie50
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
May 02, 2014, 06:21:58 PM
 #63

Guys -- a noob question:  

I have a Corsair 1200i that I'd like to replace the S2's Enermax PSU.  However the pinouts aren't compatible ... can't plug in the motherboard plugs from the S2 into the modular connection of the 1200i.  Is there an adapter I need to use?

Thanks!
You need to use cables from your Corsair 1200i. I'm guessing you just disconnected cables right from the PSU, am I right?
This. Remove all the power cables that were in the S2 and start again.

I removed half the modules and unhooked the power cables to the motherboard.  The new cables from the Corsair fit perfectly ... so your suggestion worked.  Thank you!

Tried overclocking to 212 and getting 2-3% reject rate, despite the better PSU.  Going to try to scale down a bit to see if it makes a difference.
Chips are voltage limited very quicky, and swapping out the PSU is more so to prevent the old one from blowing up when pushed.

From my experience, it seems that overclocking the S2 just makes little sense.

Replacing the PSU (and paying an extra $350) + increasing load by 0.5amps just to get an extra 50 GH/s seems more risky than the value it will bring.

Would love to see what other people think.
freebit13
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500

I got Satoshi's avatar!


View Profile
May 02, 2014, 06:54:10 PM
 #64

If anyone is interested in load-balancing their machine or adding any other cgminer parameters, here's how to do it:

ssh into your S2 with putty or similar software (root,admin)

Type the following, exactly as written; a new line means press enter/return:
Code:
cd /etc/init.d/
vi cgminer.sh
i
Move down to line 51 in the code, starting with
Code:
PARAMS="--bitmain-dev....
and add your parameters in that string, something like:
Code:
PARAMS="--balance --bitmain-dev....
and press "esc", then type:
Code:
:wq

Now go to the "Miner Configuration" tab in the GUI and click "Save & Apply" to restart cgminer with the new settings and it should work.

Unfortunately, a reboot will set this all back to the default, so if anyone knows how to actually save any of the settings changed, please let me know.

Decentralize EVERYTHING!
dogie (OP)
Legendary
*
Offline Offline

Activity: 1666
Merit: 1183


dogiecoin.com


View Profile WWW
May 03, 2014, 07:40:53 PM
 #65

From my experience, it seems that overclocking the S2 just makes little sense.

Replacing the PSU (and paying an extra $350) + increasing load by 0.5amps just to get an extra 50 GH/s seems more risky than the value it will bring.

Would love to see what other people think.

Thats what I also concluded and stopped. Its just not worth the time, power, potential for failure or effort.

dogie (OP)
Legendary
*
Offline Offline

Activity: 1666
Merit: 1183


dogiecoin.com


View Profile WWW
May 04, 2014, 12:42:08 PM
 #66

If anyone is interested in load-balancing their machine or adding any other cgminer parameters, here's how to do it:

ssh into your S2 with putty or similar software (root,admin)

Type the following, exactly as written; a new line means press enter/return:
Code:
cd /etc/init.d/
vi cgminer.sh
i
Move down to line 51 in the code, starting with
Code:
PARAMS="--bitmain-dev....
and add your parameters in that string, something like:
Code:
PARAMS="--balance --bitmain-dev....
and press "esc", then type:
Code:
:wq

Now go to the "Miner Configuration" tab in the GUI and click "Save & Apply" to restart cgminer with the new settings and it should work.

Unfortunately, a reboot will set this all back to the default, so if anyone knows how to actually save any of the settings changed, please let me know.
I think this approach is saving something into a volatile cache which works until the unit is power cycled. The beagles clear that every time they restart, so this would have to be integrated into the firmware.

klondike_bar
Legendary
*
Offline Offline

Activity: 2128
Merit: 1005

ASIC Wannabe


View Profile
May 04, 2014, 05:54:21 PM
 #67

From my experience, it seems that overclocking the S2 just makes little sense.

Replacing the PSU (and paying an extra $350) + increasing load by 0.5amps just to get an extra 50 GH/s seems more risky than the value it will bring.

Would love to see what other people think.

Thats what I also concluded and stopped. Its just not worth the time, power, potential for failure or effort.

A 1200W psu can get 1050-1100GH from the unit. Clocking anything higher would require pencil modding of 40 resitors per S2 unit.

IMO - the S1 is still the king. about $1.15/GH when overclocked, and can underclock to ~160GH/300W without voltage modification, and probably as low as 110GH/120W if heavily underclocked during the summer months. Only issue is space requirements and the power/cooling requirements when running them at 2w/GH initially.

24" PCI-E cables with 16AWG wires and stripped ends - great for server PSU mods, best prices https://bitcointalk.org/index.php?topic=563461
No longer a wannabe - now an ASIC owner!
dogie (OP)
Legendary
*
Offline Offline

Activity: 1666
Merit: 1183


dogiecoin.com


View Profile WWW
May 06, 2014, 12:00:24 PM
 #68

Why do the S1s have voltage control while the S2s don't? Unless you meant that range when pencil modded.

nikolaz
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
May 09, 2014, 11:37:24 AM
 #69

This is bit of a stupid question, I want to replace the S2 PSU and I am thinking of getting "EVGA SuperNOVA G2 1300W"

http://www.evga.com/articles/00755/images/univ/1k_Mod_Face_lrg.jpg

My stupid question is would I be using the VGA ports and using the provided cable marked VGA (https://www.moddiy.com/product_images/uploaded_images/dual-6-2.jpg). Just want to be 100% sure before I plug anything.

Thanks
Angela8488
Full Member
***
Offline Offline

Activity: 127
Merit: 100


View Profile
May 09, 2014, 04:34:00 PM
 #70

Bitmain AntMiner S1 is the best I've seen with the mining machine, it is stable, and the power consumption is very small. I like it very much.
dogie (OP)
Legendary
*
Offline Offline

Activity: 1666
Merit: 1183


dogiecoin.com


View Profile WWW
May 09, 2014, 06:09:00 PM
 #71

This is bit of a stupid question, I want to replace the S2 PSU and I am thinking of getting "EVGA SuperNOVA G2 1300W"

http://www.evga.com/articles/00755/images/univ/1k_Mod_Face_lrg.jpg

My stupid question is would I be using the VGA ports and using the provided cable marked VGA (https://www.moddiy.com/product_images/uploaded_images/dual-6-2.jpg). Just want to be 100% sure before I plug anything.

Thanks
Yes you would, they're known as PCI-E cables.

buckrogers
Legendary
*
Offline Offline

Activity: 2728
Merit: 1181



View Profile
May 10, 2014, 01:20:37 AM
 #72

so is there a solution to all the rejected rates peple are getting?

Is there a way to sort of staalize it to send more accepted shares that dont get rejected?

thanks!

Well I'm dr. spock I'm here to rock y'all
dogie (OP)
Legendary
*
Offline Offline

Activity: 1666
Merit: 1183


dogiecoin.com


View Profile WWW
May 10, 2014, 10:02:30 AM
 #73

so is there a solution to all the rejected rates peple are getting?

Is there a way to sort of staalize it to send more accepted shares that dont get rejected?

thanks!
Whats happening with yours? Upload a screenshot of status please.

buckrogers
Legendary
*
Offline Offline

Activity: 2728
Merit: 1181



View Profile
May 10, 2014, 01:18:39 PM
 #74

so is there a solution to all the rejected rates peple are getting?

Is there a way to sort of staalize it to send more accepted shares that dont get rejected?

thanks!
Whats happening with yours? Upload a screenshot of status please.

Here are 2 screensshots, if you can figure out what I can do to get this improved that would be very helpful.

Thanks!

https://i.imgur.com/Jms9lGx.jpg
https://i.imgur.com/rLUKlly.jpg

Well I'm dr. spock I'm here to rock y'all
dogie (OP)
Legendary
*
Offline Offline

Activity: 1666
Merit: 1183


dogiecoin.com


View Profile WWW
May 10, 2014, 02:05:16 PM
 #75

so is there a solution to all the rejected rates peple are getting?

Is there a way to sort of staalize it to send more accepted shares that dont get rejected?

thanks!
Whats happening with yours? Upload a screenshot of status please.

Here are 2 screensshots, if you can figure out what I can do to get this improved that would be very helpful.

Thanks!

https://i.imgur.com/Jms9lGx.jpg
https://i.imgur.com/rLUKlly.jpg
Discarded is fine, those are difficulty ONE discard shares you're comparing against difficulty 1024 shares. Compare discards against DiffA.

buckrogers
Legendary
*
Offline Offline

Activity: 2728
Merit: 1181



View Profile
May 10, 2014, 02:11:40 PM
 #76

So everything looks normal?  I just am not used to seeing so many discards and rejects compared to previous miners.

Well I'm dr. spock I'm here to rock y'all
buckrogers
Legendary
*
Offline Offline

Activity: 2728
Merit: 1181



View Profile
May 10, 2014, 03:01:12 PM
 #77

It still looks as if ~ 50% of all shares are lost? am i wrong?

Well I'm dr. spock I'm here to rock y'all
dogie (OP)
Legendary
*
Offline Offline

Activity: 1666
Merit: 1183


dogiecoin.com


View Profile WWW
May 10, 2014, 06:25:45 PM
 #78

It still looks as if ~ 50% of all shares are lost? am i wrong?
73,000 of 1,300,000 = 5%. Its just on slush's that its bad, its a bad pool.

Soros Shorts
Donator
Legendary
*
Offline Offline

Activity: 1617
Merit: 1012



View Profile
May 11, 2014, 10:27:04 PM
Last edit: May 11, 2014, 10:44:33 PM by Soros Shorts
 #79

Running a couple S2's in a hot basement. The Enermax power supplies would randomly shut down after several hours. I couldn't be bothered to buy AX1200i's so I just lowered the clock to 175 Mhz by changing /config/asic-freq.config.

Code:
  option   'freq_value'   '0681'  #175M
  option   'chip_freq'    '175'
  option   'timeout'      '40'

Getting 890 GH/s with around ~940W draw at the wall. Small price to pay for no more random shutdowns.
freebit13
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500

I got Satoshi's avatar!


View Profile
May 12, 2014, 07:38:34 AM
 #80

Running a couple S2's in a hot basement. The Enermax power supplies would randomly shut down after several hours. I couldn't be bothered to buy AX1200i's so I just lowered the clock to 175 Mhz by changing /config/asic-freq.config.

Code:
  option   'freq_value'   '0681'  #175M
  option   'chip_freq'    '175'
  option   'timeout'      '40'

Getting 890 GH/s with around ~940W draw at the wall. Small price to pay for no more random shutdowns.
I'd suggest rather pulling a card, it still runs at 900GH/s... that way, you have one spare card per machine  Smiley

Decentralize EVERYTHING!
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 »  All
  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!