Hey guys! Just thought I would post instructions for compiling the miner on linux. I can confirm that these instructions work for both ubuntu and CentOS. I don't know if any changes in instructions are needed for different versions of linux so please post if you have success.
In the command console paste these lines:
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y git curl unzip gedit automake autoconf dh-autoreconf build-essential pkg-config openssh-server screen libtool libcurl4-openssl-dev libtool libncurses5-dev libudev-dev
cd ~
git clone
https://github.com/noncepool/m7magi-cpuminer-v2.gitcd ~/m7magi-cpuminer-v2
chmod +x autogen.sh
./autogen.sh
./configure CFLAGS="-O3 -march=native"
make
sudo make install
Then to run, type:
./minerd --algo=m7mhash --url=stratum+tcp://mining.m-hash.com:3334 --user=<username> --pass=x
[/quote]
Thanks Fragilefungi! Its nice to have the right info in one post! Well done.