-
Notifications
You must be signed in to change notification settings - Fork 11
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
base: 2024/07/sv2-tp-common
Are you sure you want to change the base?
Conversation
843db5e
to
813f834
Compare
ae88990
to
b09ec99
Compare
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. |
ecdfaec
to
6853b94
Compare
6853b94
to
e59ea4f
Compare
e59ea4f
to
735e934
Compare
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 |
735e934
to
c413ad7
Compare
c413ad7
to
9cac0b8
Compare
9cac0b8
to
fd26e38
Compare
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. |
fd26e38
to
a2882d8
Compare
a2882d8
to
51fdf1d
Compare
51fdf1d
to
91ea715
Compare
I tagged a new release: https://github.com/Sjors/bitcoin/releases/tag/sv2-tp-0.1.13 |
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:
Build as you would normally build Bitcoin Core, see
docs/build-osx.md
, etc.