Download wallet :
https://veruscoin.io/wallet
Pool :
https://luckpool.net/verus
Download miner in to linux machine
wget
https://github.com/hellcatz/luckpool/raw/master/miners/hellminer_cpu_linux.tar.gz
extract the tar file
tar -xvf hellminer_cpu_linux.tar.gz
edit mine.sh file
nano mine.sh
add your wallet address
Ctrl+K (Cut the mine.sh ) and past your configuration
./hellminer -c stratum+tcp://na.luckpool.net:3956#xnsub -u RWQPaxe3RnCor7L1JtZRZgWKBixL3Ht32Y.hellminer -p x --cpu 6
./hellminer -c stratum+tcp://na.luckpool.net:3956#xnsub -u RWQPaxe3RnCor7L1JtZRZgWKBixL3Ht32Y.hellminer -p x --cpu 6
and press Ctrl+x and press y , enter to save the configuration.
5 start your miner
./mine.sh