8000 GitHub - arorts/libbitcoin: Clone of libbitcoin from gitorious. https://gitorious.org/libbitcoin/libbitcoin
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

arorts/libbitcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All files in this repository fall under the license specified in LICENSE
Right now, the project is licensed under the AGPL but we're still working
on a different license and plan to relicense the project at a later date.

You will need:

  - g++ 4.6
  - cppdb
  - boost

Build cppdb using the instructions on th
51E8
eir site.

  $ svn co http://cppcms.svn.sourceforge.net/svnroot/cppcms/cppdb/trunk cppdb-trunk
  $ cd cppdb-trunk
  $ mkdir build
  $ cd build
  $ cmake -DCMAKE_INSTALL_PREFIX=/home/smf/libbitcoin/usr/ ..  -DPQ_BACKEND_INTERNAL=1
  $ make
  # make install

Edit the Makefile CFLAGS and LIBS variables to get the project to compile.
Import the database too.

  $ psql bitcoin < bitcoin.sql

A good place to start is to run:

  $ make net
  $ ./bin/tests/nettest

This is still a work in progress.

About

Clone of libbitcoin from gitorious. https://gitorious.org/libbitcoin/libbitcoin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0