Pages:
Author

Topic: KnCMiner Jupiter Miner First Impressions - page 4. (Read 65993 times)

sr. member
Activity: 378
Merit: 250
October 23, 2013, 07:29:24 AM
Someone mounted 0.97 firmware? Impressions?

Seems better, although I've only had it running for an hour: (was showing 255 & 3780 before)

hero member
Activity: 756
Merit: 500
October 23, 2013, 07:22:20 AM
Someone mounted 0.97 firmware? Impressions?

I can confirm that 0.97 is faster then all the other firmwares on my machine and flushwork is more efficient. From 270gh/s to 278gh/s.

However, someone has taken my power meter and has not returned it so I can't test that.
sr. member
Activity: 292
Merit: 250
October 23, 2013, 07:16:13 AM
Someone mounted 0.97 firmware? Impressions?
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
October 23, 2013, 06:01:30 AM
kano, do you mean this data?

STATUS=S,When=1382207241,Code=11,Msg=Summary,Description=cgminer 3.4.0|SUMMARY,
Elapsed=310,MHS av=450396.80,Found Blocks=0,Getworks=17,Accepted=102,Rejected=2,
Hardware Errors=7707,Utility=19.77,Discarded=26,Stale=0,Get Failures=0,Local Work=45860,
Remote Failures=0,Network Blocks=3,Total MH=139401753.5263,Work Utility=6997.99,
Difficulty Accepted=26112.00000000,Difficulty Rejected=512.00000000,Difficulty Stale=0.00000000,
Best Share=468225,Device Hardware%=17.5935,Device Rejected%=1.4183,Pool Rejected%=1.9231,Pool Stale%=0.0000|

they use this /usr/bin/api-cgminer -o


That's the summary that I reworked on Sitarow's output with a customsummarypage in miner.php
Yes I have a miner.php pointing at Sitarow's miners and I can see what is available.

If you look at any other version of cgminer mining on any other device, there is API 'devs' and 'stats' ... and lots of other stuff Smiley
'devs' on KFC returns an error.
On a normal device it includes extra data not in the summary for each device e.g.:
Code:
   [Enabled] => Y
   [Status] => Alive
   [Temperature] => 42.00
   [MHS 5s] => 336.12
   [Last Share Pool] => 0
   [Last Share Time] => 1382525610
   [Frequency] => 0.00
   [Diff1 Work] => 2579
   [Last Share Difficulty] => 1.00000000
   [No Device] => false
   [Last Valid Work] => 1382525610
   [Device Elapsed] => 32950

'stats' on KFC just returns what I put in there for the pools, nothing for the mining device(s).
Some mining devices have lots of interesting info in 'stats' ... e.g. one of my Klondikes:
Code:
[STATS0] =>
(
   [STATS] => 0
   [ID] => KLN0
   [Elapsed] => 19528
   [Calls] => 0
   [Wait] => 0.000000
   [Max] => 0.000000
   [Min] => 99999999.000000
   [Temp 0] => 45.87
   [Clock 0] => 300.00
   [Fan Percent 0] => 100
   [Fan RPM 0] => 0
   [Nonces / Chip 0] => 0001200 0001110 0001139 0001151 0001178 0001151 0001188 0001149 0001152 0001112 0001194 0001158 0001201 0001097 0001153 0001136
   [Errors / Chip 0] => 0000180 0000188 0000181 0000194 0000180 0000188 0000206 0000193 0000188 0000197 0000187 0000177 0000161 0000167 0000196 0000182
   [Hash Count] => 18109775740928
   [Error Count] => 0
   [Noise Count] => 1
   [KLine Limit] => 1024
   [KLine Used] => 1
   [KQue Delay Count] => 21434
   [KQue Delay Total] => 101968
   [KQue Delay Min] => 0
   [KQue Delay Max] => 1000
   [KQue Delay Avg] => 4.75730148
   [KQue Nonce Count] => 21434
   [KQue Nonce Total] => 19528686450
   [KQue Nonce Min] => 1999
   [KQue Nonce Max] => 10680021
   [KQue Nonce Avg] => 911107.88700196
   [WQue Size] => 9
   [WQue Cleared] => 0
   [USB Pipe] => 0
   [USB Delay] => r0 0.000000 w0 0.000000
   [USB tmo] => 161307 0
)

Neither of those return anything in the KFC about the mining device ... I guess they forgot?
RHA
sr. member
Activity: 392
Merit: 250
October 23, 2013, 05:43:06 AM
RHA,   I am running it too but am wondering whats the best steps on reboot when everything gets wiped out?

did you make an install file?  what about any lib files, etc?

No install file, I'm not that experienced with Linux and bfgminer.
I tried it just for testing. It works nice disabling no cores, but with no enabling any as well, so the net effect is worse than with cgminer.
I decided to wait until Luke makes significant improvements (e.g. fast flushing) and installing won't take an hour of opkg/compilation after every reboot. Smiley
(I would place the libraries local at /config to not let them be lost after reboot.)
sr. member
Activity: 462
Merit: 250
October 23, 2013, 02:01:50 AM
i recently read someone adding 'tantalum' caps helped - is there any more info on this?

