summary
Description
Provides the summary of all miner statistics.
Command
$ echo '{"command": "summary"}' | nc $MINER_IP 4028 | jq
Examples
$ echo '{"command": "summary"}' | nc $MINER_IP 4028 | jq
{
"STATUS": [
{
"Code": 11,
"Description": "LUXminer 2024.2.19.131822-ef17c0c4",
"Msg": "Summary",
"STATUS": "S",
"When": 1672770089
}
],
"SUMMARY": [
{
"Accepted": 179,
"Best Share": 262144,
"Device Hardware%": 0.0,
"Device Rejected%": 0.0,
"Difficulty Accepted": 6094848,
"Difficulty Rejected": 0,
"Difficulty Stale": 0,
"Discarded": 0,
"Elapsed": 2330,
"Found Blocks": 0,
"GHS 30m": 13713.97,
"GHS 5s": 13084.18,
"GHS av": 13701.74,
"Get Failures": 0,
"Getworks": 148,
"Hardware Errors": 19,
"Last getwork": 1672770079,
"Local Work": 0,
"Network Blocks": 0,
"Pool Rejected%": 0.0,
"Pool Stale%": 0.0,
"Rejected": 0,
"Remote Failures": 0,
"Stale": 0,
"Total MH": 13701749.071048405,
"Utility": 17.35,
"Work Utility": 21.87
}
],
"id": 1
}
Field details
Field | Notes |
---|---|
Accepted | Total number of accepted shares. |
Best Share | Highest accepted share difficulty. |
Device Hardware% | Always zero. |
Device Rejected% | Always zero. |
Difficulty Accepted | Total difficulty of accepted shares. |
Difficulty Rejected | Total difficulty of rejected, non-stale shares. |
Difficulty Stale | Total difficulty of stale shares. |
Discarded | Always zero. |
Elapsed | Number of seconds since the miner started. |
Found Blocks | Always zero. |
Get Failures | Always zero. |
Getworks | Total number of jobs received. |
Hardware Errors | Total number of CRC/Hash errors. |
Last getwork | Unix time of the last received job. |
Local Work | Always zero. |
GHS 30m | Hashrate, in GH/s, of the last 30 minutes. |
GHS 5s | Hashrate, in GH/s, of the last 5 seconds. |
GHS av | Average hashrate in GH/s. |
Network Blocks | Always zero. |
Pool Rejected% | Percentage of rejected, non-stale shares. |
Pool Stale% | Percentage of stale shares. |
Rejected | Number of rejected, non-stale shares. |
Remote Failures | Always zero. |
Stale | Number of stale shares. |
Total MH | Same as GHS av , but in MH/s. |
Utility | Number of submitted shares per minute. |
Work Utility | Number of received jobs per minute. |