Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support getblocktemplate and submitwork #133

Open
jrawsthorne opened this issue Aug 21, 2020 · 1 comment
Open

Support getblocktemplate and submitwork #133

jrawsthorne opened this issue Aug 21, 2020 · 1 comment

Comments

@jrawsthorne
Copy link

I've been messing around with some mining stuff. It would be useful to support getblocktemplate and submitwork without using them manually with client.call().

I'll try and add a pr that implements this, the only issue is figuring out the exact format of each field for getblocktemplate because of all the different bips

@0xB10C
Copy link
Contributor

0xB10C commented Feb 11, 2021

I'm picking getblocktemplate up with a focus on the "template" mode (Bitcoin Core returns a block template to the client). The "proposal" mode can be added in a follow-up if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants