From e366138e449def320efdf39cdd816595233a3b7c Mon Sep 17 00:00:00 2001 From: Pavlenex <36959754+pavlenex@users.noreply.github.com> Date: Wed, 13 Mar 2024 22:20:27 +0500 Subject: [PATCH 1/5] Create 1.0.0 Announcement :tada: --- src/_blog/SRI-1.0.0.md | 73 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 src/_blog/SRI-1.0.0.md diff --git a/src/_blog/SRI-1.0.0.md b/src/_blog/SRI-1.0.0.md new file mode 100644 index 0000000..cf3899a --- /dev/null +++ b/src/_blog/SRI-1.0.0.md @@ -0,0 +1,73 @@ +--- +title: "Introducing SRI 1.0.0 - the most important milestone in our Stratum V2 journey!" +description: "We are thrilled to announce the launch of SRI 1.0.0! This marks an important milestone in our mission to decentralize and enhance bitcoin mining and stands ready for immediate testing and integration." +date: "2024-20-04" +authors: + - Pavlenex +tags: + - StratumV2 + - SRI + - Release + +--- + +We are thrilled to announce the launch of SRI [1.0.0](https://github.com/stratum-mining/stratum/releases)! This marks an important milestone in our mission to decentralize and enhance bitcoin mining and stands ready for immediate testing and integration. + +Start your SV2 journey with our [getting started guide](https://stratumprotocol.org/getting-started/). + +## 🛎️ Key highlights + +### 👷 Miners +- Connect to a SV2 pool without upgrading existing SV1 firmware through Translation Proxy or +- Connect to an SV2 pool directly with an SV2 firmware device (BraiinsOS) +- Run you own bitcoin, construct templates, and declare them to the SV2 Pool +- Utilize pool fallback functionality in case the pool decides to censor + +### 🛠️ Pools +- Deploy and operate a very simple SV2 Pool +- Integrate SV2 into an existing pool through our libraries + +The new version is a result of improvements in the Stratum V2 [specification](https://github.com/stratum-mining/sv2-spec) through the working [group](https://www.cnbc.com/2022/10/11/bitcoin-mining-software-overhaul-stratum-v2-promoted-by-block-braiins.html) collaboration and rigorous testing with our interoperability suite to ensure compatibility between the two implementations of the Stratum V2 protocol. + +As we planned [eight months ago](https://stratumprotocol.org/blog/sri-roadmap-2023/), the release allows miners running SV1 or SV2 firmware to connect to an SV2 Pool (directly or through a translation proxy), optionally using a locally hosted Job Declaration Client and a patched version of the Bitcoin Node to **construct their own block templates** which are then sent to the Job Declarator Server run by the SV2 Pool. It’s important to mention that our code refactoring introduced the ability for the node and JDC to be run by an independent third-party, not just the miners. + +![Config A](/assets/config-a.svg) + +The newly implemented **pool fallback functionality** ensures that if a pool rejects a miner's template, the miner's Job Declarator Client automatically switches to an alternative pool. Miners can configure several fallback options and if all listed pools decide to censor, miners will end up solo mining. This serves as a powerful incentive for pools to act in the best interest of miners, as rejecting templates without a valid reason could lead to a significant loss of hash power to competitors. If all miners run standardized software, the entire hash rate of the pool could end up with a competing pool. + +The rejection of templates triggering fallback could be happen in several other scenarios, asides from the pool rejecting the template in order to censor transactions: + +- A bug in the pool or downstream +- A connection interruption between the pool and downstream +- Downstream creates custom templates that are below acceptable fee policy defined by the pool + +**SRI’s pool** is simple and opinionated and currently can receive a template from the Template Provider, and create jobs for the downstream with the adequate difficulty. Anyone can easily deploy this simple pool today or use our libraries to integrate into their existing operations. Going forward, we plan to continue refactoring our code to allow for more diverse use-cases. Anyone interested in integrating SV2 into an existing pool, or starting a brand-new pool, [let us know](https://discord.gg/stEjAZ2y8r), we’d love to collaborate more closely. One example of a pool using SRI in production is [DMND](https://dmnd.work). + +**Template provider** enables the selection of transactions from the locally-run bitcoin node. Miners (soon, also independent third parties) can create custom block templates and declare custom mining jobs to the pool. Currently, to use the Template Provider you need to use our patched version of the Bitcoin Core. Sjors Provoost, opened a pull request in the Bitcoin Core [#29432](https://github.com/bitcoin/bitcoin/pull/29432) which can be tested and reviewed. We’re inviting code reviewers to take a look at smaller PR’s that build [#2943](https://github.com/bitcoin/bitcoin/pull/29432). + +## 🙏 Thank you! + +SRI 1.0.0, wouldn’t be possible without our contributors, supporters, working group, testers, and community. Since our last update, our contributor base has grown even further! What once started as a one-man project, is a community of contributors building backbone infrastructure for the entire mining industry. + +A huge shout-out to: fi3, gitgab19, pavlenex, plebhash, priceless-p, satsie, sjors, ccdle12, darricksee, jakubtrnka, lobarrel, lorbax, rrybarczyk, vincenzopalazzo, 4ss0, 0xSaksham and many more! + +Thanks to [HRF](http://hrf.org), [OpenSats](https://opensats.org), and [Spiral](http://spiral.xyz) for supporting contributors through grants and donations, ensuring the project's sustainability. +Special thanks to [Santacroce](https://santacroce.xyz/), [Hut8](http://hut8.io), and Oblast63 for providing the equipment for community testing, and to the working group members, including [Braiins](https://braiins.com) and others, for their role in refining the specifications. + +## 🎁 Support us + +- Individuals can support the development and maintenance of the SRI by [donating through OpenSats](https://opensats.org/projects/stratumv2), a 501(c)(3) public charity dedicated to supporting open-source Bitcoin projects. +- Corporate entities interested in providing grants to SRI contributors, please get in touch with us directly. Your support can make a significant difference in accelerating development, research, and innovation. Email us at: stratumv2 at gmail.com +- Contribute - We’re inviting developers interested in contributing to SRI to look into our codebase, study the specs and join our regular weekly developer meetings on Discord to get up to speed and get proper onboarding. + +## 🏁 Dive in + +After months of testing, including over [600 blocks](https://mempool.space/it/testnet/address/tb1qa0sm0hxzj0x25rh8gw5xlzwlsfvvyz8u96w3p8) mined on the testnet, we are confident to invite you to [experience SRI 1.0.0](https://stratumprotocol.org/getting-started/) firsthand. + +Your feedback, issue reports, and feature suggestions are invaluable to us, directly shaping the future of SRI. For the most straightforward experience, consider running the full stack locally or connecting to our community-supported infrastructure. + +To ensure SRI 1.0.0 works seamlessly across various setups, we encourage you to [share your testing experience](https://forms.gle/QAX3hriMzKAMELFB6). + +Please [report](https://github.com/stratum-mining/stratum/issues) any inconveniences or bugs, and feel free to ask for assistance through [Discord](https://discord.gg/stEjAZ2y8r). Your active participation is crucial in refining and enhancing our software for all everyone. + +**Start your SV2 journey [here](https://stratumprotocol.org/getting-started/).** \ No newline at end of file From a93dc7b18477daff57b3e78f647e7873da612ea5 Mon Sep 17 00:00:00 2001 From: Pavlenex Date: Thu, 14 Mar 2024 11:17:20 +0500 Subject: [PATCH 2/5] Apply suggestions from code review Co-authored-by: Stacie Waleyko <1823216+satsie@users.noreply.github.com> --- src/_blog/SRI-1.0.0.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/_blog/SRI-1.0.0.md b/src/_blog/SRI-1.0.0.md index cf3899a..9e81c90 100644 --- a/src/_blog/SRI-1.0.0.md +++ b/src/_blog/SRI-1.0.0.md @@ -20,7 +20,7 @@ Start your SV2 journey with our [getting started guide](https://stratumprotocol. ### 👷 Miners - Connect to a SV2 pool without upgrading existing SV1 firmware through Translation Proxy or - Connect to an SV2 pool directly with an SV2 firmware device (BraiinsOS) -- Run you own bitcoin, construct templates, and declare them to the SV2 Pool +- Run you own bitcoin node, construct templates, and declare them to the SV2 Pool - Utilize pool fallback functionality in case the pool decides to censor ### 🛠️ Pools @@ -29,25 +29,25 @@ Start your SV2 journey with our [getting started guide](https://stratumprotocol. The new version is a result of improvements in the Stratum V2 [specification](https://github.com/stratum-mining/sv2-spec) through the working [group](https://www.cnbc.com/2022/10/11/bitcoin-mining-software-overhaul-stratum-v2-promoted-by-block-braiins.html) collaboration and rigorous testing with our interoperability suite to ensure compatibility between the two implementations of the Stratum V2 protocol. -As we planned [eight months ago](https://stratumprotocol.org/blog/sri-roadmap-2023/), the release allows miners running SV1 or SV2 firmware to connect to an SV2 Pool (directly or through a translation proxy), optionally using a locally hosted Job Declaration Client and a patched version of the Bitcoin Node to **construct their own block templates** which are then sent to the Job Declarator Server run by the SV2 Pool. It’s important to mention that our code refactoring introduced the ability for the node and JDC to be run by an independent third-party, not just the miners. +As we planned [eight months ago](https://stratumprotocol.org/blog/sri-roadmap-2023/), the release allows miners running SV1 or SV2 firmware to connect to an SV2 Pool (directly or through a translation proxy), optionally using a locally hosted Job Declaration Client and a patched version of a Bitcoin Core Node to **construct their own block templates** which are then sent to the Job Declarator Server run by the SV2 Pool. It’s important to mention that our code refactoring introduced the ability for the node and JDC to be run by an independent third-party, not just the miners. ![Config A](/assets/config-a.svg) The newly implemented **pool fallback functionality** ensures that if a pool rejects a miner's template, the miner's Job Declarator Client automatically switches to an alternative pool. Miners can configure several fallback options and if all listed pools decide to censor, miners will end up solo mining. This serves as a powerful incentive for pools to act in the best interest of miners, as rejecting templates without a valid reason could lead to a significant loss of hash power to competitors. If all miners run standardized software, the entire hash rate of the pool could end up with a competing pool. -The rejection of templates triggering fallback could be happen in several other scenarios, asides from the pool rejecting the template in order to censor transactions: +Aside from pools rejecting templates with transactions they wish to censor, there are several other scenarios where template rejection could trigger the pool fallback feature: - A bug in the pool or downstream - A connection interruption between the pool and downstream -- Downstream creates custom templates that are below acceptable fee policy defined by the pool +- Downstream creates custom templates below the acceptable fee policy defined by the pool **SRI’s pool** is simple and opinionated and currently can receive a template from the Template Provider, and create jobs for the downstream with the adequate difficulty. Anyone can easily deploy this simple pool today or use our libraries to integrate into their existing operations. Going forward, we plan to continue refactoring our code to allow for more diverse use-cases. Anyone interested in integrating SV2 into an existing pool, or starting a brand-new pool, [let us know](https://discord.gg/stEjAZ2y8r), we’d love to collaborate more closely. One example of a pool using SRI in production is [DMND](https://dmnd.work). -**Template provider** enables the selection of transactions from the locally-run bitcoin node. Miners (soon, also independent third parties) can create custom block templates and declare custom mining jobs to the pool. Currently, to use the Template Provider you need to use our patched version of the Bitcoin Core. Sjors Provoost, opened a pull request in the Bitcoin Core [#29432](https://github.com/bitcoin/bitcoin/pull/29432) which can be tested and reviewed. We’re inviting code reviewers to take a look at smaller PR’s that build [#2943](https://github.com/bitcoin/bitcoin/pull/29432). +**Template Provider** enables the selection of transactions from the locally-run bitcoin node. Miners (soon, also independent third parties) can create custom block templates and declare custom mining jobs to the pool. Currently, to use the Template Provider you need to use our patched version of Bitcoin Core. Sjors Provoost opened a pull request in the Bitcoin Core repo [#29432](https://github.com/bitcoin/bitcoin/pull/29432) which can be tested and reviewed. We’re inviting code reviewers to take a look at smaller PR’s that build [#2943](https://github.com/bitcoin/bitcoin/pull/29432). ## 🙏 Thank you! -SRI 1.0.0, wouldn’t be possible without our contributors, supporters, working group, testers, and community. Since our last update, our contributor base has grown even further! What once started as a one-man project, is a community of contributors building backbone infrastructure for the entire mining industry. +SRI 1.0.0 wouldn’t be possible without our contributors, supporters, working group, testers, and community. Since our last update, our contributor base has grown even further! What once started as a one-man project, is now a community of contributors building backbone infrastructure for the entire mining industry. A huge shout-out to: fi3, gitgab19, pavlenex, plebhash, priceless-p, satsie, sjors, ccdle12, darricksee, jakubtrnka, lobarrel, lorbax, rrybarczyk, vincenzopalazzo, 4ss0, 0xSaksham and many more! @@ -62,12 +62,12 @@ Special thanks to [Santacroce](https://santacroce.xyz/), [Hut8](http://hut8.io), ## 🏁 Dive in -After months of testing, including over [600 blocks](https://mempool.space/it/testnet/address/tb1qa0sm0hxzj0x25rh8gw5xlzwlsfvvyz8u96w3p8) mined on the testnet, we are confident to invite you to [experience SRI 1.0.0](https://stratumprotocol.org/getting-started/) firsthand. +After months of testing, including over [600 blocks](https://mempool.space/testnet/address/tb1qa0sm0hxzj0x25rh8gw5xlzwlsfvvyz8u96w3p8) mined on testnet, we are confident to invite you to [experience SRI 1.0.0](https://stratumprotocol.org/getting-started/) firsthand. Your feedback, issue reports, and feature suggestions are invaluable to us, directly shaping the future of SRI. For the most straightforward experience, consider running the full stack locally or connecting to our community-supported infrastructure. To ensure SRI 1.0.0 works seamlessly across various setups, we encourage you to [share your testing experience](https://forms.gle/QAX3hriMzKAMELFB6). -Please [report](https://github.com/stratum-mining/stratum/issues) any inconveniences or bugs, and feel free to ask for assistance through [Discord](https://discord.gg/stEjAZ2y8r). Your active participation is crucial in refining and enhancing our software for all everyone. +Please [report](https://github.com/stratum-mining/stratum/issues) any inconveniences or bugs, and feel free to ask for assistance through [Discord](https://discord.gg/stEjAZ2y8r). Your active participation is crucial in refining and enhancing our software for everyone. **Start your SV2 journey [here](https://stratumprotocol.org/getting-started/).** \ No newline at end of file From 73b89b3bbe8b56c506ac288233474355e1c1e205 Mon Sep 17 00:00:00 2001 From: Pavlenex <36959754+pavlenex@users.noreply.github.com> Date: Tue, 19 Mar 2024 17:03:21 +0100 Subject: [PATCH 3/5] modify date Add video, add mailto reposition video --- src/_blog/SRI-1.0.0.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/_blog/SRI-1.0.0.md b/src/_blog/SRI-1.0.0.md index 9e81c90..34f2e83 100644 --- a/src/_blog/SRI-1.0.0.md +++ b/src/_blog/SRI-1.0.0.md @@ -1,7 +1,7 @@ --- title: "Introducing SRI 1.0.0 - the most important milestone in our Stratum V2 journey!" description: "We are thrilled to announce the launch of SRI 1.0.0! This marks an important milestone in our mission to decentralize and enhance bitcoin mining and stands ready for immediate testing and integration." -date: "2024-20-04" +date: "2024-04-21" authors: - Pavlenex tags: @@ -17,6 +17,8 @@ Start your SV2 journey with our [getting started guide](https://stratumprotocol. ## 🛎️ Key highlights +[![SRI 1.0.0 Announcement](https://img.youtube.com/vi/cyduxNB5R7E/mqdefault.jpg)](https://www.youtube.com/watch?v=cyduxNB5R7E) + ### 👷 Miners - Connect to a SV2 pool without upgrading existing SV1 firmware through Translation Proxy or - Connect to an SV2 pool directly with an SV2 firmware device (BraiinsOS) @@ -57,7 +59,7 @@ Special thanks to [Santacroce](https://santacroce.xyz/), [Hut8](http://hut8.io), ## 🎁 Support us - Individuals can support the development and maintenance of the SRI by [donating through OpenSats](https://opensats.org/projects/stratumv2), a 501(c)(3) public charity dedicated to supporting open-source Bitcoin projects. -- Corporate entities interested in providing grants to SRI contributors, please get in touch with us directly. Your support can make a significant difference in accelerating development, research, and innovation. Email us at: stratumv2 at gmail.com +- Corporate entities interested in providing grants to SRI contributors, please get in touch with us directly. Your support can make a significant difference in accelerating development, research, and innovation. Please [get in touch](mailto:stratumv2@gmail.com) - Contribute - We’re inviting developers interested in contributing to SRI to look into our codebase, study the specs and join our regular weekly developer meetings on Discord to get up to speed and get proper onboarding. ## 🏁 Dive in From 66fe99b4e833791160a8dfa3b46f0b8a4fe98f23 Mon Sep 17 00:00:00 2001 From: Pavlenex <36959754+pavlenex@users.noreply.github.com> Date: Thu, 21 Mar 2024 17:11:44 +0100 Subject: [PATCH 4/5] replace hut8 logo --- src/.vuepress/public/assets/hut-8.png | Bin 10175 -> 0 bytes src/.vuepress/public/assets/hut-8.svg | 34 +------------------------- 2 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 src/.vuepress/public/assets/hut-8.png diff --git a/src/.vuepress/public/assets/hut-8.png b/src/.vuepress/public/assets/hut-8.png deleted file mode 100644 index bdb9ad6785f3e48b10e16139d4ee799d258029df..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10175 zcmeI2WmJ^!zwU=pLP|mfNeNLx>274Gp`>F(X+*laK_!N61Q|jER6sfeeo_)rBi%7{ zIYYB={(GN&-kkknuXWB^=f!p{-we-sp8L7u`@OEu^~7kwlu3!{h#?RNsR~q42Li!K zxc*Og1N;))D*OuqVTPzE%02fs-<~0A>i4+p+K&&Ii}}nxoRAQ}ZDpyVn4iecwG>aQ z*7t`>HKvzvq^SMFy$O?BT+dS}l~T21RFtB(P^U6^yZeo1GT7Y1#yPj?LkVn4ZhY6S z%gIF`)@z`7ZF=|29|h;26yt%pZq8*p7eBxWy!GYLBXL#B9&C z!hgmy@xA)_9^nF4S#k02 zrABtnc+K%BM3JQs(>!9MzyF5rZUcj~zafWaF1JGDEyPFV_y$cpetd9kBF50vS+b$ z9C5q&M71^WpojCIlS;Gu4%~l1oCMlRNMT7h@y#mf%}hg2lBP7*KW}N?JrteJo{Wwg z@?FdETCNPbDBGH<9SopL*r8yCVlzdYcpp4_pI}^L&mQ@#y8QtcCp7T##71BlyOIVM z&e@UmRSIUFagAKDSFXpnDOQam5)1o{H^%*aPiTw%kz_! z{3u3#4HcimRgI*1XE*x?#&{V*4ypH8KQrvyI#cqM2e%tas9TDYSS~Hj<*$i1#E;6N zVr#uTEmO}H)qWOB$Ic1McFw!e$&QQfqN%WWx>+gG7hnB)g8$RSeON3@q653*`0&Km zBtpgy^BQF&d(I+DfqHv~k2hWllYX=_Be7^vPgdN93VipfD=x$O2~GLt28vwzxb4>2 zm@LjBP1!yxFZ#>$O(y@LUyVaP3`SMf8e0$J!$+12FK8IV-4hx-HhaNJFN0O!&|*b* zIJaxmW;wMO=~tL?@ipy*8mSUQE04-j7*y{$PF9zq*Gdd3%||oKvge1aRG!5%I!4Yj zN_r37AIXfRJ)R8Gu6JE28FfuQOqcN7N+`|?G%ixlX#WE51O>uH0aZ5qTivX|{pnS_ zzFdXSJKbVfPbdM&@_rYS2!XF__4vnrSiIyxG&PU0;G_7wY9qC%vyH)8-@o=KqhJ|I z=DlV~pM!MiI9u|*F?o}YS4%%*tvzOF9_yzUeR5V!dBhGTA?3T{R3^Qq($a}&4W*f; z!^UW-HR7j~AEr(d&p!eZ;$)Zak23ShXs^~ms%mqUr05!M#unTlyZ=zY`WN)?+lEs~ zI*~W8GaC!UI%a&{Gl24?9NPo z@wRP1q5-V@6{^Clh-u{lJJ)K7-5$!z_x-!EdWjZ47nu~|WS}Yf*pc2(*2*k9PqIB# zn-+9=n5Vt1rWHlTz%LX=M8(k^f_Kx@#*9v!Q|XTLC`X;^O0Uw2jq2oQdV^ctgRw7dt9!CPwge zRuz+CV2=2tSJqor*x{qQ;rQ5vx_qG$q*_`g%#)Owd6t4X zT4HkRaLTE*-m8npEUGX5LReN5pAgbUjDrjLA|DKae7?RWFrAq&7$SH7t>w6Q@cMth zak@ky)geL5vJ_rNut3Pm`2Vu~1}9TL;!b=J<;NF%NJ!DfV*^7(#wz+^sL`_ug}pT) zt<;y#AtINLAW@N>dNhg+9(U{}pR<{GBHBZYp=V^Q*h`~A@BKEFjOjT7OGA9Z55zRL z>z8;DjS}yuxo&sIwB47QJ4NLf!V+V?ktwR2o&8dow2d0CPe@cfTRLXCaBxYPN!DWt!=d!U(5A zPP?V4`|2;Xov-c}{RMm_)nEHFg7bbGJBB7u6As! zteU+$Vmwr%7b6vwID99qHN9gVatOZZ&~FdK`R zSI~Zy%I<27tbe!{cc?KioLu%j+6o=^KT-J_+LKMoMQiBwPd6`FU0+clOzQ*Zn7BB9 z9V}Cx=#I#W5`-4M{Kqotf|hL5^9Cs$+a{_q&2P8az;(IX!k%GNlA@9~Fb(hN;*nc6 z(d)d+-Js#U8j)oL`JJ8+*@QwvU8phD5M40syvN232l`L4IEXked}Ral6VtWxEq5Q@jGGRoH6JuY7K=HKOpwz*b0la5#p@SXX;$QSr&Y5`@EpeRf$C)rbS>wQ2 zH5*_MDCYW{ku?10R=ElLkNRC@d*Vr1!VIsYSt-^Kip1WKNtK=HAFoR5VQfcYCE@s7 zb&grTwo%G-<7GCu4~B~#k^YemIPE^(Uz&*u7Q8djcrQ9Je5BZFaYM*;rc;Ig)#2(3 z??0o|zp(f%=Cmb_qn~mx3;Eeyy$A&|bH8%Qx*fHQ+P|$FC_zYdkyQugELbgqj__Pg zCSz_$vCwmS9i!bjc_J^PJMU0NOk?T(&e~PucR@_QfqCZF?0Heot@I}P5~S4W`p0ih zbJCzWPd<>H=OZ9_D|nIw9or1Osx6IBd{nP_ija;vMEy$RDRVE=R(K|Ok+j^K+K&%a zWm&|J8aHSigvJ0rtWbSoj%1gbc(TN`ed(A8F{qE9CR*xp zvHS58YXDhM{AzYGIsVE#Jzb9!N-v2!Ba9_c5Sop!1(h<5MIkahv#V6MIMI|aS_&8c z5*dN{8`9n=_ffXLFgU%|p^(5^^}2)We1A=A)MU6keDN{T)nLql-Qk1qH=jf6d*bdTzw%^c8XlA5X@dqL zZI_fdAbRx*57FckcBW$z+$g4Dbc%*6Sk5%GwQ4pDHVmb#C}q~xIj8!GuHltI2eOCD z^m*<%D?I3-JoZWSEZFQW1CmFZ0Nr&qh+ zw@M@>6R{E9tuSk}{FVOH+HxE{Vr`_tyb2yCU#f#tU-0hZsWpB6!5-%mwtwga(3-J! zvnmLTil7~Z&vvs%z4AWEJ54gV9c6_c^o_@l((p)=KV6UelbJ?3VpJ+p13aFDWv4PIWg%G zs$sGU3%hNUAj(nz4?31xZYE&$!(O(?h)rhe=Z7vgAY*Si`jtrn^FBWcp z`F4+lRyW+K@Ohp1+26~1IpQAteLj*`=Z8A7Y4)0Nm<)eRX?IzY;&}NOBl?8})2B9a zrM#r76dwAfO6WUU>#v>E=vQy1I5N!rlmc@FOkheD{4ZQv>6uf3o*?Cst;th#`ZZb! zml=^6Zuax)+5TL&S(Gy%Uc0m{qU5lxT08y;bdqfjJW?f=Qy;DjUsGcx#LQ`F>Z?1Ia|>42}#qC$-gkQZ9?( z>RG}XEmxO**aZ?hx$=*t<`<3K!^j`?jIfbZ(&F)a_~YldUK^NsOWr&67kT}M8OX9^ zVaLhzh})&H%(;|6$r#UXOefUN`t}KuN}X+0&F;p#oY!@~UHQR$a_Z1{Nx9~KG5dE@ zi9>_pWH4yj1_@2$GOD&kJg+pL5&UO+wmFMJ&Xg7CnCkK0g(_6&@$xKx?2Ok=$E@xA zuUz(ncso{^3+m}LB!ySILe@XCzPgr|rU-bDN8UiOP!rhX6cMiI4|m}XsN=?W*(%soaKc3 z!$tTm2Rwj_f8W2(mWdb=2Emy=`l%yO{O(se|9XmXLzf*FJ_Ai z$Ue`!RTFUjQ^w0pvgYqTeHl*uSpWT=?DZn2Rk!tLi&ar`=_p=!;FG9aK^_LwP%ek@&xlkWAm`5PH1d?2eg9eltWZ=nS4u;9A9`I^ z+d<9#mswUUpkV{fGZ{QQL;B{0mofG1>D_De3`JhVUC(-NXj*9OH--+ehvI7JFO?WO}9dgsM&-vK|&7Q$ueXU{vnmWRc#oVTKe zA+{{C^J=GdE%4Sr>v#HHRl0ljq-!IZGAXmoetnUo^q)yA1Ej^N4M;FW8d)5e8pTZ? z`!d4);JLmVTxjsR zqj<1ZUU-Y?wPjwdg#;=Ew_&SajMr0%J2ZkB(I&k;6L^Z|yeI8n*K~oIay?j9!P?y! zy0=GX?HdR>PQmT_y*|9xipM6`=UEXf=TWg{o@d^TV`8vp@@oSE*7KvT;X+y;ZzK0c zMD4)X(B|eI+;LS^RieW~F$Gu>o7PLX(&;g*d}%0O;Q;WLEaQG)=RaqS1y?HuGgsJ# zl$W9G4`IM~Yuxk{4DBSM-1bVB@T$1xQ<$9@2Mk)Z{u-22J5G&{$`<_fRt>ZN5lXPS zHqqcww#nT#2hIpPPaD0U?TgIBH+2h9SnXkH0pO<%b}jc9`NS& zxcJf663D#v&5XLTHvn88&AZENO?AZ<3Wc)L%zagU#xXcVuHf#!g~&B%m1wby+&Y>M zBhMuA|NZFb;}0UT?GLB{m+iHoIKNXdid{mALVCKpz`qK01lF{&8uuH2PaL;&*WhmU z8SPDZOhi^lk54$vuwA=8lpmJSUm?&jA`VTw(G|xa@$2@ZBu>p1TgyBDx{b+XGSWd; z>U^)mn)GwE?YL{Z!W~KfrC1Sl&U&&wg5d`MikY7rtn}NK+YVTJsTpsk3)sZnVw6m` zsE1;&X&v2Nks0@-jQ$<&uRB}u$s;Ni9j}m7n-LRSA3sYdyK3^23#x{@1p~YW=3$+76~kZBpT3IB2rKAt4S634 z03tFZzcwe}6kROUZ>>2wm|wPH@9ckhvQ|+Q{5}l)y*MOah%%?xWhKRcgPslMmLkB7 zEw7z@Sz~JHjZf&DJBw1ViP;=}=&Mjx2yjhBYT3tn_Z3qPJW$7-5s&mfb$25ktc;sD z30C`ofT~bWjz@7##kssqgdh-|nE!Sq|9?u= z`3b(e?c_u^gFT>@E9o=cm{eoYaYF?Pb>1Z_laC7b z0EL4c6iGKG)znKy>%rXZSq6Rk!1%Pp7T(7O70IC2)RQAK9#_=KgYv`{OD~cN*tqKc z;y>(OJJT^;f5q&bw`QA707m5KOXCySEoBNif7+u*p=sNGz;*FzL~~=|JCxY{!kp)5 z8s+Zf3uB8!gJ8cPmEO_nwD|kz9zsvg z0oHzrG4mMH8~$dc=Chh%qu#&UFEW=51m8b`!4{kcty++KiIG2|DIZvlebRFUQb;ZC zzL>g}Xun|(L1@(+5sl-<#xU|-{m&0_VZ0?@+pa(cQ>y>j@aYLC1(x$|A&Ei`9I@IPk}kV}jgjK`dpQJGtg?`BWW*`RA^MlwoEP$0@(+_>xsrAq zA-u-b-LJ24Awa?zuNFcTnG}?5|87sA0tlr6FQXg^-CO_t(K_`KfHz4;<6z%>)Og0! z&aS52NXBg1+lu$jzlkGX!ib0Zi3t_Vp;$D@(1mAM1TR>7?`V8R<226zfup zUhh=oqk>U_!bg$c#pw6zS1M}7sNK=H#MdlUiR2H^EO7VOW#NExz(`O5F(pHxP2fCR zWL0Eye7Z*3leJEKCbe&bgvdbm@H<@XA1>0MzbE1O`VR+B0C$f6pYM()Se9da99+e9 z@UGTAWPDSggDTKwzA?sgfj>a<7(1lYqYp2Zn67M3+2wy9&IVx3d^SppmqAzA>4*`8 zR)?9cA-qq_03RM~CXuE*Wx#>ppa8Y-Ln&4N+yi{YhnT>zoleO9`JW>0=2f867{0BB z{Q(d$ys#fC?(^h1O9jgwSmnOczne2rI@O-r#v@)-u$bHI^3uXDqaZjGiE&K_{H2-( zhGcqK&Lb@!oXfZ!oYyz{@uLB1hsYD7unR*Ljit!Gzfntn_YoLxtAE#=+7=_f6t`Jh z_BU_{RkAYN*BwR07x;t%nCTcN#hBijYjWBbtu{a<@Ckzxs-0d9=1N(Rxa3$>)PDWD z@%C{=0>4#nczJ!H=gzHRpn{pX&AJ{@lj1agO|JU$QgncyUA+DAbJ6vu%|X5;ZWI#u z(CiUwh}p(MuHTNz*f^jBheShtOcGyS{`2;WgE!jGt}PhHdfc}Tt2a`lfegC3Ty1h* z0|Ipz%v*lt{ogwZd4Z>;#WI~xnT&|Wmf=tZ8KX-u^U=rq$#I(~F}#)D6q2)J(D4K| zB_p!<=8I4{AjFyWoN}~aQV41xV-W8K3CVO+0WXkDuJdg;num{$e9)|sR~NfMGf~6Y z1Bxh>Q1Q|yqr19!RlKFcAC<}7Y~+e}6nSqC)|_bghQMqvF9bwGX%ZcPFs8t`D(b^GQUR)T@gM`f4|Oo9H+iNSUOkr| z?MTaGoV>BUmKWp+CxdDuSe4X&?9{9-_{;uoxn;AQnnup;yA3j?%$PF3`aPK<<0+V3 zU{h~*8+WDcKym$4t0{fbIl?6PA;NdAC7^!;XF)W7AE5i5#ed#u#9AFJ_k43l>j>0# z^gVf@_w}U`dbYXIPsBeQqH@zcySdTm(R5Lh|6Bazif>bu@YXMfqDRfhoUO{%%LcIE zav<@vke}xZI(aAPF#an%bo`}zOrjRcqGVj$@uO>J^28qq2Z}`6Wst5R?u)sGlaiO4 z*=is`(rB&0jopU_o+veVZfAf+2)uAR=OMU{dXPFSSQ0>&Oe#8P)k9JT!fX}5! zoD~}CyHFE$n%$bE83ydh3Y;J?o}u}nvn~qeOGWTF73CA3{E!4=ak|I%E92vdlnk3$$oO3 zO}mOlEREeeh@AR*xoUHGXzmC&n^g&U2F7Q1gyaf`9m{IO!L(pk`PFB*SXkb9o&iPllZ~b}t z+FMi_u#YcPll=VUA-1GEqnpUq%|5+u7M3 zL9znmfd$D89#i*`th>#aNr$2~A|z;o2Llqj;byfx`SDi^QA`b99ZH-R5q{;#6)s4j zR%dtfo&**JHsDux6z&Y|4fn*DGt%1u=dONV(pw9}^^2u1oaGDE(s&O*xSbhsTG4W9 zuPgAoh-aG{r3at$+m*`Tw|dK!-4q!$E1v=((g;e+1D50uN_Efy1ieNikDt#)&U$Fc z+!B2KXDDEub>LM;9vE^s?X!mE+CwM4YN9gr4E`dqO_0AO0vVO*2_<=Jjl(c|r_ zJvzpQ{u~K|?@n_&((l=hutz^`GO=Asu)~Hn?Hhe}$(wn~TdW5H%N?s7P%xksIlN{( z3>LA4icF7LSbj7;yWZwcKjxj+%zF{L@m06|P8bqnOf&P$Fyd56Yj6&I@H}L>C}*uB ziX40X=iUV14^BH2cXzy2nr_rMpi)l`*ZMSNF4!DU6+&5;e&e5wfC7m9Qkim?J4Al( z472UV6sZZ8^BxZ~;Id9qy+66a`k<&BxJ(H(O_=2!H;2j4c( z@E9M3(y54^w%nBo^#9YPaJ?P490NCI8oe@O{{l31ruOXp-396Q6yM*>JmPCUN?h|{ zd1Tk^M?{K5jdu;9lnss}f&iotbENy-&MKr~B%HljX;M2d{W2xLvGikW<8_d{=W)s8 zIN%@%0)O4J;MVKQ%L8oTo!}dXj8B@ir3=*R*UZGksd;QV3b(X4-)}Aen*lqpz1iZ{ z3;;w{oHy<)5QN7+1qLM_=E?C=JQ9{8ZlPSU&Qx%@j~2Zc9opRZ?C8i# zh`oCnRgp6QlKr|8StyD4lqnt(Fb~&$AyoR++F+iHOZ{ygcR@>c^Qc)?y|5+t)oEJB z>yoZl``Nk$SmB9gzuIEIly$dCFdoxeLgQ$i@PYTv8hx cgPAy&;ea{cC%t|35CZ - - - - - - - - - + \ No newline at end of file From 473e08e40e5b0017f2dec20aa592156772ef47ab Mon Sep 17 00:00:00 2001 From: Pavlenex <36959754+pavlenex@users.noreply.github.com> Date: Thu, 21 Mar 2024 18:54:24 +0100 Subject: [PATCH 5/5] replace dmnd landing page --- src/_blog/SRI-1.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_blog/SRI-1.0.0.md b/src/_blog/SRI-1.0.0.md index 34f2e83..1c6030a 100644 --- a/src/_blog/SRI-1.0.0.md +++ b/src/_blog/SRI-1.0.0.md @@ -43,7 +43,7 @@ Aside from pools rejecting templates with transactions they wish to censor, ther - A connection interruption between the pool and downstream - Downstream creates custom templates below the acceptable fee policy defined by the pool -**SRI’s pool** is simple and opinionated and currently can receive a template from the Template Provider, and create jobs for the downstream with the adequate difficulty. Anyone can easily deploy this simple pool today or use our libraries to integrate into their existing operations. Going forward, we plan to continue refactoring our code to allow for more diverse use-cases. Anyone interested in integrating SV2 into an existing pool, or starting a brand-new pool, [let us know](https://discord.gg/stEjAZ2y8r), we’d love to collaborate more closely. One example of a pool using SRI in production is [DMND](https://dmnd.work). +**SRI’s pool** is simple and opinionated and currently can receive a template from the Template Provider, and create jobs for the downstream with the adequate difficulty. Anyone can easily deploy this simple pool today or use our libraries to integrate into their existing operations. Going forward, we plan to continue refactoring our code to allow for more diverse use-cases. Anyone interested in integrating SV2 into an existing pool, or starting a brand-new pool, [let us know](https://discord.gg/stEjAZ2y8r), we’d love to collaborate more closely. One example of a pool using SRI in production is [DMND](landing.dmnd.work). **Template Provider** enables the selection of transactions from the locally-run bitcoin node. Miners (soon, also independent third parties) can create custom block templates and declare custom mining jobs to the pool. Currently, to use the Template Provider you need to use our patched version of Bitcoin Core. Sjors Provoost opened a pull request in the Bitcoin Core repo [#29432](https://github.com/bitcoin/bitcoin/pull/29432) which can be tested and reviewed. We’re inviting code reviewers to take a look at smaller PR’s that build [#2943](https://github.com/bitcoin/bitcoin/pull/29432).