uninstallluxOS
Description
Uninstalls LuxOS from the miner and restores stock firmware. The command returns immediately, while the uninstallation process continues in the background.
Command
$ echo '{"command": "uninstallluxos", "parameter":"3BCCmZ6b"}' | nc $MINER_IP 4028 | jq
Examples
$ echo '{"command": "uninstallluxos", "parameter":"3BCCmZ6b"}' | nc $MINER_IP 4028 | jq
{
"STATUS": [
{
"Code": 350,
"Description": "LUXminer 2023.12.14.130734-ce8abf25",
"Msg": "Uninstalling LuxOS",
"STATUS": "S",
"When": 1702655030
}
],
"id": 1
}
Parameters
Parameter | Notes |
---|---|
session_id | A valid session ID. See Session Management for details. |