Skip to main content

getblocktemplate

Get a block template on which mining a new block.

URL: http://127.0.0.1:21698/json_rpc

Request:

{
"jsonrpc":"2.0",
"method":"getblocktemplate",
"params":{
"reserve_size":200,
"wallet_address":"Ze4hH68t7rDG8vneVDPTFD4aYZbs7WNzuTaabp2tCVd2isTsMQ5fjaDbQqQhMu3uyE3H1wwAwhz9hMGQvgR1prdr31dQVutUi"
}
}

Request description:

"reserve_size": Size of the reserve to be specified	
"wallet_address": Valid Zent Cash Wallet address

Response:

{
"jsonrpc": "2.0",
"result": {
"height": 2787854,
"difficulty": 10612904,
"reserved_offset": 440,
"blocktemplate_blob": "06005b57561387378634109155610b7525fd15082a19f470b82682bef0c0925e88700000ed81bfbd060000000000000000000000000000000000000000000000000000000000000000000000000100000000230321000000000000000000000000000000000000000000000000000000000000000000019894aa0101ff8e94aa01050502ca2b297385d54a4724d9dd4ad9b9b9a5720b6a93ecb799d3f5686718ead5a2be320225055449b05c4358f9cf39bbf977419c02bfb21fa1a2cd1688cb7b8c1fd8c23bc80102c241fc17b8a4ffc96bb497cd88891c10e5a4436d0cdbd62e1ae7517b7b41485de80702bd2a9372fb1cf1c2159df2b7cc569d91e5f4d3b594079b389c2091294f4fb19390bf050280796e620a56dcd0386ee0fd156bfcaaf65068f1af694657546fd47915ae7dd7ce02017119880e4d12919ea4963c72932829fbe42a8429ca5d889399ca69f1941698fc04201ba89992fecdbac5bbbffa3d9d0d9bb1436bde59bc792930c9408f0dd5ea3405d14cfefc04865a7f0cc9573799501564bf4a148288ba9ee7b9fa186cb561fa5306017777a8dab4d5fa4cdd21539b8a0e3ba08c1d049373389a66e14ace1962600707c800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000103d965bd3d6a72f3905881dbc09aa6f58a62103948e958b0b86742cbcc3d96ac",
"status": "OK"
}
}

Response description:

    "height": Chain height of the network
"difficulty": Difficulty of the network
"reserved_offset": Offset reserved
"blocktempate_blob": Blocktemplate with empty "hole" for nonce
"status": Status of the network