Skip to content

zxgjxc/libbitcoin-blockchain

 
 

Repository files navigation

Build Status

Coverage Status

Libbitcoin Blockchain

Fast Bitcoin blockchain database based on libbitcoin

Note that you need g++ 4.8 or higher. For this reason Ubuntu 12.04 and older are not supported.

Make sure you have installed libbitcoin and libbitcoin-consensus 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++ 93.0%
  • Shell 4.4%
  • C 1.4%
  • Other 1.2%