Home

Calculate PoW hash for a block candidate

POST
https://xmr.nownodes.io/json_rpc

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Calculates the proof-of-work hash for a given block candidate blob.

Body

application/json
jsonrpcstring
idstring
methodstring
paramsobject
Show child attributes
major_versionintegerrequired

The major version of Monero protocol at this block height

heightintegerrequired

Block height

block_blobstringrequired

Hexadecimal blob of the block candidate

seed_hashstringrequired

RandomX seed hash

Response

200OK

PoW hash calculation result

400Bad Request

Bad Request - invalid parameters

403Forbidden

Forbidden

404Not Found

Not Found

500Internal Server Error

Internal Server Error