also heatsinks on the VRMS? worth trying?




heatsink if you are running pre-.95 FW and only have 4 VRM boards since those will run over spec
legendary
Activity: 1792
Merit: 1047
October 22, 2013, 09:30:07 PM
...
Thank you Kano, this will help with the next series of performance with higher room temperatures.
...
Pity about that - they didn't implement the "API devs" or "API stats" commands for some reason.
So no device information is available via the API Sad

miner.php has rather extensive SQL style grouping and selecting you can do on a custom page like that - so when they add that I can group the SUMMARY with the device DEVS and include device statistics (e.g. device temperature) that they provide (or do the same with STATS)

Oh and thanks again for another donation (if that was you?) Smiley
Don't worry about it though, I'm not doing extra changes to get more donations - once was more than enough for this Smiley

Edit: oh, also don't forget that "Difficulty Accepted" is random so has a sizeable variance - of course based on the share difficulty.
But that snapshot you did above (after 10hrs) pretty much says indeed KNC4 is performing better than the other 3.

Yes that was I. Know that anything you do to help knc owners to thrive is welcomed by me and many lurkers as well.
sr. member
Activity: 462
Merit: 250
October 22, 2013, 06:35:09 PM
Luke-Jr prepared something interesting today.
The install includes development environment (a bonus for me), gets bfgminer code from github, compiles and runs.
Bfgminer is working stable here for 4 hours now.


RHA,   I am running it too but am wondering whats the best steps on reboot when everything gets wiped out?

did you make an install file?  what about any lib files, etc?


sr. member
Activity: 462
Merit: 250
October 22, 2013, 06:31:24 PM
kano, do you mean this data?

STATUS=S,When=1382207241,Code=11,Msg=Summary,Description=cgminer 3.4.0|SUMMARY,
Elapsed=310,MHS av=450396.80,Found Blocks=0,Getworks=17,Accepted=102,Rejected=2,
Hardware Errors=7707,Utility=19.77,Discarded=26,Stale=0,Get Failures=0,Local Work=45860,
Remote Failures=0,Network Blocks=3,Total MH=139401753.5263,Work Utility=6997.99,
Difficulty Accepted=26112.00000000,Difficulty Rejected=512.00000000,Difficulty Stale=0.00000000,
Best Share=468225,Device Hardware%=17.5935,Device Rejected%=1.4183,Pool Rejected%=1.9231,Pool Stale%=0.0000|

they use this /usr/bin/api-cgminer -o

legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
October 22, 2013, 05:24:19 PM
...
Thank you Kano, this will help with the next series of performance with higher room temperatures.
...
Pity about that - they didn't implement the "API devs" or "API stats" commands for some reason.
So no device information is available via the API Sad

miner.php has rather extensive SQL style grouping and selecting you can do on a custom page like that - so when they add that I can group the SUMMARY with the device DEVS and include device statistics (e.g. device temperature) that they provide (or do the same with STATS)

Oh and thanks again for another donation (if that was you?) Smiley
Don't worry about it though, I'm not doing extra changes to get more donations - once was more than enough for this Smiley

Edit: oh, also don't forget that "Difficulty Accepted" is random so has a sizeable variance - of course based on the share difficulty.
But that snapshot you did above (after 10hrs) pretty much says indeed KNC4 is performing better than the other 3.
RHA
sr. member
Activity: 392
Merit: 250
October 22, 2013, 10:21:02 AM
Luke-Jr prepared something interesting today.
The install includes development environment (a bonus for me), gets bfgminer code from github, compiles and runs.
Bfgminer is working stable here for 4 hours now.

Code:
 bfgminer version 3.3.0 - Started: [2013-10-22 10:53:46] - [  0 days 04:14:08]
 [M]anage devices [P]ool management [S]ettings [D]isplay options  [H]elp [Q]uit
 Connected to stratum.mining.eligius.st diff 64 with stratum as user 1*******
 Block: ...e4a00b9b #265334  Diff:268M ( 1.92Ph/s)  Started: [15:07:23]
 ST:2  F:0  NB:53  AS:13  BW:[125/150 B/s]  E:454.03  I:20.60mBTC/hr  BS:575k
 2/368  48.0C | 239.9/261.3/261.1Gh/s | A:15191 R:276+0(1.8%) HW:25032/2.6%
--------------------------------------------------------------------------------
 KNC 0: 47.0C | 119.1/132.4/132.8Gh/s | A: 7699 R:106+0(1.3%) HW: 8286/1.7%
 KNC 1: 41.0C | 116.4/128.9/128.3Gh/s | A: 7493 R:170+0(2.2%) HW:16753/3.5%
--------------------------------------------------------------------------------
 [2013-10-22 15:07:36] Accepted 0114f314 KNC 0fp pool 0 Diff 236/64
 [2013-10-22 15:07:36] Accepted 020d93d0 KNC 1el pool 0 Diff 124/64
 [2013-10-22 15:07:37] Accepted 00debc1f KNC 0ai pool 0 Diff 294/64
 [2013-10-22 15:07:38] Accepted 016ac81c KNC 1dq pool 0 Diff 180/64
 [2013-10-22 15:07:38] Accepted 02eec7b4 KNC 1bf pool 0 Diff 87/64
 [2013-10-22 15:07:40] Accepted 0370cbc5 KNC 1cc pool 0 Diff 74/64
 [2013-10-22 15:07:42] Accepted 039c8a68 KNC 1dm pool 0 Diff 70/64
 [2013-10-22 15:07:43] Accepted 01950766 KNC 0er pool 0 Diff 161/64
 ...
legendary
Activity: 1792
Merit: 1047
October 22, 2013, 03:40:41 AM
I should add a field to do the A: to GH/s calculation ...
(miner.php allows you to calculate almost any field over a set of results or a single result line)

That would be super!

If you can while you're at it. Make a timeline chart of performance history for GH/s HW error% and WU every hour for review! Smiley

I am also moving to a different pool to continue testing until 50btc.com pool gets back on its feet.

Sorry - no history stored in cgminer (or the API)

I've added a button at the top 'Kano' that produces an abbreviated summary.
The "Paid GH/s" at the front is that value I was referring to.
To be exact it is:
 round(pow(2,32)*Difficulty Accepted/Elapsed/10000000)/100
Interesting that I found a bug in the 'gen' code that allows fields to be created like that Smiley
(It was replacing "Accepted" and not seeing "Difficulty Accepted" first)
I'll fix that in git shortly. done.

I've removed most of the less interesting fields so that the width is a lot less.

If you want any of the fields I removed added back just let me know.

Thank you Kano, this will help with the next series of performance with higher room temperatures.

here is a 10 hour result


looking good.

I plan to replace the stock intake fans on the KnC2(jupiter#2) unit with the new higher cfm 140mm fans as I have done with the other 2 miners.

So far KnC4 (Juipter #4) seems to work best from factory.
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
October 22, 2013, 03:18:16 AM
I should add a field to do the A: to GH/s calculation ...
(miner.php allows you to calculate almost any field over a set of results or a single result line)

That would be super!

If you can while you're at it. Make a timeline chart of performance history for GH/s HW error% and WU every hour for review! Smiley

I am also moving to a different pool to continue testing until 50btc.com pool gets back on its feet.

Sorry - no history stored in cgminer (or the API)

I've added a button at the top 'Kano' that produces an abbreviated summary.
The "Paid GH/s" at the front is that value I was referring to.
To be exact it is:
 round(pow(2,32)*Difficulty Accepted/Elapsed/10000000)/100
Interesting that I found a bug in the 'gen' code that allows fields to be created like that Smiley
(It was replacing "Accepted" and not seeing "Difficulty Accepted" first)
I'll fix that in git shortly. done.

I've removed most of the less interesting fields so that the width is a lot less.

If you want any of the fields I removed added back just let me know.
legendary
Activity: 1792
Merit: 1047
October 21, 2013, 09:19:37 PM
I should add a field to do the A: to GH/s calculation ...
(miner.php allows you to calculate almost any field over a set of results or a single result line)

That would be super!

If you can while you're at it. Make a timeline chart of performance history for GH/s HW error% and WU every hour for review! Smiley

I am also moving to a different pool to continue testing until 50btc.com pool gets back on its feet.
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
October 21, 2013, 04:12:10 PM
I should add a field to do the A: to GH/s calculation ...
(miner.php allows you to calculate almost any field over a set of results or a single result line)
legendary
Activity: 1792
Merit: 1047
October 21, 2013, 09:29:07 AM
What final is the difference  8vrms and 4 vrms board?

Units with 8VRMs on firmware v0.9.6 take more power at the plug and generate more heat because of the fact.

Here is the results of the 4 Jupiter units after 1 day 13 hours on firmware v0.9.6
legendary
Activity: 2408
Merit: 1004
October 21, 2013, 08:20:31 AM
What final is the difference  8vrms and 4 vrms board?
sr. member
Activity: 378
Merit: 250
October 21, 2013, 08:16:02 AM
If the people from KNC read this thread I'd like to suggest adding the option to do a daily reboot and to email the status once a day, if possible.
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
October 21, 2013, 04:29:58 AM
Sitarow, from where are you getting the data in the table format (listing all your miners together)?
The blue stuff is miner.php I wrote in cgminer ...
Kano thanks again for helping with hosting.
Your welcome Smiley
And thanks for your donation as well!
legendary
Activity: 1246
Merit: 1000
October 21, 2013, 04:07:58 AM
I'm getting 525.1GH/s, 76xx WU/m with 5% HW errors on 0.96 after letting it mine for 2 days straight without restarting. I'd like to think it's possible to get it up to 550GH/s and less HW errors but I'm afraid I might spend quite some time flashing firmware and hard resetting before I get the same result or better than what I have now. Anyone any ideas perhaps or should I just be happy with what I have now?
Pages:
Jump to: