Support for extranonce using BIP 23 coinbase/append mutation

This commit is contained in:
Luke Dashjr
2012-09-11 15:07:32 +00:00
parent 2f25202ed0
commit 26d76947f6
7 changed files with 61 additions and 18 deletions

View File

@@ -67,7 +67,7 @@ gbt_capabilities_t blktmpl_addcaps(const blktemplate_t *tmpl) {
// For now, it's a simple "filled" vs "not filled"
if (tmpl->version)
return 0;
return GBT_CBTXN | GBT_WORKID | BMM_TIMEINC;
return GBT_CBTXN | GBT_WORKID | BMM_TIMEINC | BMM_CBAPPEND;
}
static