Firmware (LuxOS)
API Docs
CGminer commands
devdetails

devdetails

Description

Displays hardware information of connected boards. As a quirk, it also shows the board profile.

Command

$ echo '{"command": "devdetails"}' | nc $MINER_IP 4028 | jq

Examples

$ echo '{"command": "devdetails"}' | nc $MINER_IP 4028 | jq
{
  "DEVDETAILS": [
    {
      "Board": "S9Generic",
      "Chips": 63,
      "Cores": 7182,
      "DEVDETAILS": 0,
      "Device Path": "",
      "Driver": "",
      "Frequency": 650,
      "ID": 0,
      "Kernel": "",
      "Model": "Antminer S9i",
      "Name": "Hash Chain 6",
      "Profile": "default",
      "Voltage": 8.892086318355503
    },
    {
      "Board": "S9Generic",
      "Chips": 63,
      "Cores": 7182,
      "DEVDETAILS": 1,
      "Device Path": "",
      "Driver": "",
      "Frequency": 650,
      "ID": 1,
      "Kernel": "",
      "Model": "Antminer S9i",
      "Name": "Hash Chain 7",
      "Profile": "default",
      "Voltage": 8.892086318355503
    },
    {
      "Board": "S9Generic",
      "Chips": 63,
      "Cores": 7182,
      "DEVDETAILS": 2,
      "Device Path": "",
      "Driver": "",
      "Frequency": 650,
      "ID": 2,
      "Kernel": "",
      "Model": "Antminer S9i",
      "Name": "Hash Chain 8",
      "Profile": "default",
      "Voltage": 8.892086318355503
    }
  ],
  "STATUS": [
    {
      "Code": 69,
      "Description": "LUXminer 2024.2.19.131822-ef17c0c4",
      "Msg": "Device Details",
      "STATUS": "S",
      "When": 1672770089
    }
  ],
  "id": 1
}

Field details

FieldNotes
BoardModel of the hashboard.
ChipsNumber of chips on the board.
CoresTotal number of cores on the board.
DEVDETAILSBoard ID (starts at zero).
Device PathAlways "".
DriverAlways "".
FrequencyCurrently highest frequency value on this board.
IDSame as DEVDETAILS.
KernelAlways "".
ModelFactory name of the miner.
NameName of the hashchain. Starts at 6.
ProfileThe profile being used by this board.
VoltageCurrent board voltage.