eth_hashrate

Returns the number of hashes per second that the node is mining with. Only applicable when the node is mining.

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_hashrate", "params": []}'

Response

{
  "id": 1,
  "jsonrpc": "2.0",
  "result": "0x0"
}

Note: SolarPath always returns 0x0

Last updated