Skip to content

bitprim/bitprim-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

605 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Bitprim Client

Bitcoin Client Query Library

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

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

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

About

Bitcoin Client Query Library

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • M4 42.6%
  • C++ 33.6%
  • Shell 12.7%
  • CMake 6.1%
  • Batchfile 2.6%
  • Makefile 2.4%