HOW TO MINE EARTH COIN

HOW TO MINE EARTH COIN

sign up for a digitalocean account here: http://www.digitalocean.com
Deposit at least $5 and add coupon LINUX13 or GIT10 to get $10 extra bonus
create a droplet and choose Ubuntu 13.04 x64 (choose more cpus for more speed)
login via ssh (use putty) with your vps login details
execute the following comands
sudo apt-get update
sudo apt-get install build-essential libcurl4-openssl-dev
tar -xzf pooler-cpuminer-2.3.2.tar.gz
cd cpuminer-2.3.2/
./configure CFLAGS="-O3"
make
apt-get install screen
screen
./minerd --url stratum+tcp://server:port --userpass worker.name:password
That's all!
when logging back again use "screen -r" to restore session
If you liked the guide please send some Earthcoins my way ===>>> eVTUiYUQz1vkhFkGWE6cSRV64ieJsUKQN6
tip: create up to 5 similar droplets for more coins :)
tip: in order to keep your sessions alive, use the command "screen" before running "./minerd"