Returns true if client is actively mining new blocks.
none
Boolean - returns true of the client is mining, otherwise false.
// Request
curl -X POST --data '{"jsonrpc":"2.0","method":"eth_mining","params":[],"id":71}'
// Result
{
"id":71,
"jsonrpc": "2.0",
"result": true
}