Post
Topic
Board Mining (Altcoins)
Merits 1 from 1 user
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
CryptAtomeTrader44
on 02/02/2018, 23:12:21 UTC
⭐ Merited by papampi (1)

VeriumMiner Linux Binaries: https://github.com/fireworm71/veriumMiner/releases/download/v1.4/cpuminer_1.4_linux_x64_O2_GCC7.zip
Sources: https://github.com/fireworm71/veriumMiner
syntax: ./cpuminer -o stratum+tcp://eu.vrm.mining-pool.ovh:3032 -u Weblogin.WorkerName -p WorkerPassword

Well that's enough to easily add the minor and modify the mining of Monero with this minor.

Just a question about your Monero miner: You say you are using a virtualization server equipped with 2 Xeon 8 Hearts. But it is known that servers of this type also have large amounts of memories. So your mining software may be better at using RAM.
Cryptonight is also known to be a heavy consumer algorithm of RAM.
How many RAM have your machine ?

[/quote]

Verium is CPU only. I have 16GB RAM available.
Thank you so much.
[/quote]

I think you have to modufy this part of 3main script file code :
Code:
if [ $plusCPU == "YES" ] && [ $AUTO_START_MINER == "YES" ]
then
  HCD='/home/m1/cpuOPT/cpuminer'
  XMRADDR="$XMR_ADDRESS.$XMR_WORKER"
  echo ""
  echo ""
  echo "LAUNCHING:  plusCPU"
  if [[ `ps -ef |grep cpuminer |grep -v grep |wc -l` -eq 0 ]]
  then
    if [ $LOCALorREMOTE == "LOCAL" ]
    then
      guake -n $HCD -r plusCPU -e "$HCD -a cryptonight -o stratum+tcp://$XMR_POOL:$XMR_PORT -u $XMRADDR -p x -t $threadCOUNT"
    else
      screen -dmS plusCPU $HCD -a cryptonight -o stratum+tcp://$XMR_POOL:$XMR_PORT -u $XMRADDR -p x -t $threadCOUNT
    fi
    echo ""
    echo "plusCPU process in guake terminal Tab (f12)"
    echo ""
    running=""
  fi

Code:
 HCD='/home/m1/cpuOPT/cpuminer'
needs to be modified if you replace cpuOPT by verminer.
I will test your miner.

You must add the pools and port parameters too in 1bash.

EDIT, arf, I did not understand that you wanted to mine verium (VRM) with algo Scrypt! I thought you wanted to mine monero (XMR) because you wanted to replace the minor CPU OPT that undermines cryptonight as it is configured in nvOC scripts ... I only realized that when I wanted to register me on one of the pool proposed on the page of your pool which 'no longer accepts registrations.

And suddenly, everything becomes simpler. Just add a section with the mining controls.

On the other hand, there is something else that escapes me: why do you want to undermine scrypt with CPUs, even servers packed with ram in front of ASICs?
This crypto is ASIC compatible and in my opinion it would be much more profitable to mine with Bitmain's machines ... like the L3+ if I remember correctly.
But maybe this crypto currency has implemented ASIC blocking of which I am not aware?

I think these questions deserve answers to be sure you have understood that nvOC is much less powerful for GPU minning than a single ASIC on algo scrypt.

Sorry for giving you false hope ;-)