Libbitcoin Blockchain

From Bitcoin Wiki
Revision as of 22:11, 27 May 2016 by Evoskuil (talk | contribs) (Split v2/v3 dependencies)
Jump to: navigation, search

The libbitcoin-blockchain library is a dependency of libbitcoin-node and libbitcoin-server. The library provides transaction and block validation as well as transaction (memory) and block (orphan) pools.

Consensus Validation

By default the library depends on the libbitcoin-consensus library. This ensures that consensus checks are identical to those implemented by bitcoind. By building using the --without-consensus flag the dependency is avoided and libbitcoin native consensus checks are used instead.

History

Dependencies (Version2)

Dependencies (Version3)

See Also

References