Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Releases: ArtSabintsev/Ethminer-for-macOS

Fixed Chrono Issue around OpenCL Installs

30 Dec 03:11
Compare
Choose a tag to compare
  • Fixes #16 by prepending std:: to all calls to chrono in MinerAux.h.

Fixed Cudaminer Deprecation

27 Dec 05:45
Compare
Choose a tag to compare

Replaced FastWriter with StreamWriterBuilder and StreamWriter. This may fix #16.

Add Boost Dependency - Fix Warnings

21 Jun 23:00
Compare
Choose a tag to compare

libstratum fixes.

20 Jun 23:10
Compare
Choose a tag to compare

Implemented the CMakeLists.txt changes in libstratum that were suggested by Carlos D. Álvaro Yunta in the unmerged Genoil PR #200.

Thanks to niksevalds for pointing this out to me in #2. This also addresses the cudaminer installation issues in #1.

This fixes issues with libstratum during installation.

Updated README to reflect these changes.

Initial release for macOS Sierra.

20 Jun 15:51
Compare
Choose a tag to compare

This is the first release of this fork of the cpp-ethereum project that works on macOS 10.12.x (Sierra).

This specific repo was forked from Genoil's cpp-ethereum Repo, which itself was forked from the official aforementined repo. This fork was made in response to the lack of maintained macOS support from Genoil's fork and from the Official Homebrew Ethereum Formula.

The conversation that led to this fork can be found at https://github.com/ethereum/homebrew-ethereum/issues/116.