Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 712 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 712 Bytes

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