Here you’ll find instructions on how to build Bitcoin Toolbox from source code.
Build or download a binary distribution of Boost Libraries. Take note of the root Boost directory (where boost/ is found). We’ll call this directory BOOST_SRC_DIR
Bitcoin Core must have been built at least once before Crypto.BI Toolbox can link to the required Core libraries.
Go here for instructions on how to build Bitcoin Core on your system.
Take note of the directory where you built Bitcoin Core, we’ll call it BITCOIN_SRC_DIR
.
First, we need to check out the latest source code tree from the Toolbox Github repository.