#bitcoin #protocols #mining #stratum

const_sv2

This crate holds all of the shared constants used across the different Stratum V2 protocols and roles crates

7 releases (4 stable)

3.0.0 Dec 27, 2024
2.1.0 Oct 17, 2024
2.0.0 Aug 9, 2024
1.0.0 Mar 21, 2024
0.1.0 Jun 14, 2021

#11 in #stratum

Download history 118/week @ 2024-10-28 145/week @ 2024-11-04 39/week @ 2024-11-11 67/week @ 2024-11-18 109/week @ 2024-11-25 85/week @ 2024-12-02 190/week @ 2024-12-09 86/week @ 2024-12-16 193/week @ 2024-12-23 53/week @ 2024-12-30 126/week @ 2025-01-06 91/week @ 2025-01-13 88/week @ 2025-01-20 803/week @ 2025-01-27 913/week @ 2025-02-03 1052/week @ 2025-02-10

2,865 downloads per month
Used in 18 crates (16 directly)

MIT/Apache

17KB
114 lines

const_sv2

crates.io docs.rs rustc+ license

const_sv2 is a Rust no_std crate that provides essential constants for the Sv2 (Stratum V2) protocol. These constants are crucial for message framing, encryption, and protocol-specific identifiers across various Sv2 components, including Mining, Job Declaration, and Template Distribution protocols.

Key Capabilities

  • Protocol Constants: Define key protocol discriminants, message types, and sizes for the Sv2 binary protocol.
  • Encryption Support: Includes constants for encryption using ChaChaPoly and ElligatorSwift encoding.
  • Channel Bits: Defines whether specific messages are associated with a channel, simplifying protocol handling.
  • Modular: Supports a no_std environment, enabling use in embedded systems or environments without a standard library.

Usage

To include this crate in your project, run:

cargo add const_sv2

No runtime deps