Libbitcoin Blockchain
From BitcoinWiki
This is the approved revision of this page, as well as being the most recent.
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.
Contents
Consensus Validation[edit]
By default the library depends on the libbitcoin-consensus library and its use can be selected by run time configuration. 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[edit]
- The blockchain was originally contained within libbitcoin and contained libbitcoin-database.
Dependencies (Version2)[edit]
Dependencies (Version3)[edit]
See Also on BitcoinWiki[edit]
Source[edit]