libbitcoin-consensus
« Back to VersTracker
Description:
Bitcoin Consensus Library (optional)
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: bitcoin consensus blockchain cryptography library
Install: brew install libbitcoin-consensus
About:
LibbitcoinConsensus is a standalone, deterministic library that implements Bitcoin's transaction validation rules. It allows applications to verify scripts and signatures without relying on a full node implementation. This provides a secure and lightweight method for integrating Bitcoin consensus logic into custom software.
Key Features:
  • Deterministic validation
  • Standalone library (no full node required)
  • Script and signature verification
  • Consensus-critical code isolation
Use Cases:
  • Integrating consensus verification into lightweight wallets
  • Building custom blockchain analysis tools
  • Validating transactions in non-node applications
Alternatives:
  • libbitcoin-consensus – This is the package itself; alternatives would include linking against full node implementations like Bitcoin Core.
Version History
Detected Version Rev Change Commit
Nov 26, 2024 12:59pm 0 VERSION_BUMP 730ffbb7