Have you missed my post #540 on 27.page (just a few prior of this)where i paste instructions from oc thread and that post on 3rd page? Ans still can not drop this?
Please show me where in the first post of the thread link you have posted show you how to ssh into miner and what unix command to use eg ( cd, vim, etc)?
Mabe later in that thread it is stated what commands to use, but not in the op. However, i did not find mention of putty aplication and ssh under windows.
Mate, honestly, is this to much for read a full thread where user explain how to OC, instead of ask here? I don't know either how to OC before my fist ant arrive. But before i ask, i try to collect the data which are available already and read as much i can found.
Again, in that thread there is not mention on what software to use to ssh under windows or is hidden in 9 pages. You would have a point if putty and commands are in the op( first post), but they are not! Beside, user simple ask what software to use and not how to oc.
Okay find it on 3 rd page!
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.