Skip to content

Releases: jmjatlanta/bitshares-core

BitShares Core Release 2.0.180823 macOS Binaries

23 Aug 20:42
422e89e
Compare
Choose a tag to compare

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

12 Jun 14:32
004f84a
Compare
Choose a tag to compare
macOS Binary Release Pre-release
Pre-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

05 Apr 05:17
e1b9e36
Compare
Choose a tag to compare
MacOS build Pre-release
Pre-release

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

27 Feb 12:59
96c0c27
Compare
Choose a tag to compare

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).