Skip to content

fibercrypto/libbitcoin-network

 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • C++ 59.8%
  • M4 29.5%
  • Shell 5.7%
  • CMake 2.6%
  • Batchfile 1.3%
  • Makefile 1.1%