Skip to content

bitprim/bitprim-network

 
 

Repository files navigation

Bitprim Network Gitter Chat

Bitcoin P2P Network Library

master(linux/osx) conan-build-win(linux/osx) master(windows) conan-build-win(windows)
Build Status Build StatusB Appveyor Status Appveyor StatusB

Make sure you have installed bitprim-core beforehand according to its build instructions.

$ git clone https://github.com/bitprim/bitprim-network.git
$ cd bitprim-network
$ mkdir build
$ cd build
$ cmake .. -DWITH_TESTS=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-std=c++11" 
$ make -j2
$ sudo make install

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

About Bitprim Network

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

About

Bitcoin P2P Network Library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 90.7%
  • CMake 5.2%
  • Python 3.6%
  • Shell 0.5%