/libbitcoin-network

Bitcoin P2P Network Library (version 3 only)

Primary LanguageC++OtherNOASSERTION

Build Status

Coverage Status

Libbitcoin Network

Bitcoin P2P Network Library

Make sure you have installed libbitcoin beforehand according to its build instructions.

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

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

About Libbitcoin Network

Libbitcoin Network is a partial implementation of the Bitcoin P2P network protocol. Excluded are all protocols that require access to a blockchain. The libbitcoin-node library extends the P2P networking capability and incorporates libbitcoin-blockchain in order to implement a full node. The libbitcoin-explorer library uses the P2P networking capability to post transactions to the P2P network.