Helper container to build bitcoin SV
This project requires Docker and git to be installed
git clone https://github.com/murphyj8/bitcoin-sv.git
cd bitcoin-sv
git checkout leveldb_submodule
git submodule update --init --recursivePlease build and start the docker image as shown below:
./build.sh
./run.shThis will start a container running Ubuntu with the required tools to build bitcoinsv
Please execute the commands below.
cd bitcoin/bitcoin-sv
mkdir build
cd build
cmake ../ -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DLEVELDB_BUILD_TESTS:BOOL=OFF -DLEVELDB_BUILD_BENCHMARKS:BOOL=OFF
makeA bitcoin.conf is supplied with a set of default settings to help but it's left as an exercise to the reader to run bitcoind with this configuration.