Thirtybird,
Thank you for doing the work on this miner.. I have been using cgminer-3.7.2-sj-0.03 for the last week because I could not get yours going at first. Now I have it running finally.
however, I will have a hard time monitoring all my rigs because the rpc response does not give the speed of the card.
here is a dump of yacminer json response for one dev;
[DEVS] => Array
(
[0] => Array
(
[GPU] => 0
[Enabled] => Y
[Status] => Alive
[Temperature] => 68
[Fan Speed] => 1540
[Fan Percent] => 30
[GPU Clock] => 1000
[Memory Clock] => 1250
[GPU Voltage] => 1.25
[GPU Activity] => 99
[Powertune] => 0
[MHS av] => 0
[MHS 5s] => 0
[Accepted] => 0
[Rejected] => 0
[Hardware Errors] => 0
[Utility] => 0
[Intensity] => 0
[Last Share Pool] => -1
[Last Share Time] => 0
[Total MH] => 0.1129
[Diff1 Work] => 1
[Difficulty Accepted] => 0
[Difficulty Rejected] => 0
[Last Share Difficulty] => 0
[Last Valid Work] => 1430008859
)
I had trouble with with cgminer-3.7.2-sj-0.03 version at first because it also reports 0 Mh as yours does. However, I was able to calculate speed in the following by dividing the [Total MH] by [Device Elapsed]
json dump of cgminer-3.7.2-sj-0.03
[3] => Array
(
[GPU] => 3
[Enabled] => Y
[Status] => Alive
[Temperature] => 72
[Fan Speed] => 1880
[Fan Percent] => 35
[GPU Clock] => 1000
[Memory Clock] => 1400
[GPU Voltage] => 1.25
[GPU Activity] => 99
[Powertune] => 0
[MHS av] => 0
[MHS 5s] => 0
[Accepted] => 2
[Rejected] => 0
[Hardware Errors] => 0
[Utility] => 0
[Intensity] => D
[Last Share Pool] => 2
[Last Share Time] => 1429778772
[Total MH] => 94.5894
[Diff1 Work] => 1409
[Difficulty Accepted] => 5014.3073666
[Difficulty Rejected] => 0
[Last Share Difficulty] => 2524.72717333
[Last Valid Work] => 1430012182
[Device Hardware%] => 0
[Device Rejected%] => 0
[Device Elapsed] => 342676
)
If you could add the Device Elapsed to the dev call, or better yet the MHS av and MHS 5s, that would be awsome... and a tip of course would be included.
if cachecoin catches on, your miner could quickly become very popular and I am sure others would appreciate being able to monitor the rigs remotely.
Jim
edit:
I starting using the miners summary elapsed time to guestimate the card speeds... the raw intensity and other very important chacha settings are also not in the json
I am still trying to tune... it is difficult to get ZERO HW errors.. seams like as soon as I go faster than about 700h i get errors after a few minutes
currently:
"rawintensity" : "1536",
"buffer-size" : "1856",
"lookup-gap" : "8",
"gpu-engine" : "1000",
"gpu-memclock" : "1250",
"gpu-threads" : "1",
"worksize" : "64",
cgminer version r 3.5.0-yac2 - Started: [April 25, 2015, 9:40 pm] Rig:miner7
miner7
(5s):2.206 (avg): 2.206 Kh/s | H: 106.25 Q:122 A:0 R:1 HW:0 E:?% U:0/m
TQ:? ST:0 SS:? DW:0 NB:1 LW:4 GF:0 RF:0 BS:13
Connected to http://127.0.0.1:2224 without LP as jimbit
Value:
GPU 0: 75.0C 2004RPM 37% 112 | 0.557/0.0Mh/s | 99% | 1000Mhz 1250Mhz 1.25V A:0 R:0 HW:0 U:0.00/m I: 0
GPU 1: 71.0C 1629RPM 30% 101 | 0.557/0.0Mh/s | 99% | 1000Mhz 1250Mhz 1.25V A:0 R:0 HW:0 U:0.00/m I: 0
GPU 2: 74.0C 1606RPM 32% 106 | 0.546/0.0Mh/s | 99% | 1000Mhz 1250Mhz 1.25V A:0 R:1 HW:0 U:0.00/m I: 0
GPU 3: 74.0C 1624RPM 32% 106 | 0.546/0.0Mh/s | 99% | 1000Mhz 1250Mhz 1.25V A:0 R:0 HW:0 U:0.00/m I: 0
as a comparison, here is cgminer:
cgminer version 3.7.2 - Started: [April 22, 2015, 10:50 am] Rig:miner1
miner1
(5s):1.112 (avg): 1.113 Kh/s | H: 95.75 Q:55258 A:124 R:1 HW:0 E:?% U:0.02/m
TQ:? ST:0 SS:? DW:4667 NB:400 LW:2249 GF:492 RF:0 BS:2125
Connected to http://127.0.0.1:2224 without LP as jimbit
Value:
GPU 0: 69.0C 1566RPM 30% 99 | 0.278/0.0Mh/s | 99% | 1000Mhz 1250Mhz 1.25V A:23 R:0 HW:0 U:0.00/m I: D
GPU 1: 66.0C 1595RPM 30% 96 | 0.278/0.0Mh/s | 99% | 1000Mhz 1250Mhz 1.25V A:36 R:0 HW:0 U:0.01/m I: D
GPU 2: 72.0C 1481RPM 30% 102 | 0.278/0.0Mh/s | 99% | 1000Mhz 1250Mhz 1.25V A:40 R:1 HW:0 U:0.01/m I: D
GPU 3: 56.0C 1457RPM 30% 86 | 0.278/0.0Mh/s | 99% | 1000Mhz 1250Mhz 1.25V A:25 R:0 HW:0 U:0.01/m I: D