Pages:
Author

Topic: BITMAIN Antminer S1 support and OverClocking thread - page 42. (Read 144941 times)

hero member
Activity: 630
Merit: 500
sr. member
Activity: 266
Merit: 250
Hmmm
I saved it in right correct file format, upload the file but in antimer window setup :
I still see :

AntMiner
Chain#   ASIC#   Frequency   Fan   Temp   ASIC status
               
1
   
32
   
350
   
1620
   
45
   
oooooooo oooooooo oooooooo oooooooo
2
   
32
   
350
   
0
   
46
   
oooooooo oooooooo oooooooo oooooooo

350 values , it is correct  or should be 400 ??
I think something is wrong ...
edit :
yes this is not right method for my antminers, as even if i do everything right, after upload modified file, and reboot, its back to 350 values .
I don't know why is like that ...
sr. member
Activity: 434
Merit: 250
sr. member
Activity: 266
Merit: 250
Can anyone help me :
this is my default backup file :

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'

Can to edit it to correct overcloced values ??
miner is from 18.11.13
My thinking is to edit from (default)

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

to

option 'freq_value'     '0780'  #350M
        option 'chip_freq'      '400'       
        option 'timeout'        '36'   


GOOD ??     
hero member
Activity: 924
Merit: 1000
I am testing 425 mhz...most I have gotten is 225 GH/s so far.  It does not seem stable and the damm thing was beeping at me for 2 minutes.  Live and learn right?
hero member
Activity: 833
Merit: 1001
finlof, greaterninja thanks! you guys are awesome!
hero member
Activity: 924
Merit: 1000



1.  First thing to do is get putty.  google it download putty.exe
2.  Second step is open putty.exe
3.  Inside the putty program put the IP of your machine in the hostname field.
4.  Click Open
5. accept the prompt to accept a key or connect to the host
6.  If the client connects you will get a prompt that says "login as:" .  Put your username in that field.  default username is "root".
7.  pw is "root".  hit enter
8.  once you logged in successfully type  "cd /etc/config" hit enter
9.  type "vim asic-freq" hit enter.  A terminal text editor should show you the config file.
10.   Now pay attention there are at least two different asic-freq configuration files out.
If your config has mainly numbers for the "option 'freq_value" such as "option 'freq_value'     '0780'  #350M"  settings then you have the top config goxed posted.  if it is "#option 'freq_value'     '4d81'  #350M" you have the other config.

Also note that the default setting does not have # in front of the "#option" setting.  The 400 setting on my config is commented out with #.  Un-comment that shit. :0
11.  top config should have these settings:  config 'asic-freq' 'default'
        #option 'freq_value'      '0780'        #400M
        #option 'freq_value'    '4d81'  #350M
        #option 'chip_freq'     '350'
        option 'timeout'        '36'

Other config should have these settings:

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

To modify an area use the arrow keys.  Once you are in the text field area hit delete  to delete or insert to type text.
Once you are done modifying the config tap the escape key.
then type  ":x" to save and quit
if you screwed up the config just type
":q!" to quit without saving.
reboot miner after settings are in place.

sr. member
Activity: 434
Merit: 250
Have found another way actually as well, Download the backup of the firmware then edit there make copy of original

Edit the correct file then reupload. worked like a treat Smiley

Thanks
hero member
Activity: 630
Merit: 500
After logging in via SSH the following steps:
1. type:  "cd /etc/config"(without the quotes) and hit enter.
2. type: "vim asic-freq"(without the quotes) and hit enter.
3. hit I button to enable "edit mode" and adjust the settings, lines beginning with # are ignored.
4. after you're done hit the ESC button to exit "edit mode".
5. type ":wq" (without the quotes) to execute write and quit.
6. you'll be back in the command line, type reboot to restart your device.

You can check your frequency in the web interface miner status page.
If everything went ok, you're mining with higher speed Smiley

Then you can donate to me for providing you with extra hashing power Tongue 15j3fDzunHtoTsDH7MAKQQiG95q5yWYTfk

also note which miner version/revision you have (look at OP's post below).  mine were both the 2013/11/18 build date, which i found out easily after opening the asic-freq file (since it had the same format as he shows below).

make sure once you do step 3 above that you place a # in front of the 3 original 350M lines and remove the # from the 400M lines.


C) change timeout to 36, freq_value to '0780', 'chip_freq' to 400.
For miners with build date 2013/11/4
Code:
root@antMiner2:/etc/config# vim asic-freq 

