Skip to content

learn-alexuser01/libbitcoin-node

 
 

Repository files navigation

Build Status

Coverage Status

Libbitcoin Node

Bitcoin full node based on libbitcoin-blockchain

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-blockchain beforehand according to its build instructions.

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

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

Currently the bitcoin-node console app is for demonstration purposes only. See libbitcoin-server for current full node functionality.

About

Bitcoin Full Node Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 79.9%
  • Shell 14.8%
  • Python 5.3%