Post
Topic
Board Mining support
Re: Overclocking Brand New Antminer
by
DumaDoo
on 12/03/2014, 10:20:43 UTC
when referring to this thread:

https://bitcointalk.org/index.php?topic=348327.0

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!!!