Crates.io | template_distribution_sv2 |
lib.rs | template_distribution_sv2 |
version | 4.0.1 |
created_at | 2021-06-14 17:47:30.324841+00 |
updated_at | 2025-09-24 23:10:03.826923+00 |
description | Sv2 template distribution subprotocol |
homepage | https://stratumprotocol.org |
repository | https://github.com/stratum-mining/stratum |
max_upload_size | |
id | 410027 |
size | 27,201 |
template_distribution_sv2
is a Rust #![no_std]
crate that implements a set of messages defined in the
Template Distribution Protocol of Stratum V2. The Template Distribution protocol can be used to
receive updates of the block templates to use in mining.
For further information about the messages, please refer to Stratum V2 documentation - Job Distribution.
This crate can be built with the following features:
prop_test
: Enables support for property testing.To include this crate in your project, run:
$ cargo add template_distribution_sv2