lastcanal / 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 and libbitcoin-network beforehand according to their 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.

Installation

Macintosh

Using Homebrew

Installing from Formula

Instead of building, libbitcoin-node can be installed from a formula:

$ brew install libbitcoin-node

or

$ brew install bn

About

Bitcoin Full Node

License:Other


Languages

Language:C++ 73.5%Language:M4 18.0%Language:Shell 5.7%Language:Makefile 1.5%Language:Batchfile 1.1%Language:C 0.2%