Comment on page
eth_mining
none
Boolean- true if the node is mining, otherwise false.
// Request
curl https://polygon.blockpi.network/v1/rpc/your-rpc-key -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_mining","params":[],"id":67}'
// Result
{
"jsonrpc":"2.0",
"id":67,
"result":false
}
Last modified 1yr ago