Post
Topic
Board Mining support
Re: Hacking The KNC Firmware: Overclocking
by
whisper
on 07/01/2014, 13:07:12 UTC
hi i have a October jupiter knc with 0.99.1Tune firmware with 4 vrms, I would like to give OC, but i don't know how to start, could someone help me?

I'm Spanish, I forgive my English.

Have you read through the thread? It tells you exactly what you need to do..

Where exactly???

Here start with this:


DISCLAIMER: Not my fault if you blow it up! Smiley


Ok first make sure your Miner is updated with the .99 Firmware (tuning)

Then with Putty SSH into your miner

login with your root ID
and your password

type:

screen -r

You will see cgminer running.

Hit Q to stop cgminer

then type this at the command prompt:

vi /etc/init.d/cgminer.sh

Use the cursor keys on your keyboard to scroll down till you see this code:

Look for the line that says:

cmd=$(printf "0x86,0x%02X,0x01,0xF1" $c) 


NOTE: some of the characters at the end (especially the F1) may be different.

The key is the line with the 0x86, when you see that you are on the right line.


change this:

cmd=$(printf "0x86,0x%02X,0x01,0xF1" $c)

to this:


cmd=$(printf "0x86,0x%02X,0x02,0x11" $c)



Hit escape when finished. Then hit the : key, then x to save and exit


relaunch cgminer with the command line:


/etc/init.d/cgminer.sh restart


You should then see cgminer and you should be hashing between 150-154 per module. (Saturn should be 300-310GH)



NOTE:
If you don't know how to use VI then you can screw things up

here is a shortcut,
when you move the cursor over the 1 in "0x01" that you want to change to a 2, do this:
hit r
then hit 2

and it should Replace the 1 with a 2
then do the same with the F
hit r
then hit 1

then hit:
esc
:
q



give me some address to send for some beers thank you