Integration with Yiimp #10
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#10
Loading…
Add table
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?
Integration with Pool software - Yiimp
1. Stratum seems have issues connecting to lbcd/lbcwallet via TLS
2. lbcd does not support blocknotify as a builtin function.
3. Stratum complains about
Lbry error getblocktemplate
Updates:
We have successfully mined the first block with
lbcd & lbcwallet
on lbrypool.net at block 1173833.A pending (but non-blocking) issue related to the legacy
getinfo
RPC, which has been removed on lbrycrdand bitcoind in favor ofgetblockchaininfo
,getnetworkinfo
, andgetwalletinfo
. Yiimp fails to parse the results ofget**info
returned by lbcd, so we have to fallback to use the legacygetinfo
, which is still available in lbcd.Close the Yiimp integration epic issue here, and open another issue make sure
get**info
on lbcd conforms to the latest spec.