Hello accordenly with the “help” getblocktemplate shows:
0Arguments:
11. template_request (json object, optional) A json object in the following spec
2 {
3 "mode":"template" (string, optional) This must be set to "template", "proposal" (see BIP 23), or omitted
4 "capabilities":[ (array, optional) A list of strings
5 "support" (string) client side supported feature, 'longpoll', 'coinbasetxn', 'coinbasevalue', 'proposal', 'serverlist', 'workid'
6 ,...
7 ],
8 "rules":[ (array, optional) A list of strings
9 "support" (string) client side supported softfork deployment
10 ,...
11 ]
12 }
however passing any of these inputs longpoll, coinbasetxn, coinbasevalue, proposal, serverlist, workid seems to change the result in anyhow…
im trying to get the coinbasetxn
but it doesnt seem to yield it doesnt matter what capabilities i fill in… any known bug here?
Bitcoin Core version v0.14.2 (64-bit)