Skip to main content

eth_submitHashrate

Used for submitting mining hashrate.

  • must have required property 'hashRate'
  • must have required property 'id'
curl --request POST \
--url https://evm.confluxrpc.com \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"params": [null,null],
"method": "eth_submitHashrate"
}'

Params

hashRate required

Schema
type : string
Pattern : ^0x([1-9a-f][0-9a-f]{0,63}|0)$

id required

Schema
type : string
Pattern : ^0x[0-9,a-f,A-F]{64}$

Result

Schema
type : boolean