Hi guys
I'm using Awesome Miner to manage some Whatsminer M3x ASICs. I'm trying to get some useful info, e.g. fan speed and worker name on Customization Progress Field. I tried "Fan Speed" +stats.Fan1 or "Fan Speed" +stats.FanSpeedOut, but none of them is working.
Can anybody help me how I can get the right piece of code to get fan speed or workername?
For more information, below is part of the AIP report generated by Awesome Miner.
Version: 5.2.2
API command: config
{
"STATUS": [
{
"STATUS": "S",
"When": 1560348227,
"Code": 33,
"Msg": "CGMiner config",
"Description": "cgminer 4.9.2"
}
],
"CONFIG": [
{
"ASC Count": 3,
"PGA Count": 0,
"Pool Count": 3,
"Strategy": "Failover",
"Log Interval": 5,
"Device Code": "SM ",
"OS": "Linux",
"Hotplug": "None"
}
],
"id": 1
}
API command: summary
{
"STATUS": [
{
"STATUS": "S",
"When": 1560348227,
"Code": 11,
"Msg": "Summary",
"Description": "cgminer 4.9.2"
}
],
"SUMMARY": [
{
"Elapsed": 20447,
"MHS av": 12482416.6,
"MHS 5s": 11983833.6,
"MHS 1m": 12435743.1,
"MHS 5m": 12481650.52,
"MHS 15m": 12612915.98,
"Found Blocks": 0,
"Getworks": 549,
"Accepted": 1657,
"Rejected": 0,
"Hardware Errors": 30,
"Utility": 4.86,
"Discarded": 100843,
"Stale": 0,
"Get Failures": 0,
"Local Work": 85905887,
"Remote Failures": 0,
"Network Blocks": 38,
"Total MH": 255222926659.0,
"Work Utility": 174377.42,
"Difficulty Accepted": 56385536.0,
"Difficulty Rejected": 0.0,
"Difficulty Stale": 0.0,
"Best Share": 35916773,
"Temperature": 88.0,
"freq_max": 672,
"freq_min": 671,
"freq_avg": 671,
"Fan Speed In": 6270,
"Fan Speed Out": 6270,
"fan_stop_count": 0,
"fan_stop_turnoff_threshold": 5,
"fan_stop_turnoff_times": 0,
"Fan set_get_err_turnoff_threshold": 15,
"fan[0] set_get_err_turnoff_count": 0,
"fan[1] set_get_err_turnoff_count": 0,
"Voltage": 9,
"Device Hardware%": 0.0001,
"Device Rejected%": 0.0,
"Pool Rejected%": 0.0,
"Pool Stale%": 0.0,
"Last getwork": 1560348227,
"Uptime": 20880
}
],
"id": 1