Bitcoin Forum
May 02, 2024, 08:34:46 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 »  All
  Print  
Author Topic: [Overclock the Antminer S1 to 200GH/s] The EASY way! - updated to 393.75MHz ASIC  (Read 26058 times)
nexus99
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


View Profile
March 06, 2014, 03:33:41 AM
 #61

WHen I overclock to 200 I get TONS of hardware errors. But at 375 I get about 195 GH/S and no errors. Interesting.

I have another unit running at stock that gets thousands of hardware errors and runs about 2 degrees hotter than the others. Any ideas? Its green LED is also very weak compared to the bright green LED on my other units.
1714682086
Hero Member
*
Offline Offline

Posts: 1714682086

View Profile Personal Message (Offline)

Ignore
1714682086
Reply with quote  #2

1714682086
Report to moderator
1714682086
Hero Member
*
Offline Offline

Posts: 1714682086

View Profile Personal Message (Offline)

Ignore
1714682086
Reply with quote  #2

1714682086
Report to moderator
1714682086
Hero Member
*
Offline Offline

Posts: 1714682086

View Profile Personal Message (Offline)

Ignore
1714682086
Reply with quote  #2

1714682086
Report to moderator
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714682086
Hero Member
*
Offline Offline

Posts: 1714682086

View Profile Personal Message (Offline)

Ignore
1714682086
Reply with quote  #2

1714682086
Report to moderator
1714682086
Hero Member
*
Offline Offline

Posts: 1714682086

View Profile Personal Message (Offline)

Ignore
1714682086
Reply with quote  #2

1714682086
Report to moderator
1714682086
Hero Member
*
Offline Offline

Posts: 1714682086

View Profile Personal Message (Offline)

Ignore
1714682086
Reply with quote  #2

1714682086
Report to moderator
daddyfatsax
Hero Member
*****
Offline Offline

Activity: 857
Merit: 1000


Anger is a gift.


View Profile
March 06, 2014, 03:38:12 AM
 #62

WHen I overclock to 200 I get TONS of hardware errors. But at 375 I get about 195 GH/S and no errors. Interesting.

I have another unit running at stock that gets thousands of hardware errors and runs about 2 degrees hotter than the others. Any ideas? Its green LED is also very weak compared to the bright green LED on my other units.

Same here, except for the LED. My other 4 are awesome, just the one problem child.
NorTiaN
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
March 06, 2014, 03:42:33 AM
 #63

WHen I overclock to 200 I get TONS of hardware errors. But at 375 I get about 195 GH/S and no errors. Interesting.

I have another unit running at stock that gets thousands of hardware errors and runs about 2 degrees hotter than the others. Any ideas? Its green LED is also very weak compared to the bright green LED on my other units.

Definitly some units handle the overclock better than others. Diference in the green LED? Prolly just component variance.
I own 6 and they dont all display the exact same green tone. Some brighter, some darker.

Other threads claim that if the error rate is below 2%, your fine. Have you done your math?

Cheers
palawan (OP)
Sr. Member
****
Offline Offline

Activity: 386
Merit: 250


View Profile
March 06, 2014, 06:01:18 AM
 #64

WHen I overclock to 200 I get TONS of hardware errors. But at 375 I get about 195 GH/S and no errors. Interesting.

I have another unit running at stock that gets thousands of hardware errors and runs about 2 degrees hotter than the others. Any ideas? Its green LED is also very weak compared to the bright green LED on my other units.

Definitly some units handle the overclock better than others. Diference in the green LED? Prolly just component variance.
I own 6 and they dont all display the exact same green tone. Some brighter, some darker.

Other threads claim that if the error rate is below 2%, your fine. Have you done your math?

Cheers

quick calc (not the official formula but good enough)  HW/DiffA= less than .02   you're good.

I can make that file and script for 393.5MHz, but I just need to look at the value.  I'm not comfortable recommending it, as I haven't tested it myself, but maybe if it's good, I'll switch to it, also.  Thing is 400MHz is getting me over 200GH/s  (202GH/s+ on 1 Ant and  204GH/s+ on the other Ant)

I'm making a script for another forum member for  --load-balance so I'm uploading 2 files to dropbox so I'll just make it 3 files  Cheesy

Brb...


halu
palawan (OP)
Sr. Member
****
Offline Offline

Activity: 386
Merit: 250


View Profile
March 06, 2014, 08:19:43 AM
 #65

Hello
Palawan, could you write the file for the frequency 393.75?

At the Goxxed thread, ppl r saying that this is the sweet spot between speed and error rate.
As per trying to edit files for myself, sorry but I lack the necessary IT skills.

Any help is appreciated  Wink

Thnks

Ok, NorTiaN; here's the instructions to switch to 393.75MHz  ASIC's speed.  I'm assuming you're on  400MHz right now, but even if you're not, this should still work.  Values are courtesy of jedimstr   https://bitcointalk.org/index.php?topic=348327.msg5494459#msg5494459

ssh to the Antminer as root and copy and paste everything in the box below:

Code:
clear
cd /etc/config
mv asic-freq asic-freq.400MHz
wget -O asic-freq http://goo.gl/ASmTAE
chmod 664 asic-freq
head -n 25 asic-freq


Reboot the Antminer S1

Good luck.


halu
g3raint
Member
**
Offline Offline

Activity: 84
Merit: 10



View Profile
March 06, 2014, 10:13:47 AM
 #66

In order to overclock your Bitmain AntMiner S1 ASIC to provide 200 GH/s and low HW Errors rate with our settings you need to follow the steps below:

Code:
- Login with SSH to your AntMiner S1 ASIC using the IP and username/password you’ve set it to use.
- Type “cd /etc/config” (without the quotes) in order to get to the folder where the config file is located on the miner.
- Type “vi asic-freq” (without the quotes) to edit the config file, comment the currently set options by placing # in front of them and add the following lines or directly replace the values with the following ones:

option ‘freq_value’ ’5f05′
option ‘chip_freq’ ’393.75′
option ‘timeout’ ’36′

- Save the changes you have made and type “reboot” (without the quotes) to restart the miner, so that it can apply the new settings and start mining at 200 GH/s with the overclock settings you’ve set.

The Antminer Asics will be running at 393.75 Mhz

Make sure you check your temperatures after 30 minutes and ensure they are under 50 degrees c

I am running 8 x ant miners on individual Corsair CX500M power supplies at this rate for over 2 days now

Good luck.

------------------------------------------------------
BTC: 1NTs92VRppSsSeYLAXJtP1SxAzBwYk8JeH
------------------------------------------------------
palawan (OP)
Sr. Member
****
Offline Offline

Activity: 386
Merit: 250


View Profile
March 06, 2014, 10:04:06 PM
 #67

...
The Antminer Asics will be running at 393.75 Mhz

Make sure you check your temperatures after 30 minutes and ensure they are under 50 degrees c

I am running 8 x ant miners on individual Corsair CX500M power supplies at this rate for over 2 days now

Good luck.

My post above is for people who are not very experienced with vi editor.  It's copy-and-paste method by downloading a modified asic-freq with the correct values.

Thanks.


halu
GordonBM
Full Member
***
Offline Offline

Activity: 137
Merit: 100


View Profile
March 06, 2014, 11:14:47 PM
 #68

Any chance to get it higher than 200? Mine is at +/- 205 and my HW errors are quite low.

I got hacked by some Syrian faggot and now I have negative feedback.
nexus99
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


View Profile
March 06, 2014, 11:40:04 PM
 #69

...
The Antminer Asics will be running at 393.75 Mhz

Make sure you check your temperatures after 30 minutes and ensure they are under 50 degrees c

I am running 8 x ant miners on individual Corsair CX500M power supplies at this rate for over 2 days now

Good luck.

My post above is for people who are not very experienced with vi editor.  It's copy-and-paste method by downloading a modified asic-freq with the correct values.

Thanks.



You can use WINSCP to edit the files too if you don't want to use VI. VI is terrible.
NorTiaN
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
March 07, 2014, 12:41:55 AM
 #70

...
The Antminer Asics will be running at 393.75 Mhz

Make sure you check your temperatures after 30 minutes and ensure they are under 50 degrees c

I am running 8 x ant miners on individual Corsair CX500M power supplies at this rate for over 2 days now

Good luck.

My post above is for people who are not very experienced with vi editor.  It's copy-and-paste method by downloading a modified asic-freq with the correct values.

Thanks.



Great! Thanks
chopsticks
Member
**
Offline Offline

Activity: 91
Merit: 10

*bamf!* you've just been eaten by a gr00.


View Profile WWW
March 07, 2014, 05:07:32 AM
 #71

WHen I overclock to 200 I get TONS of hardware errors. But at 375 I get about 195 GH/S and no errors. Interesting.

+1

had the same thing happen on my second S1 Antminer.  First one using a 750w power supply.  This one using a 600w power supply.

This space kept free of spammage, scammage, begging and affiliate linking
midyatspor
Member
**
Offline Offline

Activity: 107
Merit: 10


View Profile
March 08, 2014, 02:08:25 AM
 #72

I am new to this, I was able to follow your instructions to login and view the file but how do you actually change the lines, what commands do you use to edit and save the file.

thank you


In order to overclock your Bitmain AntMiner S1 ASIC to provide 200 GH/s and low HW Errors rate with our settings you need to follow the steps below:

Code:
- Login with SSH to your AntMiner S1 ASIC using the IP and username/password you’ve set it to use.
- Type “cd /etc/config” (without the quotes) in order to get to the folder where the config file is located on the miner.
- Type “vi asic-freq” (without the quotes) to edit the config file, comment the currently set options by placing # in front of them and add the following lines or directly replace the values with the following ones:

option ‘freq_value’ ’5f05′
option ‘chip_freq’ ’393.75′
option ‘timeout’ ’36′

- Save the changes you have made and type “reboot” (without the quotes) to restart the miner, so that it can apply the new settings and start mining at 200 GH/s with the overclock settings you’ve set.

The Antminer Asics will be running at 393.75 Mhz

Make sure you check your temperatures after 30 minutes and ensure they are under 50 degrees c

I am running 8 x ant miners on individual Corsair CX500M power supplies at this rate for over 2 days now

Good luck.
g3raint
Member
**
Offline Offline

Activity: 84
Merit: 10



View Profile
March 08, 2014, 09:31:28 PM
 #73

Sorry my first post wasn't very user friendly it assumed people were already familiar with vi

Please follow palawan's powst above as he has a simpler method to get this working OR connect to your machine using WinSCP  and edit the file that way Smiley

G

------------------------------------------------------
BTC: 1NTs92VRppSsSeYLAXJtP1SxAzBwYk8JeH
------------------------------------------------------
GordonBM
Full Member
***
Offline Offline

Activity: 137
Merit: 100


View Profile
March 08, 2014, 11:13:32 PM
 #74

I am new to this, I was able to follow your instructions to login and view the file but how do you actually change the lines, what commands do you use to edit and save the file.

thank you


In order to overclock your Bitmain AntMiner S1 ASIC to provide 200 GH/s and low HW Errors rate with our settings you need to follow the steps below:

Code:
- Login with SSH to your AntMiner S1 ASIC using the IP and username/password you’ve set it to use.
- Type “cd /etc/config” (without the quotes) in order to get to the folder where the config file is located on the miner.
- Type “vi asic-freq” (without the quotes) to edit the config file, comment the currently set options by placing # in front of them and add the following lines or directly replace the values with the following ones:

option ‘freq_value’ ’5f05′
option ‘chip_freq’ ’393.75′
option ‘timeout’ ’36′

- Save the changes you have made and type “reboot” (without the quotes) to restart the miner, so that it can apply the new settings and start mining at 200 GH/s with the overclock settings you’ve set.

The Antminer Asics will be running at 393.75 Mhz

Make sure you check your temperatures after 30 minutes and ensure they are under 50 degrees c

I am running 8 x ant miners on individual Corsair CX500M power supplies at this rate for over 2 days now

Good luck.


Hit I to edit.
When edited, hit ESC and type "wq!" (without quotes)

I got hacked by some Syrian faggot and now I have negative feedback.
solarion
Hero Member
*****
Offline Offline

Activity: 966
Merit: 513



View Profile
March 15, 2014, 06:54:17 AM
 #75

...better still! Go to software, update available pkgs, and install nano editor. Vi is the pits.
tripppn
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile WWW
March 18, 2014, 06:10:57 PM
 #76

I used your code in the op to oc to 400 and I seem to be running at the same speed as 350.  What to I need to copy/paste into SSH to put it at 375MHz

“You can't be a real country unless you have a beer and an airline - it helps if you have some kind of football team, or some nuclear weapons, but in the very least you need a beer.”
― Frank Zappa
tripppn
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile WWW
March 18, 2014, 06:47:05 PM
 #77

Hello
Palawan, could you write the file for the frequency 393.75?

At the Goxxed thread, ppl r saying that this is the sweet spot between speed and error rate.
As per trying to edit files for myself, sorry but I lack the necessary IT skills.

Any help is appreciated  Wink

Thnks

Ok, NorTiaN; here's the instructions to switch to 393.75MHz  ASIC's speed.  I'm assuming you're on  400MHz right now, but even if you're not, this should still work.  Values are courtesy of jedimstr   https://bitcointalk.org/index.php?topic=348327.msg5494459#msg5494459

ssh to the Antminer as root and copy and paste everything in the box below:

Code:
clear
cd /etc/config
mv asic-freq asic-freq.400MHz
wget -O asic-freq http://goo.gl/ASmTAE
chmod 664 asic-freq
head -n 25 asic-freq


Reboot the Antminer S1

Good luck.


NM Went with the 393MHz and it worked like a charm.. Thanks for your info.

“You can't be a real country unless you have a beer and an airline - it helps if you have some kind of football team, or some nuclear weapons, but in the very least you need a beer.”
― Frank Zappa
Chivas12
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
March 19, 2014, 09:55:00 PM
 #78

Is it possible to overclock more then 400 MHz?
I want to test 600 and 800 MHz but i dont know to
set it up.. Can anybody helps?
I post the results after testing.
palawan (OP)
Sr. Member
****
Offline Offline

Activity: 386
Merit: 250


View Profile
March 19, 2014, 10:00:04 PM
 #79

Is it possible to overclock more then 400 MHz?
I want to test 600 and 800 MHz but i dont know to
set it up.. Can anybody helps?
I post the results after testing.

The short answer is no.  There's a few posts on the bottom of page 3 that explain why.  Plus, not all S1's are equal from factory.  Look 3 posts above yours and you'll see some can't handle even 400MHz.  Depends on the quality of the boards and chips from factory...


halu
Chivas12
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
March 19, 2014, 10:07:25 PM
 #80

Is it possible to overclock more then 400 MHz?
I want to test 600 and 800 MHz but i dont know to
set it up.. Can anybody helps?
I post the results after testing.

The short answer is no.  There's a few posts on the bottom of page 3 that explain why.  Plus, not all S1's are equal from factory.  Look 3 posts above yours and you'll see some can't handle even 400MHz.  Depends on the quality of the boards and chips from factory...



Ty for your fast answer.
Pages: « 1 2 3 [4] 5 6 7 8 9 »  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!