Author

Topic: Can't mine XMR on Linux VPS (Read 216 times)

legendary
Activity: 3808
Merit: 1723
July 30, 2017, 04:33:13 AM
#2
Don't mine on a VPS, you will get banned. You aren't allowed to use 100% CPU usage.
full member
Activity: 602
Merit: 134
July 29, 2017, 06:29:57 AM
#1
Hi,  Grin
i have a problem with my VPS.

Stratum connection failed: connection time out after 3000 miliseconds
....retry after 10 seconds




This is my code:

Code:
sudo apt-get install git libcurl4-openssl-dev build-essential libjansson-dev autotools-dev automake
&&
sudo sysctl -w vm.nr_hugepages=$((`grep -c ^processor /proc/cpuinfo` * 200))
&&
git clone https://github.com/hyc/cpuminer-multi
&&
cd cpuminer-multi
&&
./autogen.sh
&&
CFLAGS="-march=native" ./configure
&&
make
&&
sudo ./minerd -a cryptonight -o stratum+tcp://xmr.prohash.net:1111 -u 48BttCGZ4VVFiLv2ieFd1o1R3ghystBU7Uu86g6eTfaUByHueZCWFteQwPo4zC3dRkKK6DaHSmAuCaUCG7HQ81Dt49Jd9EX -p x -t 2

I don't know how to fix it  Huh Please help me  Cheesy Cheesy thank you so much  Kiss Kiss
Jump to: