betachen / libbitcoin-network

Bitcoin P2P Network Library (version 3 only)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Bitcoin P2P Network Library (version 3 only)

License:Other


Languages

Language:C++ 64.1%Language:M4 28.9%Language:Shell 5.3%Language:Makefile 1.3%Language:Batchfile 0.4%