lbryio / lbrycrd

The blockchain that provides the digital content namespace for the LBRY protocol
https://lbry.com
MIT License
2.58k stars 178 forks source link

segwit flags are broken in v19's getblocktemplate #381

Closed BrannonKing closed 4 years ago

BrannonKing commented 4 years ago

For getblocktemplate:

  1. mutable should have coinbase/append like it did in v17
  2. MAX_VERSION_BITS_DEPLOYMENTS is now empty; actually rules has nothing in it; so segwit is not enabled to sgminer.

segwit and csv still need to be added into the outgoing rules.

BrannonKing commented 4 years ago

fixed in v19_master