Skip to content

bitprim/bitprim-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,168 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Bitprim Server

Bitprim Server

Make sure you have installed bitprim-core, bitprim-database, bitprim-blockchain, bitprim-consensus (optional), bitprim-network, bitprim-node and bitprim-protocol beforehand according to its build instructions.

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

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

About

Bitcoin Full Node and Query Server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 60.1%
  • M4 22.8%
  • Shell 8.4%
  • CMake 4.1%
  • Makefile 1.7%
  • Batchfile 1.5%
  • Python 1.4%