aqui teneis el pastebin.
https://pastebin.com/82Edxwvw
Los comandos son
sudo apt-get update && sudo apt-get install -y git make automake autoconf pkg-config autotools-dev build-essential libboost-all-dev libjansson-dev libssl-dev
cd ~/
git clone https://github.com/unitusdev/unitus-cpuminer.git
cd unitus-cpuminer
./autogen.sh
CFLAGS="-O3 -faggressive-loop-optimizations -falign-loops -mtune=native -march=native" ./configure
make
Exactamente los mismos que salen en su github
https://github.com/unitusdev/unitus-cpuminer/blob/master/README
Soy muy nuevo con linux y mas aun con esto, si alguien puede hecharme una mano se lo agradeceria gracias.