Skip to content

thecodefactory/libbitcoin-blockchain

 
 

Repository files navigation

Build Status

Coverage Status

Libbitcoin Blockchain

Bitcoin blockchain library

Make sure you have installed libbitcoin-database and libbitcoin-consensus (optional) beforehand according to their respective build instructions.

$ ./autogen.sh
$ ./configure
$ make
$ sudo make install
$ sudo ldconfig

libbitcoin-blockchain is now installed in /usr/local/.

Configure Options

The default configuration requires libbitcoin-consensus. This ensures consensus parity with the Satoshi client. To eliminate the libbitcoin-consensus dependency use the --without-consensus option. This results in use of libbitcoin consensus checks.

Installation

Macintosh

Using Homebrew

Installing from Formula

Instead of building, libbitcoin can be installed from a formula:

$ brew install libbitcoin-blockchain

About

Bitcoin Blockchain Implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 78.7%
  • M4 14.6%
  • Shell 4.5%
  • Makefile 1.4%
  • Batchfile 0.8%