Skip to content

staring/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 (version 3 only)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 62.6%
  • M4 30.3%
  • Shell 5.5%
  • Makefile 1.2%
  • Batchfile 0.4%