Luxor Documentation Hub Logo

powertargetset

Set the power target

powertargetset

Description

Sets the power level to be tracked by the miner. When using power targeting, the system automatically figures out the best voltage and frequency combination, within the desired limit.

The parameters are the session_id, followed by a comma-separated list of key-value pairs, in the format key=value. The available keys are:

  • power: The desired power target.

This command will fail if you try to set a limit outside bounds (see the fields on limits) or if your miner hardware does not support this feature.

Command

$ echo '{"command": "powertargetset", "parameter":"izbuwYn4,power=2800"}' | nc $MINER_IP 4028 | jq

Examples

$ echo '{"command": "powertargetset", "parameter":"izbuwYn4,power=2800"}' | nc $MINER_IP  4028 | jq
{
  "STATUS": [
    {
      "Code": 360,
      "Description": "LUXminer 2025.12.1.124615-5e77dcf23",
      "Msg": "Power target set.",
      "STATUS": "S",
      "When": 1764596350
    }
  ],
  "id": 1
}

Parameters

ParameterNotes
session_idA valid session ID. See Session Management for details.
paramsList of key-value parameters to change.

On this page