Firmware (LuxOS)
API Docs
CGminer commands
coin

coin

Description

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

Command

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

Examples

$ echo '{"command": "coin"}' | nc $MINER_IP 4028 | jq
{
  "COIN": [
    {
      "Current Block Hash": "",
      "Current Block Time": 0.0,
      "Hash Method": "sha256",
      "LP": true,
      "Network Difficulty": 0.0
    }
  ],
  "STATUS": [
    {
      "Code": 78,
      "Description": "LUXminer 2024.2.19.131822-ef17c0c4",
      "Msg": "LUXminer coin",
      "STATUS": "S",
      "When": 1672770090
    }
  ],
  "id": 1
}

Field details

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