kill
Description
Kills the active session. This has the same practical effect as logoff, but it is a forced drop on the session and should not be used unless you have a good reason to do so. Also note that when this command is executed, a line is generated on the miner log.
Command
$ echo '{"command": "kill"}' | nc $MINER_IP 4028 | jq
Examples
$ echo '{"command": "kill"}' | nc $MINER_IP 4028 | jq
{
"SESSION": [
{
"SessionID": "VI2LCs8i"
}
],
"STATUS": [
{
"Code": 318,
"Description": "LUXminer 0.1.0-15436f7140",
"Msg": "Kill session",
"STATUS": "S",
"When": 1667918597
}
],
"id": 1
}