I’ve put in Bitcoin Core on my laptop computer.
Now open bitcoin daemon and do following:
First i run getbestblockhash to get the final block hash on the Blockchain. We name this hash as BestBlockHash.
After that i run:
getblock BestBlockHash 0
The daemon return big continues hex string information, which is include block header and block physique(which is the transactions information)
Now my query!
Is that this precisely the enter of the submitblock operate? (which the miner who mine this block, entered this)
My goal in asking this query is to know precisely what the enter of the submitblock operate appears like.
Thanks prematurely,
