You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: