Firmware (LuxOS)
API Docs
LUXMiner commands
resetminer

resetminer

Description

Restarts luxminer. The command returns immediately, and the machine restart is executed in a few seconds. Be aware that your connection and session will be dropped, due to the application restart.

Command

$ echo '{"command": "resetminer", "parameter":"3BCCmZ6b"}' | nc $MINER_IP 4028 | jq

Examples

$ echo '{"command": "resetminer", "parameter":"3BCCmZ6b"}' | nc $MINER_IP 4028 | jq
{
  "STATUS": [
    {
      "Code": 329,
      "Description": "LUXminer 0.1.0-0e31c23fd7",
      "Msg": "Restarting miner",
      "STATUS": "S",
      "When": 1669664742
    }
  ],
  "id": 1
}

Parameters

ParameterNotes
session_idA valid session ID. See Session Management for details.