Post
Topic
Board Mining (Altcoins)
Re: [ANN]: cpuminer-opt v3.6.0, open source optimized multi-algo CPU miner
by
joblo
on 23/07/2017, 23:53:33 UTC

Which package needs to version 1.1?
libssl-dev or libcurl4-openssl-dev?

I have Ubuntu 16.04

How do I compile without SHA?

I thought the hash rate was pretty good for a 10w CPU.

I just enjoy playing, not any profit really.

libssl-dev 1.1 is needed but Ubuntu 16.04 has 1.0.2. None of the major distributions seem to have it yet.

How did you compile, did you change any options or just use the build script?
The option to add sha is "-msha" but the default compile probably includes it.
You might have to do something like "-maes -mavx" "-maes -msse4.2" instead
of the default "-march=native" to compile without sha.

Edit: correction, Goldmont doesn't have AVX.