Skip to content

chizon/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.

About

Bitcoin Blockchain Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 69.4%
  • M4 22.1%
  • Shell 6.9%
  • Makefile 1.3%
  • Batchfile 0.3%