eth_hashrate
Returns the number of hashes per second that the node is mining with.
Parameters
Returns
Request
{
"jsonrpc": "2.0",
"method": "eth_hashrate",
"params": [],
"id": 1
}
Response
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x38a"
}
Last updated