Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: tuanvie on May 28, 2014, 09:10:18 PM



Title: Setting VPS For mining Centos 6 x86
Post by: tuanvie on May 28, 2014, 09:10:18 PM
I will share some of my knowledge and experience of setting VPS for mining   :)
Here I use the cloud vps from digitalocean and OS centos 6 x86

login to your VPS with putty
yum update
yum install perl
yum install screen

1. Setting locale
echo "export LC_ALL=en_US.UTF-8" >> /etc/profile
export LC_ALL=en_US.UTF-8

2. Install dependencies
yum install git automake gcc make curl-devel

3. Clone cpuminer
git clone https://github.com/pooler/cpuminer

4. Compile
cd cpuminer
./autogen.sh
./configure CFLAGS="-O3"
make
make install

after all finished typing the command
su -
screen
cd /root/cpuminer

then run the following command to start mining
./minerd -a scrypt -o stratum+tcp://yout_pool_URL -u yourworker.1 -p workerpassword

http://s30.postimg.org/da9mh6h29/image.png