config
Description
Lists basic runtime configuration information. This command exists mostly for CGMiner compatibility; if you are interested in changing the runtime configuration, it is better to look into luxminer-specific commands.
Command
$ echo '{"command": "config"}' | nc $MINER_IP 4028 | jq
Example
$ echo '{"command": "config"}' | nc $MINER_IP 4028 | jq
{
"CONFIG": [
{
"ASC Count": 3,
"BcastAddr": "192.168.0.255",
"CurtailMode": "None",
"DHCP": true,
"Device Code": "",
"FPGABuildIdHex": "0x22111417",
"FPGABuildIdStr": "2022-11-14 17:00",
"Gateway": "192.168.0.1",
"Hostname": "LuxOS",
"Hotplug": "None",
"IPAddr": "192.168.0.33",
"ImmersionMode": false,
"IsAtmEnabled": false,
"IsTuning": false,
"IsPowerSupplyOn": true,
"IsSingleVoltage": false,
"Log Interval": 0,
"MACAddr": "08:F3:2A:75:81:92",
"Model": "Antminer S9",
"NetMask": "255.255.255.0",
"OS": "LuxOS",
"PGA Count": 0,
"Pool Count": 3,
"Strategy": "Failover",
"UpdateOnStartup": "full",
"UpdateOnTimeout": "full",
"UpdateOnUser": "full",
"UpdateSource": "https://storage.googleapis.com/luxor-firmware/stable",
"UpdateTimeout": 60
}
],
"STATUS": [
{
"Code": 33,
"Description": "cgminer 1.0.0",
"Msg": "CGMiner config",
"STATUS": "S",
"When": 1672770089
}
],
"id": 1
}
Field details
Field | Notes |
---|---|
ASC Count | Number of boards, as defined in luxminer.toml (see Configuration). |
BcastAddr | Miner broadcast address. |
CurtailModel | Either None , Sleep or WakeUp . |
DHCP | true if the miner is using a dynamic IP address. |
CurtailModel | Either None , Idle , Sleep or WakeUp . |
Device Code | Always "" . |
FPGABuildIdHex | FPGA build ID, in hex. |
FPGABuildIdStr | FPGA build ID, as string. |
Hotplug | Always "None" . |
IPAddr | Miner IP address. |
ImmersionMode | true if immersion mode is enabled. |
IsTunning | true if the autotuner is running. |
IsPowerSupplyOn | true if the power supply is on. |
IsSingleVoltage | true if the machine supports only a single voltage value. |
Log Interval | Always zero. |
MACAddr | Miner MAC address. |
Model | Miner model. |
OS | Always "LuxOS" . |
PGA Count | Always zero. |
Pool Count | Number of pools, as defined on luxminer.toml (see Configuration). |
Strategy | Always "Failover" . |