title | type |
---|---|
Verify Mining Solution |
dlt |
Checks the given solution against the block's difficulty field to determine if it is valid.
Parameter | Type | Required | Description |
---|---|---|---|
nonce | String | Yes | Nonce value which satisfies the difficulty. |
blocknum | Number | Yes | Solved block number. |
diff | Number | Yes | Difficulty value. |
Error | Description |
---|---|
RPC_INVALID_PARAMETER | One or more of the required parameters are missing. |
RPC_INTERNAL_ERROR | An unknown error occurred in the node. Please check the node log for details. |
- success: Boolean value true or false in the result field
- fail: JSON encoded error details and the result field set to null
{
"result": true,
"error": null,
"id": null
}