eth_mining

Returns true if client is actively mining new blocks.

Request

curl https://eth-mainnet.solarpath.io/v1/YOUR-API-KEY \
    -X POST \
    -H "Content-Type: application/json" \
    -d '{"jsonrpc": "2.0", "id": 1, "method": "eth_mining", "params": []}'

Response

{
  "id": 1,
  "jsonrpc": "2.0",
  "result": false
}

Note: SolarPath will always return false in response to eth_mining.

Last updated