Crates.io | job_declaration_sv2 |
lib.rs | job_declaration_sv2 |
version | 5.0.1 |
created_at | 2024-02-15 15:47:30.070561+00 |
updated_at | 2025-09-24 23:09:54.659525+00 |
description | SV2 job declaration protocol types |
homepage | https://stratumprotocol.org |
repository | https://github.com/stratum-mining/stratum |
max_upload_size | |
id | 1141270 |
size | 73,193 |
job_declaration_sv2
is a Rust #![no-std]
crate that contains the messages defined in the Job Declaration Protocol of Stratum V2.
This protocol runs between the Job Declarator Server(JDS) and Job Declarator Client(JDC). and can be
provided as a trusted 3rd party service for mining farms.
For further information about the messages, please refer to Stratum V2 documentation - Job Distribution.
To include this crate in your project, run:
$ cargo add job_declaration_sv2