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

Stratum v2 Template Provider inside Bitcoin Core (deprecated) #68

Open
wants to merge 2 commits into
base: 2024/07/sv2-tp-common
Choose a base branch
from

Conversation

Sjors
Copy link
Owner

@Sjors Sjors commented Oct 16, 2024

This is a continuation of bitcoin#29432. It's no longer the plan to include this code in Bitcoin Core. My plan is to instead create a standalone application that communicates with Bitcoin Core via a new IPC interface. Once that's ready to use, I'll provide instructions for that here.

Until then you can continue to use the sv2 branch as before.

This branch builds on four layers:

  1. Noise encryption Sv2 noise #66
  2. Messages and transport layer Stratum v2 Transport #67
  3. Sv2Connman Stratum v2 connman #50
  4. The Template Provider Stratum v2 Template Provider common functionality #49

Build as you would normally build Bitcoin Core, see docs/build-osx.md, etc.

@Sjors
Copy link
Owner Author

Sjors commented Nov 15, 2024

I significatly refactored how the Template Provider pushes template updates to connected clients (using bitcoin#31283). I do not recommend upgrading at this point, except to test and report bugs.

@Sjors
Copy link
Owner Author

Sjors commented Nov 26, 2024

I tagged a new release: https://github.com/Sjors/bitcoin/releases/tag/sv2-tp-0.1.10

Update 2024-12-02: new release should be up shortly: https://github.com/Sjors/bitcoin/releases/tag/sv2-tp-0.1.12

@Sjors
Copy link
Owner Author

Sjors commented Dec 16, 2024

Updated to include the fix for #74. If you connect multiple clients to a single Template Provider, then you should use this branch. Otherwise the last release should be fine.

@Sjors
Copy link
Owner Author

Sjors commented Dec 19, 2024

I tagged a new release: https://github.com/Sjors/bitcoin/releases/tag/sv2-tp-0.1.13

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

Successfully merging this pull request may close these issues.

1 participant