eth_hashrate
Returns the number of hashes per second that the node is mining with. The API credit value for this method is 100
Note: Krypc will always return a 0x0 mining hash rate.
Parameters- This method does not accept any parameters
curl https://Krypc-End Point URL/ \
-X POST \
-H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"eth_hashrate","params":[],"id":67}'
hashrate
The number of hashes per second encoded in hexadecimal format
Last updated
Was this helpful?