Firmware (LuxOS)
API Docs
LUXMiner commands
frequencystop

frequencystop

Description

Stops a running frequency/voltage set. If the frequency is being changed due to a frequencyset, voltageset or profileset call, this instructs luxminer to stop this process immediately.

The final frequency/voltage will be the one the board had when this command was issued not the previous one, before the ramping call.

Note: This command will always fails if the curtailment mode is sleep. See the curtail command for details.

Command

$ echo '{"command": "frequencystop", "parameter":"yJN2nlj1,0"}' | nc $MINER_IP 4028 | jq

Examples

$ echo '{"command": "frequencystop", "parameter":"yJN2nlj1,0"}' | nc $MINER_IP 4028 | jq
{
  "STATUS": [
    {
      "Code": 303,
      "Description": "LUXminer 0.1.0-15436f7140",
      "Msg": "Stopped frequency ramp on board 0",
      "STATUS": "S",
      "When": 1667917605
    }
  ],
  "id": 1
}

Parameters

ParameterNotes
session_idA valid session ID. See Session Management for details.
board_idBoard ID, starting from zero.