Firmware (LuxOS)
API Docs
CGminer commands
lcd

lcd

Description

Always zeros. This command exists only for compatibility purposes with existing tools.

Command

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

Examples

$ echo '{"command": "lcd"}' | nc $MINER_IP 4028 | jq
{
  "LCD": [
    {
      "Best Share": 0,
      "Current Pool": "",
      "Elapsed": 0,
      "Found Blocks": 0,
      "GHS 5m": 0.0,
      "GHS 5s": 0.0,
      "GHS av": 0.0,
      "Last Share Difficulty": 0.0,
      "Last Share Time": 0,
      "Last Valid Work": 0,
      "Temperature": 0.0,
      "User": ""
    }
  ],
  "STATUS": [
    {
      "Code": 125,
      "Description": "LUXminer 2024.2.19.131822-ef17c0c4",
      "Msg": "LCD",
      "STATUS": "S",
      "When": 1672770090
    }
  ],
  "id": 1
}

Field details

Not applicable; this command is a no-op and exists only for compatibility with existign tools.