API Docs
LuxMiner commands
profilenew

profilenew

Description

Create a new custom profile, adding your own frequencyand voltage values.

Command

$ echo '{"command": "profilenew", "parameter":"yJN2nlj1,myprofile,500,8.9"}' | nc $MINER_IP 4028 | jq

Example

$ echo '{"command": "profilenew", "parameter":"yJN2nlj1,myprofile,500,8.9"}' | nc $MINER_IP 4028 | jq
{
  "STATUS": [
    {
      "Code": 337,
      "Description": "LUXminer 2023.5.26.175704-7b81bde",
      "Msg": "Profile 'myprofile' created",
      "STATUS": "S",
      "When": 1685457474
    }
  ],
  "id": 1
}

Parameters

ParameterNotes
session_idA valid session ID. See Session Management for details.
profile_nameThe name to be used for the new profile.
frequencyFrequency of the new profile.
voltageVoltage of the new profile.