Eth_submitWork
Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample:
2.0methodstringRequiredExample:
eth_submitWorkparamsstring[]RequiredExample:
Parameters for submitting proof-of-work: - nonce (string) – 8-byte hex string - powHash (string) – 32-byte hash of the block header - mixDigest (string) – 32-byte hash used for verification
["0x0000000000000001","0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef","0xD1GE5700000000000000000000000000D1GE5700000000000000000000000000"]idintegerRequiredExample:
73Responses
200
Submission result
application/json
jsonrpcstringOptionalExample:
2.0idintegerOptionalExample:
73resultboolean · nullableOptional
True if work was accepted, false otherwise.
post
/200
Submission result
Last updated