mining_sv2 5.0.1

SV2 mining protocol types
Documentation

mining_sv2

crates.io docs.rs rustc+ license codecov

mining_sv2 is a Rust #![no_std] crate that implements a set of messages defined in the Mining protocol of Stratum V2. The Mining protocol enables:

  • distribution of work to mining devices
  • submission of proof of work from mining devices
  • notification of custom work to pool (in conjunction with Job Declaration Subprotocol)

For further information about the messages, please refer to Stratum V2 documentation - Mining.

Usage

To include this crate in your project, run:

$ cargo add mining_sv2