BIP-34 handling doesn't work correctly #1
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/cpuminer#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If you set the "coinbase-addr" parameter, cpuminer should not pass coinbasetxn to getblocktemplate. That's bug 1.
Bug 2 is that if there is no coinbasetxn return on getblocktemplate (like in lbrycrd v19, which doesn't support it) then the block submission fails with "bad-cb-height". This is easier to test on testnet or regtest where you can toy with the BIP34 settings in chainparams.cpp.