For the complete documentation index, see llms.txt. This page is also available as Markdown.

Calc POW

Calculate PoW hash for a block candidate

post

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

Authorizations
api-keystringRequired
Body
jsonrpcstringOptionalExample: 2.0
idstringOptionalExample: 0
methodstringOptionalExample: calc_pow
Responses
200

PoW hash calculation result

application/json
idstringOptional
jsonrpcstringOptional
resultstringOptional

PoW hash of the block

Example: d0402d6834e26fb94a9ce38c6424d27d2069896a9b8b1ce685d79936bca6e0a8
post/json_rpc

Last updated