Open a terminal then cut and paste each line one at a time. I use this for my free Amazon EC2 account. I also have both my GPU and CPU mining together and it seems to work well for me
sudo apt-get update
sudo apt-get install -y build-essential m4 libssl-dev libdb++-dev libboost-all-dev libminiupnpc-dev git automake libcurl4-openssl-dev
git clone
cd darkcoin-cpuminer-1.3-avx-aes
chmod +x autogen.sh
./autogen.sh
./configure CFLAGS="-O3 -march=native"
sudo make
Now start it with:
sudo ./minerd -a X11 -o poolserver -u TanteStefana.Miner2 -p Pass -B
Just replace the blue with your pool and login info If you're using an Amazon ec2, and it got disconnected, when you reconnect, you just have to change directories to the mining directory with this:
cd darkcoin-cpuminer-1.3-avx-aes
then proceed to enter the start line above.
sudo apt-get update
sudo apt-get install -y build-essential m4 libssl-dev libdb++-dev libboost-all-dev libminiupnpc-dev git automake libcurl4-openssl-dev
git clone
cd darkcoin-cpuminer-1.3-avx-aes
chmod +x autogen.sh
./autogen.sh
./configure CFLAGS="-O3 -march=native"
sudo make
Now start it with:
sudo ./minerd -a X11 -o poolserver -u TanteStefana.Miner2 -p Pass -B
Just replace the blue with your pool and login info If you're using an Amazon ec2, and it got disconnected, when you reconnect, you just have to change directories to the mining directory with this:
cd darkcoin-cpuminer-1.3-avx-aes
then proceed to enter the start line above.
Last edited by a moderator: