stratum-core 0.0.0

The Stratum protocol defines how miners, proxies, and pools communicate to contribute hashrate to the Bitcoin network.
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Stratum Reference Implementation <>"]
description = "The Stratum protocol defines how miners, proxies, and pools communicate to contribute hashrate to the Bitcoin network."
documentation = "https://docs.rs/stratum-core"
edition = "2021"
homepage = "https://stratumprotocol.org"
keywords = ["stratum", "mining", "bitcoin"]
license = "MIT OR Apache-2.0"
name = "stratum-core"
readme = "README.md"
repository = "https://github.com/stratum-mining/stratum-core"
version = "0.0.0"