Questions tagged [getblocktemplate]

5 questions
4
votes
1 answer

Are reserve_size bytes really related to mining the final nonce?

Other answers related to reserve_size seem to imply they are related to the real block nonce. However, there is already a portion of the hashing blob reserved for a nonce, and the reserved bytes aren't included in the hashing blob, so they don't…
The Shoe Shiner
  • 289
  • 1
  • 9
1
vote
1 answer

Obtaining coinbase transaction signature

Below is a blocktemplate_blob obtained from calling the getblocktemplate RPC, with reserve size…
nnsun
  • 43
  • 5
1
vote
1 answer

What does getblocktemplate return?

Looking on the forum, it seems that getblocktemplate RPC call returns both a blockhashing_blob and blocktemplate_blob, but on the monerod documentation i didn't find anything about the blockhashing_blob. As i understood, it returns a…
omeliiii
  • 11
  • 2
1
vote
1 answer

What is the reserve_size parameter in getblocktemplate?

The getblocktemplate RPC method accepts a parameter, reserve_size. What does it do and what are its valid values?
assylias
  • 2,218
  • 12
  • 28
1
vote
1 answer

Does monerod generates new block template on a repeat call of get_block_template?

I want to know if it's safe to assume that multiple calls of get_block_template rpc method will give me the same block template until the blockchain is updated. By updating, I mean the appearance of a new block, or rebuilding the blockchain to an…
Oroffe
  • 185
  • 5