Setting up VPS for Litecoin Mining

Hello
I am new here!

Please can someone help me with step by step guide on how to setup litecoin mining on a VPS

thanks in advance

hello
i gona give the basic
1ยบ make account on vps
install a ubuntu version
after u log follow the comand below

apt-get update

apt-get install libcurl4-openssl-dev git

apt-get install build-essential

apt-get install autotools-dev autoconf

apt-get install libcurl3 libcurl4-gnutls-dev

now install the miner

mkdir /downloads

cd /downloads

git clone from github / pooler/cpuminer

cd cpuminer

now we compile the miner

./autogen.sh

CFLAGS="-march=native" ./configure

make

make install