Author

Topic: Overclocking Brand New Antminer (Read 738 times)

newbie
Activity: 31
Merit: 0
March 12, 2014, 06:20:43 AM
#2
when referring to this thread:

https://bitcointalksearch.org/topic/bitmain-antminer-s1-support-and-overclocking-thread-348327

it shows examples to change for older and new antminers - well it looks like there's even newer that this thread refers to:

The thread show to change to this: and I don't have a '4e81' entry in my file - am I supposed to add the 4e81 entry?

From original overclocking thread....

Code:
package 'cgminer'

config 'asic-freq' 'default'
        option 'freq_value'      '4f81'        #400M
        option 'chip_freq'     '400'
        option 'timeout'       '35'

        #option 'freq_value'      '4e81'        #375M
        #option 'chip_freq'     '375'
        #option 'timeout'       '37'

        #option 'freq_value'     '4d81'  #350M
        #option 'chip_freq'      '350'
        #option 'timeout'        '40'

        #option 'freq_value'    '4c81'  #325M
        #option 'chip_freq'     '325'
        #option 'timeout'       '40'

        #option 'freq_value'    '0b81'  #300M
        #option 'chip_freq'     '300'
        #option 'timeout'       '45'

        #option 'freq_value'    '0981'  #250M
        #option 'chip_freq'     '250'
        #option 'timeout'       '55'

        #option 'freq_value'    '0781'  #200M
        #option 'chip_freq'     '200'
        #option 'timeout'       '70'

        #option 'freq_value'    '4f02'  #193M
        #option 'chip_freq'     '193'
        #option 'timeout'       '70'


however - this is in the file of my brand new antminer:

Code:
package 'cgminer'

config 'asic-freq' 'default'
        #option 'freq_value'    '4f81'  #400M
        #option 'chip_freq'     '400'
        #option 'timeout'       '35'

        option 'freq_value'     '4d81'  #350M
        option 'chip_freq'      '350'
        option 'timeout'        '40'

        #option 'freq_value'    '4c81'  #325M
        #option 'chip_freq'     '325'
        #option 'timeout'       '40'

        #option 'freq_value'    '0b81'  #300M
        #option 'chip_freq'     '300'
        #option 'timeout'       '45'

        #option 'freq_value'    '0981'  #250M
        #option 'chip_freq'     '250'
        #option 'timeout'       '55'

        #option 'freq_value'    '0781'  #200M
        #option 'chip_freq'     '200'
        #option 'timeout'       '70'

        #option 'freq_value'    '4f02'  #193M
        #option 'chip_freq'     '193'
        #option 'timeout'       '70'




I was in your position not too long ago! I received my first Antminer on Saturday and got a couple more this week.

http://www.rubicite.com/Tutorials/AntMinerS1Tutorial.aspx

I followed this Overclocking guide, it worked fine =)

#Option < Inactive
Option < Active (Without the #)

You can also edit directly into putty using 'insert' key!!!
sr. member
Activity: 266
Merit: 250
March 11, 2014, 01:00:35 PM
#1
when referring to this thread:

https://bitcointalksearch.org/topic/bitmain-antminer-s1-support-and-overclocking-thread-348327

it shows examples to change for older and new antminers - well it looks like there's even newer that this thread refers to:

The thread show to change to this: and I don't have a '4e81' entry in my file - am I supposed to add the 4e81 entry?

From original overclocking thread....

Code:
package 'cgminer'

config 'asic-freq' 'default'
        option 'freq_value'      '4f81'        #400M
        option 'chip_freq'     '400'
        option 'timeout'       '35'

        #option 'freq_value'      '4e81'        #375M
        #option 'chip_freq'     '375'
        #option 'timeout'       '37'

        #option 'freq_value'     '4d81'  #350M
        #option 'chip_freq'      '350'
        #option 'timeout'        '40'

        #option 'freq_value'    '4c81'  #325M
        #option 'chip_freq'     '325'
        #option 'timeout'       '40'

        #option 'freq_value'    '0b81'  #300M
        #option 'chip_freq'     '300'
        #option 'timeout'       '45'

        #option 'freq_value'    '0981'  #250M
        #option 'chip_freq'     '250'
        #option 'timeout'       '55'

        #option 'freq_value'    '0781'  #200M
        #option 'chip_freq'     '200'
        #option 'timeout'       '70'

        #option 'freq_value'    '4f02'  #193M
        #option 'chip_freq'     '193'
        #option 'timeout'       '70'


however - this is in the file of my brand new antminer:

Code:
package 'cgminer'

config 'asic-freq' 'default'
        #option 'freq_value'    '4f81'  #400M
        #option 'chip_freq'     '400'
        #option 'timeout'       '35'

        option 'freq_value'     '4d81'  #350M
        option 'chip_freq'      '350'
        option 'timeout'        '40'

        #option 'freq_value'    '4c81'  #325M
        #option 'chip_freq'     '325'
        #option 'timeout'       '40'

        #option 'freq_value'    '0b81'  #300M
        #option 'chip_freq'     '300'
        #option 'timeout'       '45'

        #option 'freq_value'    '0981'  #250M
        #option 'chip_freq'     '250'
        #option 'timeout'       '55'

        #option 'freq_value'    '0781'  #200M
        #option 'chip_freq'     '200'
        #option 'timeout'       '70'

        #option 'freq_value'    '4f02'  #193M
        #option 'chip_freq'     '193'
        #option 'timeout'       '70'


Jump to: