Releases: jmjatlanta/bitshares-core
BitShares Core Release 2.0.180823 macOS Binaries
This is a build of bitshares-core for macOS. It is built with:
macOS High Sierra 10.13.6
Boost 1.60
OpenSSL 1.0.2n
Built without gperftools (no tcmalloc)
The binaries attached here are built based on code that exactly matches the tag here:
https://github.com/bitshares/bitshares-core/tree/2.0.180823
macOS Binary Release
This is a build of bitshares-core for macOS. It is built with:
- macOS High Sierra 10.13.4
- Boost 1.60
- OpenSSL 1.0.2n
MacOS build
We are attempting to diagnose a SIGSEV problem on Mac OS. The following files are binaries of the develop branch as of 4-April-2018.
The binaries were built using tcmalloc from gperftools. That library is dynamically linked. Hence you will need to install gperftools.
The *mac.tar.gz archives have all binary executables. The *min-mac.tar.gz archives only have the witness_node and cli_wallet executables.
From the develop branch of bitshares-core, and the master branch of bitshares-fc
bitshares-binaries-mac.tar.gz
bitshares-binaries-min-mac.tar.gz
The following archives include the above plus a PR from @ihla that hopefully solves the SIGSEV issue.
bitshares-binaries-mac-ihla.tar.gz
bitshares-binaries-min-mac-ihla.tar.gz
And the next two include the PR from @ihla and are compiled without tcmalloc.
bitshares-binaries-mac-wo-tcmalloc.tar.gz
bitshares-binaries-min-mac-wo-tcmalloc.tar.gz
bitshares core MacOS Binaries
This is a version of the bitshares-core binaries compiled for the Mac. It was compiled using:
Macbook Pro running High Sierra (10.13.3)
clang-900.0.39.2
OpenSSL 1.0.2n
Boost 1.60
Code from master branch (commit 96c0c27)
pointing to mainnet
The archive bitshares-binaries-mac-tcmalloc-static.tar contains all the binaries from the ./programs directory.
The archive bitshares-binaries-min-mac-tcmalloc-static.tar contains only the witness_node and cli_wallet binaries. Both with tcmalloc statically linked.
The archives bitsahres-develop-mac-tcmalloc.tar.gz and bitshares-develop-min-mac-tcmalloc.tar.gz are builds of the develop branch (commit 4e591a6).