package 'cgminer'

config 'asic-freq' 'default'
        #option 'freq_value'      '0780'        #400M
        #option 'freq_value'    '4d81'  #350M
        #option 'chip_freq'     '350'
        option 'timeout'        '36'
        #option 'freq_value'    '4c81'  #325M
        #option 'chip_freq'     '325'
        option 'freq_value'     '0780'  #350M
        option 'chip_freq'      '400'
        #option 'freq_value'    '0580'  #300M
        #option 'chip_freq'     '300'
        #option 'freq_value'    '0981'  #250M
        #option 'chip_freq'     '250'
        #option 'freq_value'    '4f02'  #190M
        #option 'chip_freq'     '190'

For miners with build date 2013/11/18
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'


sr. member
Activity: 448
Merit: 250
How can you tell what your hardware errors are?
newbie
Activity: 30
Merit: 0
After logging in via SSH the following steps:
1. type:  "cd /etc/config"(without the quotes) and hit enter.
2. type: "vim asic-freq"(without the quotes) and hit enter.
3. hit I button to enable "edit mode" and adjust the settings, lines beginning with # are ignored.
4. after you're done hit the ESC button to exit "edit mode".
5. type ":wq" (without the quotes) to execute write and quit.
6. you'll be back in the command line, type reboot to restart your device.

You can check your frequency in the web interface miner status page.
If everything went ok, you're mining with higher speed Smiley

Then you can donate to me for providing you with extra steps to unleash ultimate hashing power Tongue 15j3fDzunHtoTsDH7MAKQQiG95q5yWYTfk

Keep looking at your HW errors to make sure your device isn't frying up.
I've added some tiny heatsinks, and running 400Mhz but still 3.3% HW error.
But my Antminer is using the Corsair AX860 80+ Platinum PSU and @400Mhz it's sucking around 395W out of the wall-socket Smiley
sr. member
Activity: 434
Merit: 250
When I SSH into my miner I get

Code:
  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 BARRIER BREAKER (Bleeding Edge, r38031)
 -----------------------------------------------------
  * 1/2 oz Galliano         Pour all ingredients into
  * 4 oz cold Coffee        an irish coffee mug filled
  * 1 1/2 oz Dark Rum       with crushed ice. Stir.
  * 2 tsp. Creme de Cacao
 -----------------------------------------------------

Can anyone provide the steps or a video tutorial ?

Sure you will gain tips for this, myself being one of them

Thanks
hero member
Activity: 630
Merit: 500
goxed have you tried? i've got lousy PSU atm, need to get a better one before overclocking..

Hey goxed these were posted over in a different thread... what do you think about pushing even higher?

400   3.2   4F81   35
425   3.4   5081   33
450   3.6   5181   31
475   3.8   5281   30
500   4   5381   28

I am thinking with some better cooling it might be possible Smiley
i tried the 425 setting and i got a lot of hardware errors and was hashing more slowly than at 400.  if you're going to overclock best to stick with 400 for now.
hero member
Activity: 630
Merit: 500
excellent tip.  was easy to do and increased my hashing by over 10%.  will definitely tip you

edit - tip sent.  cheers
hero member
Activity: 833
Merit: 1001
goxed have you tried? i've got lousy PSU atm, need to get a better one before overclocking..

Hey goxed these were posted over in a different thread... what do you think about pushing even higher?

400   3.2   4F81   35
425   3.4   5081   33
450   3.6   5181   31
475   3.8   5281   30
500   4   5381   28

I am thinking with some better cooling it might be possible Smiley
sr. member
Activity: 448
Merit: 250
Hey goxed these were posted over in a different thread... what do you think about pushing even higher?

400   3.2   4F81   35
425   3.4   5081   33
450   3.6   5181   31
475   3.8   5281   30
500   4   5381   28

I am thinking with some better cooling it might be possible Smiley
legendary
Activity: 1946
Merit: 1006
Bitcoin / Crypto mining Hardware.
sr. member
Activity: 448
Merit: 250
Working great thanks goxed!
legendary
Activity: 1946
Merit: 1006
Bitcoin / Crypto mining Hardware.
member
Activity: 63
Merit: 10
dear goxed can you helping me ?

https://bitcointalksearch.org/topic/m.3836387

change ip to 192.168.1.181 then dadah

cant ping cant login in web config page

just see green flash led, green led on RJ45 port .....
Pages:
Jump to: