miner_stop
POST http://{{rpc-http-host}}:{{rpc-http-port}}
Stops the mining process on the client.
Parameters
None
Returns
result
: boolean
- true
if mining stops, or if the node was not mining.
Request Body
{"jsonrpc"=>"2.0", "method"=>"miner_stop", "id"=>1}