Home

Add auxiliary PoW to a Monero block template for merge mining

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

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Enables merge mining without manually altering the coinbase transaction. Accepts auxiliary block information and returns a modified block template with the auxiliary PoW included.

Body

application/json
jsonrpcstring
idstring
methodstring
paramsobject
Show child attributes
blocktemplate_blobstring

Hexadecimal representation of the block template

aux_powArray<object>

List of auxiliary block hashes and IDs

Show child attributes
idstring
hashstring

Response

200OK

Auxiliary PoW added successfully

400Bad Request

Bad Request – invalid parameters

403Forbidden

Forbidden – insufficient permissions

404Not Found

Not Found – block template not found

500Internal Server Error

Internal server error