profiles
Description
Lists the available profiles for this machine. Note that dynamic profiles are system generated and cannot be removed.
Command
$ echo '{"command": "profiles"}' | nc $MINER_IP 4028 | jq
Examples
$ echo '{"command": "profiles"}' | nc $MINER_IP 4028 | jq
{
"PROFILES": [
{
"CanRestore": false,
"Frequency": 650,
"HasOverrides": false,
"Hashrate": 9.6,
"IsDynamic": true,
"IsTuned": false,
"Profile Name": "default",
"Voltage": 8.899999618530273,
"Watts": 1305
},
{
"CanRestore": false,
"Frequency": 400,
"HasOverrides": false,
"Hashrate": 9.3,
"IsDynamic": true,
"IsTuned": false,
"Profile Name": "efficiency",
"Voltage": 8.899999618530273,
"Watts": 1022
},
{
"CanRestore": false,
"Frequency": 750,
"HasOverrides": false,
"Hashrate": 16.1,
"IsDynamic": true,
"IsTuned": false,
"Profile Name": "performance",
"Voltage": 9.199999809265137,
"Watts": 1535
}
],
"STATUS": [
{
"Code": 323,
"Description": "LUXminer 0.1.0-15436f7140",
"Msg": "List profiles",
"STATUS": "S",
"When": 1667917088
}
],
"id": 1
}
Field details
Field | Notes |
---|---|
CanRestore | true if the profile was tuned and can be restored. |
Frequency | Profile default frequency. |
HasOverrides | If true, the profile frequency may be different depending on the board. Use profileget to get more info on the profile. |
Hashrate | Estimated hashrate, in TH/s. |
IsDynamic | Returns true if the profile is dynamic. |
IsTuned | Returns true if the profile is tuned. |
Profile Name | Profile name. |
Voltage | Default profile voltage. |
Watts | Estimated power usage, in watts. |