Releases: ArtSabintsev/Ethminer-for-macOS
Fixed Chrono Issue around OpenCL Installs
- Fixes #16 by prepending
std::
to all calls tochrono
inMinerAux.h
.
Fixed Cudaminer Deprecation
Replaced FastWriter
with StreamWriterBuilder
and StreamWriter
. This may fix #16.
Add Boost Dependency - Fix Warnings
Thanks to Franck Horlaville for these fixes in #1.
libstratum fixes.
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.
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.