Definition
The Stratum protocol defines how mining hardware communicates with mining pools. Stratum v1 (the current standard) uses a simple JSON-RPC over TCP connection. The pool sends work to the miner, and the miner submits shares (valid partial solutions) back to the pool.
Stratum v2 is an upgraded version that adds binary encoding (more efficient), encryption (privacy), and crucially, the ability for miners to construct their own block templates rather than accepting templates from the pool. This last feature is important for mining decentralization, as it prevents pools from censoring transactions.
In Simple Terms
The protocol miners use to communicate with pools. Stratum v2 adds encryption and miner-selected transactions.
Stratum Protocol is a term used in Bitcoin mining related to network & protocol.
Also known as: Stratum, Stratum v1, Stratum v2.
The Stratum protocol defines how mining hardware communicates with mining pools. Stratum v1 (the current standard) uses a simple JSON-RPC over TCP connection. The pool sends work to the miner, and the miner submits shares (valid partial solutions) back to the pool.
Stratum v2 is an upgraded version that adds binary encoding (more efficient), encryption (privacy), and crucially, the ability for miners to construct their own block templates rather than accepting templates from the pool. This last feature is important for mining decentralization, as it prevents pools from censoring transactions.
Understanding stratum protocol is important for Bitcoin miners because it directly impacts mining operations, hardware selection, or profitability calculations. Whether you are a home miner running a Bitaxe or operating a larger ASIC setup, this concept helps inform better mining decisions.
Related terms: Mining Pool, Share, Block Template, Getwork.
