以太坊JSON RPC手册

eth_hashrate

返回节点挖矿时每秒可算出的哈希数量。

参数值

返回值

QUANTITY - 每秒算出的哈希数量

示例代码

请求:

curl -X POST --data '{"jsonrpc":"2.0","method":"eth_hashrate","params":[],"id":71}'

响应:

{
  "id":71,
  "jsonrpc": "2.0",
  "result": "0x38a"
}