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/cgminerYou'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.
Sorry, I have to disagree on 'only thing users may note is the hashrate won't lie'.
Not even running cgminer v3.6.6 for 12h now and I have to report my hashrate increases
I'm runinng Jupiter with firmware v0.95 and 72h avg hashrate graph went from 520-535 GH/s up to 553GH/s still climbing, yay!!
as hint for others:
it took some time until increase in hashrate was noticeable, the first 30-60min I didn't see a change, then went to bed - when checking stats today I was surprised by the obvious hashrate increase
yo ckolivas, a donation will hit your wallet soon, will mine a little into your pocket this evening - hope others will do so as well
In order to do so, just add an additional pool for some time to cgminer, like eligius with his wallet id as username and use balanced workload distribution
You can use the following example to mine with ~ 1/3 of your total hashing rate into his wallet for some time.
cgminer -o http://your_1st_default_pool:port -u user -p pass \
-o http://your_2nd_default_pool:port -u user -p pass \
-o stratum+tcp://stratum.mining.eligius.st:3334 -u 148KkS2vgVi4VzUi4JcKzM2PMaMVPi3nnq -p none \
--balance
Thanks for the good work!