Skip to content

genjix/libbitcoin-server

 
 

Repository files navigation

Build Status

Libbitcoin Server

Bitcoin full node and query server

Note that you need g++ 4.8 or higher. For this reason Ubuntu 12.04 and older are not supported. Make sure you have installed libbitcoin-node beforehand according to its build instructions.

$ sudo apt-get install libconfig++-dev
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install
$ sudo ldconfig

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

About

Bitcoin Server Protocol Implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 61.4%
  • Shell 19.0%
  • Python 12.8%
  • Makefile 6.8%