Share your feedback on Twitter and claim 1M Free GetBlock Requests

banner image
eth

Ethereum

ETH

POST

GET

chevron-right

Last updated on January 1, 1970

1 min read

Method eth_submitWork Ethereum (ETH)
connect with WS protocol

eth_submitWork

info-circle-fill

Submits a Proof of Work (Ethash) solution.Used by mining software such as Ethminer.

Parameters

DATA, 8 Bytes - None

Retrieved nonce.

DATA, 32 Bytes - None

Hash of the block header (PoW-hash).

DATA, 32 Bytes - None

Mix digest.

Request

wscat -c wss://eth.getblock.io/YOUR-API-KEY/mainnet/ 
# wait for connection and send the request body 
{"jsonrpc": "2.0",
"method": "eth_submitWork",
"params": ["0x0000000000000001", "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef", "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"],
"id": "getblock.io"}

Response

{
    "id": "getblock.io",
    "jsonrpc": "2.0",
    "result": false
}
banner icon

Start Building with GetBlock RPCs for Free