Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ELI] Elicoin (CPU mining only)
by
ICBitcoinpeeple
on 05/03/2018, 21:43:05 UTC
I have problem with install cpuminer on Ubuntu. I tried this tutorial https://github.com/elicoin/elicoin/blob/master/MINING.md, and I download cpuminer 3.8.3.3.

I try too v3.7.10, but I have same error.

1) apt-get update && apt-get upgrade
2) apt-get install build-essential libssl-dev libcurl4-openssl-dev libjansson-dev libgmp-dev automake screen ca-certificates wget tar
3) wget https://github.com/JayDDee/cpuminer-opt/archive/vx.x.x.tar.gz
4) tar xvzf vx.x.x.tar.gz
5) mv cpuminer-opt-x.x.x cpuminer
6) cd cpuminer
7) ./build.sh

Steps 1-6 are OK, but step 7 throw error inlining failed in call to always_inline '_mm_shuffle_epi8': target specific option mismatch.

Did somebody install cpuminer on ubuntu?

I have Ubuntu installed on all the servers I am using to mine. Here is the break down that should install it correctly for you.

1) Open terminal.
2) sudo apt-get install build-essential libssl-dev libcurl4-openssl-dev libjansson-dev libgmp-dev automake
3) git clone git://github.com/JayDDee/cpuminer-opt
4) cd cpuminer-opt
5) ./build.sh

if ./build.sh does not work then

a) ./autogen.sh
b) CFLAGS="-O3 -march=native -Wall" CXXFLAGS="$CFLAGS -std=gnu++11" ./configure --with-curl
c) make

6) ./cpuminer -a yescryptr16 -o stratum+tcp://[MINING POOL ADDRESS] -u [YOUR WALLET ADDRESS]

Try cloning directly from github. Hope that helps you out. If you have any more problems I can try to help. If you are trying an older AMD processor the miner has issues.


EDIT: here are his release notes that might help also
https://github.com/JayDDee/cpuminer-opt/blob/master/RELEASE_NOTES