eth_mining
Returns true if node is actively mining new blocks. The API credit value for this method is 100
curl https://Krypc-End Point URL/ \
-X POST \
-H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"eth_mining","params":[],"id":67}'
Returns
result-It is true if the node is mining, otherwise false
Last updated
Was this helpful?