Skip to main content

Crate ckb_miner

Crate ckb_miner 

Source
Expand description

Miner implementation for CKB block mining.

This crate provides mining functionality including block template generation, proof-of-work verification, and worker management for the CKB blockchain.

Structsยง

Client
Mining client that fetches block templates and submits solutions.
Miner
Main miner coordinator that manages mining workers and block submissions.
Work
Mining work unit containing a block template and work ID.