lclc / libbitcoin-node

Bitcoin Full Node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Coverage Status

Libbitcoin Node

Bitcoin full node based on libbitcoin-blockchain

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

In version2 the bitcoin-node console app is for demonstration purposes only. See libbitcoin-server for release quality full node functionality.

About

Bitcoin Full Node

License:GNU Affero General Public License v3.0


Languages

Language:C++ 74.6%Language:M4 16.9%Language:Shell 5.4%Language:Python 1.6%Language:Makefile 1.3%Language:Batchfile 0.3%