submitWork
Used for submitting a proof-of-work solution.
REQUEST
HEADERS
REQUEST PAYLOAD
WORK ARRAY
8 Bytes - The nonce found (64 bits)
32 Bytes - The header's pow-hash (256 bits)
32 Bytes - The mix digest (256 bits)
EXAMPLE
RESPONSE
RESULT FIELDS
IS VALID FLAG
- returns true if the provided solution is valid, otherwise false.
BODY
Last updated