eth_submitWork
Submit a proof-of-work solution (Ethash) consisting of a nonce, the header PoW hash, and the mix digest. Not supported on post-Merge Ethereum clients; many nodes will return JSON-RPC error -32601 (method not found).
Path parameters
apiKey
Request
This endpoint expects an object.
nonce
The 8-byte nonce found by the miner.
hash
The block header’s PoW hash (32-byte).
digest
The mix digest (32-byte).
Response
Returns true
if the provided solution is valid, otherwise false
.