Post
Topic
Board Mining (Altcoins)
Re: Swedish ASIC miner company kncminer.com
by
-ck
on 28/10/2013, 20:31:18 UTC
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.

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 Smiley
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.
Code:
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!
Thanks Smiley Yes I noticed a hashrate rise as well but I like to be conservative with my estimates. The hardware error rate dropped over time too.

My Saturn running overnight ~diff 194
Code:
[ASC0] =>
(
   [ASC] => 0
   [Name] => KnC
   [ID] => 0
   [Enabled] => Y
   [Status] => Alive
   [Temperature] => 0.00
   [MHS av] => 272496.90
   [MHS 5s] => 281905.62
   [Accepted] => 14210
   [Rejected] => 43
   [Hardware Errors] => 53456
   [Utility] => 20.51
   [Last Share Pool] => 0
   [Last Share Time] => 1382992145
   [Total MH] => 11328495934.2458
   [Diff1 Work] => 2637626
   [Difficulty Accepted] => 2632036.00000000
   [Difficulty Rejected] => 7763.00000000
   [Last Share Difficulty] => 194.00000000
   [Last Valid Work] => 1382992150
   [Device Hardware%] => 1.9864
   [Device Rejected%] => 0.2943
   [Device Elapsed] => 41573
)