For the complete documentation index, see llms.txt. This page is also available as Markdown.

Eth_submitHashrate

Submit mining hashrate

post

Submits the hashrate of the miner for tracking purposes. Requires two parameters: the hashrate and a random ID (nonce) used to identify the miner.

Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample: 2.0
methodstringRequiredExample: eth_submitHashrate
paramsstring[] · min: 2 · max: 2RequiredExample: ["0x0000000000000000000000000000000000000000000000000000000000500000","0x59daa26581d0acd1fce254fb7e85952f4c09d0915afd33d3886cd914bc7d283c"]
idintegerRequiredExample: 73
Responses
200

Response from node

application/json
jsonrpcstringOptionalExample: 2.0
idintegerOptionalExample: 73
post/
200

Response from node

Last updated