none
Boolean- true if the node is mining, otherwise false.
// Request curl https://bsc.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 updated 1 year ago