4 releases (stable)

new 3.0.0 Mar 28, 2025
2.0.0 Dec 27, 2024
1.0.0 Mar 22, 2024
0.1.1 Feb 15, 2024

#16 in #stratum

Download history 48/week @ 2024-12-05 62/week @ 2024-12-12 24/week @ 2024-12-19 132/week @ 2024-12-26 98/week @ 2025-01-02 28/week @ 2025-01-09 40/week @ 2025-01-16 39/week @ 2025-01-23 934/week @ 2025-01-30 1405/week @ 2025-02-06 1286/week @ 2025-02-13 1406/week @ 2025-02-20 1763/week @ 2025-02-27 1626/week @ 2025-03-06 926/week @ 2025-03-13 145/week @ 2025-03-20

4,631 downloads per month
Used in 7 crates (via roles_logic_sv2)

MIT/Apache

130KB
2K SLoC

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

Dependencies

~100KB