profileget
Description
Returns the details of a given profile, showing the default values in the PROFILE
section, and the board-specific overrides in the BOARD
section.
Command
$ echo '{"command": "profileget", "parameter":"custom"}' | nc $MINER_IP 4028 | jq
Examples
$ echo '{"command": "profileget", "parameter":"custom"}' | nc $MINER_IP 4028 | jq
{
"BOARD": [
{
"Frequency": 300,
"ID": 2,
"Voltage": 8.692583312030031
},
{
"Frequency": 350,
"ID": 1,
"Voltage": 8.692583312030031
}
],
"PROFILE": [
{
"CanRestore": false,
"CanTune": false,
"Frequency": 650,
"Hashrate": 9.3,
"IsDynamic": true,
"IsTuned": false,
"Profile Name": "custom",
"Voltage": 8.9,
"Watts": 898
}
],
"STATUS": [
{
"Code": 343,
"Description": "LUXminer 2023.9.18.160152-40cdf0a",
"Msg": "Profile details",
"STATUS": "S",
"When": 1695058376
}
],
"id": 1
}
Field details
On the PROFILES
section:
Field | Notes |
---|---|
CanRestore | true if the profile was tuned and can be restored. |
CanTune | true if the profile can be tuned. |
Frequency | Profile default frequency. |
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. |
On the BOARD
section:
Field | Notes |
---|---|
Frequency | Frequency to be used for a particular board. |
ID | ID of the board. |
Voltage | Voltage to be used for a particular board. |