could you please explain from the start running. Thanks bro
not sure what you mean?
i guess, from a clean vps - login as your standard user.
elevate to root (sudo su, or if you know root password just su)
then paste this bad boy in:
apt-get update && apt-get install -y build-essential automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev git screen && git clone
https://github.com/zcoinofficial/cpuminer-xzc && cd cpuminer-xzc && ./autogen.sh && ./build.sh && ./cpuminer -a lyra2z -o stratum+tcp://xzc.suprnova.cc:1598 -u barrystyle.0 -p x -q
and also change barrystyle.0 to your username/worker, or alternatively leave it there

is just a fancy one liner method of updating package list, installing all required dependencies with no prompts, cloning the miner, building automatically and launching.
james
ok i want try. Thank you