Skip to content

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

About

Bitcoin P2P Network Library (version3 only)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 61.0%
  • M4 30.8%
  • Shell 5.9%
  • Makefile 1.2%
  • Batchfile 1.1%