profiles
Description
List the available profiles for this machine.
Command
$ echo '{"command": "profiles"}' | nc $MINER_IP 4028 | jq
Example
$ echo '{"command": "profiles"}' | nc $MINER_IP 4028 | jq
{
"PROFILES": [
{
"Frequency": 650,
"Model": "s9",
"Profile Name": "default",
"Voltage": 8.899999618530273
},
{
"Frequency": 400,
"Model": "s9",
"Profile Name": "efficiency",
"Voltage": 8.899999618530273
},
{
"Frequency": 750,
"Model": "s9",
"Profile Name": "performance",
"Voltage": 9.199999809265137
}
],
"STATUS": [
{
"Code": 323,
"Description": "LUXminer 0.1.0-15436f7140",
"Msg": "List profiles",
"STATUS": "S",
"When": 1667917088
}
],
"id": 1
}
Field details
Field | Notes |
---|---|
Frequency | Profile default frequency. |
Model | Model supported by this profile. |
Profile Name | Profile name. |
Voltage | Default profile voltage. |