Replies: 2 comments 1 reply
-
|
by reading the above, one might wonder:
if we look at the Sv2 JD message flow:
a protocol extension would add a new field to and for use-cases without protocol extensions, JDC implementations could either enforce that by:
|
Beta Was this translation helpful? Give feedback.
-
|
Are the Edit: This would be the case with no extension enabled. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
SRI
channels_sv2crate establishes a convention for how Pool and Miner get to write their own vanity tags inside the Coinbase Tx scriptSig(more specifically, that is defined by the implementation of
channels_sv2::server::jobs::JobFactory::op_pushbytes_pool_miner_tagmethod)here's some examples of possible combinations:
/pool_tag/miner_tag///miner_tag//pool_tag/////some notes:
pool_tagduring JD message flowpool_tagto JDC implementationspool_tagto be set by JDC userif Pool chooses to enforce A, they are incentivized to reject
DeclareMiningJobandSetCustomMiningJobwherepool_tagdiffers from the expected stringif Pool chooses to enforce B, they are incentivized to reject
DeclareMiningJobandSetCustomMiningJobwherepool_tagis not emptyBeta Was this translation helpful? Give feedback.
All reactions