forked from arorts/libbitcoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Clone of libbitcoin from gitorious. https://gitorious.org/libbitcoin/libbitcoin
License
victorchoy/libbitcoin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 their 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 0
No packages published
Languages
- C++ 89.4%
- Makefile 6.0%
- PLpgSQL 4.3%
- Shell 0.3%