Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: usao on June 13, 2016, 09:59:52 PM



Title: ethminer build?
Post by: usao on June 13, 2016, 09:59:52 PM
Trying to build ethminer without luck.

git clone https://github.com/ethereum/cpp-ethereum
cd cpp-ethereum
cmake -DETHASHCL=1 -DGUI=0
CMake Error: The source directory "/home/user/cpp-ethereum" does not appear to contain CMakeLists.txt.


Title: Re: ethminer build?
Post by: Genoil on June 14, 2016, 05:04:08 AM
That repo doesn't exist any longer. It will be back in a while according to Bob, but in the meantime you should either build from the official webthree-umbrella repo or my cpp-ethereum fork on Github.