Post
Topic
Board Bitcoin Discussion
Re: Where are block rewards distributed in Bitcoin core?
by
ranochigo
on 26/05/2020, 23:14:29 UTC
I mean it's just a fork I'm learning with for fun. So is there documentation for this then?
Most miners don't actually use getblocktemplate anymore and they have their own software written to accommodate for their needs (ASICBoost, custom msg in coinbase etc).

The documentation is here: https://developer.bitcoin.org/reference/rpc/getblocktemplate.html. The code is written here: https://github.com/bitcoin/bitcoin/blob/793e0ff22cbace2a0fbe1e4a2e88a7bc6bf44502/src/rpc/mining.cpp#L488.