Skip to main content

Module mining

Module mining 

Source
Expand description

Mining and block creation functions from Orange Paper Section 10.1

Structs§

BlockTemplate
BlockTemplate: Interface for mining software

Enums§

MiningResult
Result of mining attempt

Functions§

calculate_merkle_root
Spec-locked to Orange Paper Section 8.4.1: CalculateMerkleRoot
calculate_merkle_root_from_tx_ids
Spec-locked to Orange Paper Section 8.4.1: CalculateMerkleRootFromTxIds
compute_merkle_root_and_mutated
Spec-locked to Orange Paper Section 8.4.1: ComputeMerkleRootAndMutated
create_block_template
Spec-locked to Orange Paper Section 12.4: CreateBlockTemplate
create_new_block
Spec-locked to Orange Paper Section 12.1: CreateNewBlock
create_new_block_with_time
Spec-locked to Orange Paper Section 12.1: CreateNewBlockWithTime
mine_block
Spec-locked to Orange Paper Section 12.3: MineBlock