/libbitcoin-node

Bitcoin Full Node

Primary LanguageC++GNU Affero General Public License v3.0AGPL-3.0

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