stop_mining
Stops CPU mining previously started with /start_mining. This is a legacy plain-HTTP endpoint, not a JSON-RPC method — POST directly to /stop_mining (not /json_rpc), and the body/response have no jsonrpc/method/id envelope.
Request
POST http://127.0.0.1:11232/stop_mining
{}
This method takes no parameters.
Response
{
"status": "OK"
}
Response information
- status - "OK" once mining has stopped (also "OK" if mining wasn't running).