Hello.
i want share some tutorial how to mining cryptocurrency using VPS Linux, but before you using this tutorial you must make sure your VPS provider support their vps for mining, all risk is not my responsibilities if your vps suspended at any time, on this tutorial i'm using linux centos.
Step one you must install apps
yum install git automake gcc make curl-devel
clone cpuminer
git clone https://github.com/pooler/cpuminer
go to the directory
cd cpuminer
build
./autogen.sh
./configure CFLAGS="-O3"
make
now you can start mining on your centos vps
./minerd -o stratum+tcp://us-east.multipool.us:3334 --userpass=versial.1:4542
in this tutorial im using web mining multipool, for last script you can change the port for another coin port, and
--userpass=versial.1:4542 change using your multipool worker account ex: --userpass=cryptohunt:crypto123
ok, on this tutorial only this can i write, if there any mistake please correct, good luck. :))
how much can you make with the VPS
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit