Bitcoin Forum
May 02, 2024, 06:29:33 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)
broken_pixel
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500



View Profile
May 04, 2014, 06:45:13 PM
 #121

Hey palawan, can you post the commands for the default frequency of 350MHz and for 375MHz? Much appreciated the heat is building up outside in East Texass as I vent the ass end by a window.  Tongue


Sadly, I know what you mean  Sad    The codes depend if you used my scripts.  Are you on 400MHz or 393.75MHz?



I am was using the 400MHz script but went to the 393.75MHz, both S1s are avg. over 200GH/s each. I need to get one of my S1s back to the default frequency so I can send Bitmain a screenshot, they want to see the perf. on the one with the cracked heat sink and I don't want to send a screenshot with it overclocked.  Tongue

The S1 with the cracked heatsink performs the best and has a super low error rate even at 400MHz, the only issue I see are the temps vary 2 C between the blades as my other S1 vary only 1 C. Not a big deal but I am trying to get Bitmain to compensate me for sending me a unit that should not of passed the QC.

Thanks for the reply.

GA-990FXA-UD5, 1x 7970L, 2x S1, AX1200i, RIVBE, 2x R290x, NEX1500, BTC: 1G9cQix8bMgh35MQ9wY3Rb9yNSSCtnoRmK, DGC: DFo9FcKYsutv9Vx5c5xUzkrt7VJdECZWTM, LTC: LaAN33aktPGaimN5ALL9kjHjuJekfmKfTh
1714674573
Hero Member
*
Offline Offline

Posts: 1714674573

View Profile Personal Message (Offline)

Ignore
1714674573
Reply with quote  #2

1714674573
Report to moderator
1714674573
Hero Member
*
Offline Offline

Posts: 1714674573

View Profile Personal Message (Offline)

Ignore
1714674573
Reply with quote  #2

1714674573
Report to moderator
1714674573
Hero Member
*
Offline Offline

Posts: 1714674573

View Profile Personal Message (Offline)

Ignore
1714674573
Reply with quote  #2

1714674573
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Gyfts
Legendary
*
Offline Offline

Activity: 2758
Merit: 1512


View Profile
May 04, 2014, 06:55:18 PM
 #122

Thanks for the post. Really helpful and probably will take advantage of this.
palawan (OP)
Sr. Member
****
Offline Offline

Activity: 386
Merit: 250


View Profile
May 04, 2014, 06:59:15 PM
 #123

Hey palawan, can you post the commands for the default frequency of 350MHz and for 375MHz? Much appreciated the heat is building up outside in East Texass as I vent the ass end by a window.  Tongue


Sadly, I know what you mean  Sad    The codes depend if you used my scripts.  Are you on 400MHz or 393.75MHz?



I am was using the 400MHz script but went to the 393.75MHz, both S1s are avg. over 200GH/s each. I need to get one of my S1s back to the default frequency so I can send Bitmain a screenshot, they want to see the perf. on the one with the cracked heat sink and I don't want to send a screenshot with it overclocked.  Tongue

The S1 with the cracked heatsink performs the best and has a super low error rate even at 400MHz, the only issue I see are the temps vary 2 C between the blades as my other S1 vary only 1 C. Not a big deal but I am trying to get Bitmain to compensate me for sending me a unit that should not of passed the QC.

Thanks for the reply.

Ok, sounds good.  There is always a discrepancy of temp between the 2 blades for me (for both of my S1's).

If you're on the 393MHz, below is the command to switch to default (350MHz):

Code:
clear
cd /etc/config
mv asic-freq asic-freq.393MHz
mv asic-freq.350MHz asic-freq
read -rsp $'Press enter to continue (Antminer will reboot)... ASICs speed set to 350MHz \n'
reboot


In order to go to 375MHz from 350MHz above, the commands are below to copy and paste:

Code:
clear
cd /etc/config
mv asic-freq asic-freq.350MHz
mv asic-freq.375MHz asic-freq
read -rsp $'Press enter to continue (Antminer will reboot)... ASICs speed set to 375MHz \n'
reboot

As you can see, the scripts depend on the current active speed because the files will get jumbled up if you don't keep track.  Good luck   Smiley



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

Activity: 386
Merit: 250


View Profile
May 04, 2014, 07:01:30 PM
 #124

Thanks for the post. Really helpful and probably will take advantage of this.

You're welcome.  Hope it works for you and let me know if you have any questions.


halu
broken_pixel
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500



View Profile
May 04, 2014, 07:04:39 PM
 #125

Hey palawan, can you post the commands for the default frequency of 350MHz and for 375MHz? Much appreciated the heat is building up outside in East Texass as I vent the ass end by a window.  Tongue


Sadly, I know what you mean  Sad    The codes depend if you used my scripts.  Are you on 400MHz or 393.75MHz?



I am was using the 400MHz script but went to the 393.75MHz, both S1s are avg. over 200GH/s each. I need to get one of my S1s back to the default frequency so I can send Bitmain a screenshot, they want to see the perf. on the one with the cracked heat sink and I don't want to send a screenshot with it overclocked.  Tongue

The S1 with the cracked heatsink performs the best and has a super low error rate even at 400MHz, the only issue I see are the temps vary 2 C between the blades as my other S1 vary only 1 C. Not a big deal but I am trying to get Bitmain to compensate me for sending me a unit that should not of passed the QC.

Thanks for the reply.

Ok, sounds good.  There is always a discrepancy of temp between the 2 blades for me (for both of my S1's).

If you're on the 393MHz, below is the command to switch to default (350MHz):

Code:
clear
cd /etc/config
mv asic-freq asic-freq.393MHz
mv asic-freq.350MHz asic-freq
read -rsp $'Press enter to continue (Antminer will reboot)... ASICs speed set to 350MHz \n'
reboot


In order to go to 375MHz from 350MHz above, the commands are below to copy and paste:

Code:
clear
cd /etc/config
mv asic-freq asic-freq.350MHz
mv asic-freq.375MHz asic-freq
read -rsp $'Press enter to continue (Antminer will reboot)... ASICs speed set to 375MHz \n'
reboot

As you can see, the scripts depend on the current active speed because the files will get jumbled up if you don't keep track.  Good luck   Smiley




Thanks a bunch for the help.  Grin

GA-990FXA-UD5, 1x 7970L, 2x S1, AX1200i, RIVBE, 2x R290x, NEX1500, BTC: 1G9cQix8bMgh35MQ9wY3Rb9yNSSCtnoRmK, DGC: DFo9FcKYsutv9Vx5c5xUzkrt7VJdECZWTM, LTC: LaAN33aktPGaimN5ALL9kjHjuJekfmKfTh
palawan (OP)
Sr. Member
****
Offline Offline

Activity: 386
Merit: 250


View Profile
May 04, 2014, 07:14:19 PM
 #126


You're welcome  Cheesy


halu
mstrongbow
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250

3D Printed!


View Profile
June 04, 2014, 09:22:58 PM
 #127

Updated to 393.75MHz as this produces 200GH/s with a much lower HW errors (I'm getting less than 1%)

Here's an easy way to oc the Antminer S1.  Disclaimers: I'm not responsible for any damages that may result from following these instructions.  This will void the Antminer S1 3-month warranty.   Cheesy

If you want to see a youtube video on how it works; here it is:  How to Overclock the Antminer S1 bitcoin miner [the EASY way]

  • 1.  ssh to your Antminer  (i.e. ssh root@192.168.1.111)
  • 2.  copy and paste everything inside the code box

Code:
clear
cd /etc/config
mv asic-freq asic-freq.before-393MHz
wget -O asic-freq http://dl.dropboxusercontent.com/s/bwbk1wdy0yx1l46/asic-freq.393.75MHz
chmod 664 asic-freq*
read -rsp $'Press enter to continue (Antminer will reboot)... ASICs speed set to 393MHz \n'
reboot


If you must have the 400MHz speed; replace with the code below:
Code:
clear
cd /etc/config
mv asic-freq asic-freq.BitmaintechFactoryVersion
wget -O asic-freq http://dl.dropboxusercontent.com/s/u8thhaxuksnhlw0/asic-freq.400MHz
wget -O asic-freq.375MHz http://dl.dropboxusercontent.com/s/9yuq14py6sou2w3/asic-freq.375MHz
wget -O asic-freq.350MHz http://dl.dropboxusercontent.com/s/o8590pne9clm348/asic-freq.350MHz
chmod 664 asic-freq
chmod 664 asic-freq.3*
ls -la asic-freq*
read -rsp $'Press enter to continue (Antminer will reboot)... ASICs speed set to 400MHz \n'
reboot


Let me know if you have any questions or wish to switch between ASIC speeds (i.e. 180GH/s is 350MHz, ~190GH/s is 375MHz).

  -jeremy

so easy! thanks mate!

    Bitcoin-Scratchticket.com       Win Bitcoin Playing Scratchtickets        Provably Fair   
*Got LootCrate?*
*My Stuff For Sale thread/s*   www.CryptoCause.org   Ask me about SEGMining Hosting!
"Don't undertake a project unless it is manifestly important and nearly impossible" - Edwin Land
mstrongbow
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250

3D Printed!


View Profile
June 06, 2014, 08:09:30 AM
 #128

Hey, not sure if it is just not posted or if I am not seeing it right now but is there code posted for changing from 393 to 387? And 375 to 387?
Thanks!

Oh and if you happen to have the DC codes, I could use those as well in the near future as I am near maxed on my power grid, heh

    Bitcoin-Scratchticket.com       Win Bitcoin Playing Scratchtickets        Provably Fair   
*Got LootCrate?*
*My Stuff For Sale thread/s*   www.CryptoCause.org   Ask me about SEGMining Hosting!
"Don't undertake a project unless it is manifestly important and nearly impossible" - Edwin Land
NorTiaN
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
June 07, 2014, 09:04:56 AM
 #129

Hey Palawan, could we have this for the S2?
arruah
Legendary
*
Offline Offline

Activity: 1357
Merit: 1004



View Profile WWW
June 07, 2014, 09:11:58 AM
 #130

Thank you. I have to overclock.

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

Activity: 386
Merit: 250


View Profile
June 11, 2014, 04:47:30 AM
 #131

Thank you. I have to overclock.

You're welcome.

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

Activity: 386
Merit: 250


View Profile
June 11, 2014, 04:51:12 AM
 #132

Hey Palawan, could we have this for the S2?

Sorry but I don't have an S2.  From what I've read on the S2 thread, the mods on the "files" of the S2 SD boot flash are not permanent and have to be re-applied each time the S2 is rebooted.


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

Activity: 386
Merit: 250


View Profile
June 11, 2014, 04:54:24 AM
 #133

Hey, not sure if it is just not posted or if I am not seeing it right now but is there code posted for changing from 393 to 387? And 375 to 387?
Thanks!

Oh and if you happen to have the DC codes, I could use those as well in the near future as I am near maxed on my power grid, heh

 Grin

I can modify an asic-freq with the values of 387 but I cannot guarantee it as I've never run it myself.  Can you provide the values here?

DC codes?  I think there's a thread on pencil mods but I'm not experienced or knowledgeable on it.  Sorry...


halu
mstrongbow
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250

3D Printed!


View Profile
June 11, 2014, 05:12:52 AM
 #134

Hey, not sure if it is just not posted or if I am not seeing it right now but is there code posted for changing from 393 to 387? And 375 to 387?
Thanks!

Oh and if you happen to have the DC codes, I could use those as well in the near future as I am near maxed on my power grid, heh

 Grin

I can modify an asic-freq with the values of 387 but I cannot guarantee it as I've never run it myself.  Can you provide the values here?

DC codes?  I think there's a thread on pencil mods but I'm not experienced or knowledgeable on it.  Sorry...



Yeah I am looking for the 387 like..

So nobody could figure the freq for 380 or 385? At 393 I get 3% HW error and at 375 I get .08 so I want to try something inbetween. I know in the larger picture it doesn't matter but I am anal about this stuff.

Try this:

Code:
        #option 'freq_value'    '5e85'  #387.5M
        #option 'chip_freq'     '387.5'
        #option 'timeout'       '37'

But I know very little of compiling code etc.

I thought i read in this thread about you having under-clock settings? I am aware of the pencil mod but wanted to try under-clocking the freq first.

Thanks!

    Bitcoin-Scratchticket.com       Win Bitcoin Playing Scratchtickets        Provably Fair   
*Got LootCrate?*
*My Stuff For Sale thread/s*   www.CryptoCause.org   Ask me about SEGMining Hosting!
"Don't undertake a project unless it is manifestly important and nearly impossible" - Edwin Land
palawan (OP)
Sr. Member
****
Offline Offline

Activity: 386
Merit: 250


View Profile
June 12, 2014, 05:09:36 AM
 #135

Hey, not sure if it is just not posted or if I am not seeing it right now but is there code posted for changing from 393 to 387? And 375 to 387?
Thanks!

snipped


snipped


Yeah I am looking for the 387 like..

So nobody could figure the freq for 380 or 385? At 393 I get 3% HW error and at 375 I get .08 so I want to try something inbetween. I know in the larger picture it doesn't matter but I am anal about this stuff.

Try this:

Code:
        #option 'freq_value'    '5e85'  #387.5M
        #option 'chip_freq'     '387.5'
        #option 'timeout'       '37'

But I know very little of compiling code etc.

I thought i read in this thread about you having under-clock settings? I am aware of the pencil mod but wanted to try under-clocking the freq first.

Thanks!

I'm not really compiling...  I'm just making the changes to the /etc/asic-freq    I'd love to learn how to code, but it's taking some time as I'm busy at my day job.

If you want to go to 387 MHz, copy and paste the lines below after you've ssh'ed to your S1 as root:

Code:
clear
cd /etc/config
mv asic-freq asic-freq.before-387MHz
wget -O asic-freq http://dl.dropboxusercontent.com/s/c81kk96lu3bvmy6/asic-freq.387MHz
chmod 664 asic-freq*
read -rsp $'Press enter to continue (Antminer will reboot)... ASICs speed set to 387MHz \n'
reboot

Only one frequency can be active at a time.  This 387MHz is for overclocking...


halu
mstrongbow
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250

3D Printed!


View Profile
June 12, 2014, 06:25:16 AM
Last edit: June 12, 2014, 08:46:48 AM by mstrongbow
 #136

Hey, not sure if it is just not posted or if I am not seeing it right now but is there code posted for changing from 393 to 387? And 375 to 387?
Thanks!

snipped


snipped


Yeah I am looking for the 387 like..

So nobody could figure the freq for 380 or 385? At 393 I get 3% HW error and at 375 I get .08 so I want to try something inbetween. I know in the larger picture it doesn't matter but I am anal about this stuff.

Try this:

Code:
        #option 'freq_value'    '5e85'  #387.5M
        #option 'chip_freq'     '387.5'
        #option 'timeout'       '37'

But I know very little of compiling code etc.

I thought i read in this thread about you having under-clock settings? I am aware of the pencil mod but wanted to try under-clocking the freq first.

Thanks!

I'm not really compiling...  I'm just making the changes to the /etc/asic-freq    I'd love to learn how to code, but it's taking some time as I'm busy at my day job.

If you want to go to 387 MHz, copy and paste the lines below after you've ssh'ed to your S1 as root:

Code:
clear
cd /etc/config
mv asic-freq asic-freq.before-387MHz
wget -O asic-freq http://dl.dropboxusercontent.com/s/c81kk96lu3bvmy6/asic-freq.387MHz
chmod 664 asic-freq*
read -rsp $'Press enter to continue (Antminer will reboot)... ASICs speed set to 387MHz \n'
reboot

Only one frequency can be active at a time.  This 387MHz is for overclocking...




Thank you! Currently I have all my S1 overclocked but I have a couple that are not very fond of the 393 or 400 freq's and figured the 387 would be my next best choice over 375 (or the factory 350). Lemme know if you ever need anything 3D printed and I will hook you up!  Grin
 Thanks again mate!

    Bitcoin-Scratchticket.com       Win Bitcoin Playing Scratchtickets        Provably Fair   
*Got LootCrate?*
*My Stuff For Sale thread/s*   www.CryptoCause.org   Ask me about SEGMining Hosting!
"Don't undertake a project unless it is manifestly important and nearly impossible" - Edwin Land
palawan (OP)
Sr. Member
****
Offline Offline

Activity: 386
Merit: 250


View Profile
June 12, 2014, 06:58:40 AM
 #137

Hey, not sure if it is just not posted or if I am not seeing it right now but is there code posted for changing from 393 to 387? And 375 to 387?
Thanks!

snipped


snipped


Yeah I am looking for the 387 like..

So nobody could figure the freq for 380 or 385? At 393 I get 3% HW error and at 375 I get .08 so I want to try something inbetween. I know in the larger picture it doesn't matter but I am anal about this stuff.

Try this:

Code:
        #option 'freq_value'    '5e85'  #387.5M
        #option 'chip_freq'     '387.5'
        #option 'timeout'       '37'






Thank you! Currently I have all my S1 overclocked but I have a couple that are not very fond of the 393 or 400 freq's and figured the 387 would be my next best choice over 375 (or the factory 350). Lemme know if you ever need anything 3D printed and I will hook you up!  Grin

So, to change the overclock code for another FREQ I would just change the FREQ within the above posted code? Say if I wanted to go to 387.5...



Huh Thanks again mate!


Oh, sorry about that!  I didn't put the extra .5 in the filename, but this is the frequency you supplied.  DO NOT use the code that you posted as it will mess up your S1.  My dropbox does not have that file you posted in your code.  You're welcome mate!

Here; use the code below with the display of the asic-freq file:

Code:
clear
cd /etc/config
mv asic-freq asic-freq.before-387MHz
wget -O asic-freq http://dl.dropboxusercontent.com/s/c81kk96lu3bvmy6/asic-freq.387MHz
chmod 664 asic-freq*
cat asic-freq | grep -A3 387
read -rsp $'Press enter to continue (Antminer will reboot)... ASICs speed set to 387MHz \n'
reboot


halu
mstrongbow
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250

3D Printed!


View Profile
June 12, 2014, 07:35:39 AM
 #138

Hey, not sure if it is just not posted or if I am not seeing it right now but is there code posted for changing from 393 to 387? And 375 to 387?
Thanks!

snipped


snipped


Yeah I am looking for the 387 like..

So nobody could figure the freq for 380 or 385? At 393 I get 3% HW error and at 375 I get .08 so I want to try something inbetween. I know in the larger picture it doesn't matter but I am anal about this stuff.

Try this:

Code:
        #option 'freq_value'    '5e85'  #387.5M
        #option 'chip_freq'     '387.5'
        #option 'timeout'       '37'






Thank you! Currently I have all my S1 overclocked but I have a couple that are not very fond of the 393 or 400 freq's and figured the 387 would be my next best choice over 375 (or the factory 350). Lemme know if you ever need anything 3D printed and I will hook you up!  Grin

So, to change the overclock code for another FREQ I would just change the FREQ within the above posted code? Say if I wanted to go to 387.5...



Huh Thanks again mate!


Oh, sorry about that!  I didn't put the extra .5 in the filename, but this is the frequency you supplied.  DO NOT use the code that you posted as it will mess up your S1.  My dropbox does not have that file you posted in your code.  You're welcome mate!

Here; use the code below with the display of the asic-freq file:

Code:
clear
cd /etc/config
mv asic-freq asic-freq.before-387MHz
wget -O asic-freq http://dl.dropboxusercontent.com/s/c81kk96lu3bvmy6/asic-freq.387MHz
chmod 664 asic-freq*
cat asic-freq | grep -A3 387
read -rsp $'Press enter to continue (Antminer will reboot)... ASICs speed set to 387MHz \n'
reboot



Gotcha! I will probably edit that crap out of my last post to prevent anyone from doing any harm to their Ants  Wink

Thanks again!

    Bitcoin-Scratchticket.com       Win Bitcoin Playing Scratchtickets        Provably Fair   
*Got LootCrate?*
*My Stuff For Sale thread/s*   www.CryptoCause.org   Ask me about SEGMining Hosting!
"Don't undertake a project unless it is manifestly important and nearly impossible" - Edwin Land
mstrongbow
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250

3D Printed!


View Profile
June 12, 2014, 08:58:10 AM
 #139


Oh, sorry about that!  I didn't put the extra .5 in the filename, but this is the frequency you supplied.  DO NOT use the code that you posted as it will mess up your S1.  My dropbox does not have that file you posted in your code.  You're welcome mate!

Here; use the code below with the display of the asic-freq file:

Code:
clear
cd /etc/config
mv asic-freq asic-freq.before-387MHz
wget -O asic-freq http://dl.dropboxusercontent.com/s/c81kk96lu3bvmy6/asic-freq.387MHz
chmod 664 asic-freq*
cat asic-freq | grep -A3 387
read -rsp $'Press enter to continue (Antminer will reboot)... ASICs speed set to 387MHz \n'
reboot




Woot! You rock and thanks so much.


    Bitcoin-Scratchticket.com       Win Bitcoin Playing Scratchtickets        Provably Fair   
*Got LootCrate?*
*My Stuff For Sale thread/s*   www.CryptoCause.org   Ask me about SEGMining Hosting!
"Don't undertake a project unless it is manifestly important and nearly impossible" - Edwin Land
GayEddie
Full Member
***
Offline Offline

Activity: 290
Merit: 100



View Profile
June 12, 2014, 05:34:32 PM
 #140

Hello all

   I was planning on overclocking my S1's this weekend using this method for cooling   https://www.youtube.com/watch?v=VOyrCut0y30

   I bought one S1 off of ebay a while ago it seems to run hotter than the other two I had from china   it runs fan 3180  temps 54,53

the other two run fan 2400 temps 47,47 why is that one running hotter it is not overclocked just wondering should I overclock that one I thought I would start with the new ones first.

What is limit on temp or a safe temp

Many thanks
Steve
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!