Generating transaction with reward for mined block
by
raker
on 29/02/2016, 14:50:36 UTC
Hi, question about generating transaction with my wallet address after successfully mining? How can it be done, do You have any examples of some algorithms of that?
Are you actually trying to mine (if so what hardware do you use and have you managed to mine using a pool?), or are you asking for help with a college question?
Hi, I think its college question. I'm not mining right now. I know that mining on PC has not sense. I'm just interested in bitcoin and wonder how looks like and how to build block hex data. Thanks R.
Post
Topic
BoardMining
Topic OP
Build hex data for block
by
raker
on 28/02/2016, 22:44:36 UTC
hi, I'm interesting with mining using bitcoin core. First I'm getting required mining data using getblokctemplate. If I found correct nonce how can I submit block to network. I know that there is submitblock command in bitcoin core but I don't know how to build block hex data.