返回节点挖矿时的速率,即每秒哈希数。
curl https://eth-mainnet.solarpath.io/v1/YOUR-API-KEY \ -X POST \ -H "Content-Type: application/json" \ -d '{"jsonrpc": "2.0", "id": 1, "method": "eth_hashrate", "params": []}'
URL: https://eth-mainnet.solarpath.io/v1/YOUR-API-KEY Request_Type: POST Body: { "jsonrpc":"2.0", "method":"eth_hashrate", "params":[], "id":1 }
{ "id": 1, "jsonrpc": "2.0", "result": "0x0" }
SolarPath 始终返回0x0
0x0
最后更新于1年前