Post
Topic
Board Mining (Altcoins)
Re: Swedish ASIC miner company kncminer.com
by
Phoenix1969
on 16/11/2013, 16:05:38 UTC
New cgminer binary based on cgminer 3.8.2 up

http://ck.kolivas.org/apps/cgminer/kncminer/cgminer

ckolivas, can you outline the procedure for building a new cgminer binary for a KnC BBB from the source?

Last night I tried building one on my regular BBB running Angstrom.  It ran fine on the build host, but would not run on the KnC BBB, saying "file not found".  I think some of the libraries may be different.  Maybe I need to statically link them?


Here...


I've just created a kncminer branch on my github and have imported their most current code and built my first binary for this. It is not a full firmware and the only thing users may note is the hashrate won't lie with this one, as it won't count hardware errors as hashrate. Also my hardware error count is significantly lower with this on the Saturn dev machine I was sent.

Here's a direct link to the binary:
http://ck.kolivas.org/apps/cgminer/kncminer/cgminer

You'll have to ssh into the kncminer and copy and use that file directly. Hopefully the libraries all match between my dev environment and the default kncminer operating system which means the binary should just work if you run it like on any other OS.
I'm still learning linux, but would love to try this... 
I'll let someone post a clear procedure before I try... ug.Thank you cklovas!

I second this.
ssh into your kncminer if you know its IP address is 192.168.1.X:

Code:
ssh -l root 192.168.1.X
screen -d -r
q
wget http://ck.kolivas.org/apps/cgminer/kncminer/cgminer
chmod +x cgminer
./cgminer -c /config/cgminer.conf
q is to quit the already running cgminer