devs
Description
Provides a detailed report of the ASIC boards. On luxminer, this command is the same output of asc, but show all boards at once.
Command
$ echo '{"command": "devs"}' | nc $MINER_IP 4028 | jq
Examples
$ echo '{"command": "devs"}' | nc $MINER_IP 4028 | jq
{
"DEVS": [
{
"ASC": 0,
"Accepted": 63,
"Board": "S9Generic",
"Connector": "J6",
"ControllerIPVersionHex": "0x0",
"ControllerIPVersionStr": "N/A",
"Device Elapsed": 2312,
"Device Hardware%": 0,
"Device Rejected%": 0,
"Diff1 Work": 2064384,
"Difficulty Accepted": 2064384,
"Difficulty Rejected": 0,
"Enabled": "Y",
"Hardware Error MHS 15m": 0,
"Hardware Errors": 0,
"ID": 0,
"IsRamping": false,
"IsUserShutdown": false,
"Last Share Difficulty": 32768,
"Last Share Pool": 1,
"Last Share Time": 1672770053,
"Last Valid Work": 1672770053,
"MHS 15m": 4565123.138341468,
"MHS 30m": 4565123.138341468,
"MHS 1m": 5034846.995524266,
"MHS 5m": 4527239.127367679,
"MHS 5s": 4398046.511104,
"MHS 60m": 4565123.138341468,
"MHS av": 4540766.995326547,
"Name": "",
"Nominal MHS": 4668300.0,
"Profile": "default",
"Rejected": 0,
"SerialNumber": "YNAHYNSBBJDBG13YW",
"Status": "Alive",
"Temperature": 76.0,
"Total MH": 4540766.995326547,
"Utility": 0
},
{
"ASC": 1,
"Accepted": 57,
"Board": "S9Generic",
"Connector": "J7",
"ControllerIPVersionHex": "0x0",
"ControllerIPVersionStr": "N/A",
"Device Elapsed": 2306,
"Device Hardware%": 0,
"Device Rejected%": 0,
"Diff1 Work": 1867776,
"Difficulty Accepted": 1867776,
"Difficulty Rejected": 0,
"Enabled": "Y",
"Hardware Error MHS 15m": 0,
"Hardware Errors": 0,
"ID": 1,
"IsRamping": false,
"IsUserShutdown": false,
"Last Share Difficulty": 32768,
"Last Share Pool": 1,
"Last Share Time": 1672770032,
"Last Valid Work": 1672770032,
"MHS 15m": 4492115.83925817,
"MHS 1m": 4636274.030455466,
"MHS 30m": 4492115.83925817,
"MHS 5m": 4574884.6312379725,
"MHS 5s": 3628388.3716607997,
"MHS 60m": 4492115.83925817,
"MHS av": 4535763.213545507,
"Name": "",
"Nominal MHS": 4668300.0,
"Profile": "default",
"Rejected": 0,
"SerialNumber": "YNAHYNSBBJDBG13YW",
"Status": "Alive",
"IsRamping": false,
"Temperature": 77.0,
"Total MH": 4535763.213545507,
"Utility": 0
},
{
"ASC": 2,
"Accepted": 65,
"Board": "S9Generic",
"Connector": "J8",
"ControllerIPVersionHex": "0x0",
"ControllerIPVersionStr": "N/A",
"Device Elapsed": 2301,
"Device Hardware%": 0,
"Device Rejected%": 0,
"Diff1 Work": 2359296,
"Difficulty Accepted": 2359296,
"Difficulty Rejected": 0,
"Enabled": "Y",
"Hardware Error MHS 15m": 0,
"Hardware Errors": 0,
"ID": 2,
"IsRamping": false,
"IsUserShutdown": false,
"Last Share Difficulty": 32768,
"Last Share Pool": 0,
"Last Share Time": 1672770087,
"Last Valid Work": 1672770087,
"MHS 15m": 4656737.163527963,
"MHS 1m": 4558391.956821334,
"MHS 30m": 4656737.163527963,
"MHS 5m": 4627111.433557333,
"MHS 5s": 5057753.4877696,
"MHS 60m": 4656737.163527963,
"MHS av": 4625218.86217635,
"Name": "",
"Nominal MHS": 4668300.0,
"Profile": "default",
"Rejected": 0,
"SerialNumber": "YNAHYNSBBJDBG13YW",
"Status": "Alive",
"IsRamping": false,
"Temperature": 82.0,
"Total MH": 4625218.86217635,
"Utility": 0
}
],
"STATUS": [
{
"Code": 9,
"Description": "LUXminer 2024.2.19.131822-ef17c0c4",
"Msg": "3 ASC(s)",
"STATUS": "S",
"When": 1672770089
}
],
"id": 1
}
Field details
Same fields as asc.