getblocktemplate: (block rewards are missing) #96
Labels
No labels
ci
claimtrie
consider soon
Epic
good first issue
hacktoberfest
help wanted
mempool
mining
peer
priority: blocker
priority: high
priority: low
priority: medium
rpc
runtime
test
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
ux
wallet
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbcd#96
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?
DxPool reported that blocks mined using lbcd are missing block rewards
https://explorer.lbry.com/tx/60c09509a9382d2a2314f7fe1f697e07d2aa9af657a291dd351782a0933ca272
The pool software might be using
coinbasevalue
to construct the coinbase transaction, but the lbcd does not return .coinbasevaklue when the"capabilities": ["coinbasetxn"],
is specified.