Crypto Mining Glossary
Definitions for every key term in Bitcoin mining and cryptocurrency.
- SSHA-256
SHA-256 (Secure Hash Algorithm 256-bit) is a cryptographic hashing function that produces a fixed-length 256-bit hash. It is used in Bitcoin and many other cryptocurrencies for the Proof of Work (PoW) mining process. SHA-256 is used to secure transactions, verify data integrity.
- SSHA-256 Coins
SHA-256 coins are cryptocurrencies that use the SHA-256 cryptographic algorithm for securing their blockchain and ensuring the integrity of transactions. SHA-256 (Secure Hash Algorithm 256-bit) is a hashing function used in the Proof of Work (PoW) consensus mechanism to validate transactions and create new blocks in a blockchain. The most famous SHA-256 coin is Bitcoin, but other coins, such as Bitcoin Cash and Bitcoin SV, also use the SHA-256 algorithm.
- SShare (Mining Share)
A mining share is a unit of work done by a miner in a mining pool. It represents the miner’s contribution to solving the cryptographic puzzle required to add a new block to the blockchain. Shares are used to distribute the block reward among all miners in the pool based on their contributions.
- SShare Difficulty
Share difficulty is a parameter in mining pools that defines the level of difficulty required for a miner to submit a valid share. It adjusts based on the pool’s total hashrate and helps ensure that miners are contributing meaningful work towards solving the block puzzle.
- SSolo Mining
Solo mining is the process of mining Bitcoin independently, without joining a mining pool. In solo mining, a miner uses their own hardware to solve cryptographic puzzles and find blocks. If the miner successfully mines a block, they receive the full block reward.
- SStale Share
A stale share is a share that is submitted by a miner after the mining pool has already found a valid solution for the current block. It becomes invalid because the block has already been confirmed and added to the blockchain. Stale shares do not contribute to the successful mining of the block.
- SStratum Protocol
The Stratum Protocol is a communication protocol used in Bitcoin mining to facilitate the efficient exchange of information between miners and mining pools. It allows miners to connect to a pool’s server, receive work (mining tasks), submit results (shares), and receive block rewards. Stratum is designed to reduce latency, optimize performance, and allow for scalable, low-bandwidth communication between mining hardware and pool operators.
- SStratum V2
Stratum V2 is an updated version of the Stratum protocol used in Bitcoin mining. It builds upon the original Stratum protocol by adding features that improve communication efficiency, security, and decentralization. Stratum V2 enables more advanced features such as block template negotiation, miner-generated block proposals, and better data privacy, aiming to give miners more control over their mining operations while reducing the risk of centralization.