Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining vBASIC || Community Edition 2.0
by
CryptAtomeTrader44
on 09/04/2018, 22:09:57 UTC

Will add other new cryptonight miners to next version
For now to use latest xmr-stak:


First Download and compile latest :
Code:
cd /home/m1/
git clone https://github.com/fireice-uk/xmr-stak.git
mkdir xmr-stak/build
cd xmr-stak/build
cmake ..
make install
make install may take long time to complete

Rename xmr-stak to be compatible with rest of nvOC scripts
Code:
mv  /home/m1/xmr-stak/build/bin/xmr-stak /home/m1/xmr-stak/build/bin/xmr-stak_miner

0miner change the old
Code:
if [ $COIN == "XMR" ]
To:
Code:
if [ $COIN == "XMR-OLD" ]
incase we need it ....

Add new XMR to 0miner:
Code:
if [ $COIN == "XMR" ]
then
  HCD='/home/m1/xmr-stak/build/bin/xmr-stak_miner'
  ADDR="$XMR_ADDRESS"
  screen -dmSL miner $HCD --currency monero7 --noCPU --noAMD -o "$XMR_POOL:$XMR_PORT" -u $ADDR -r $XMR_WORKER -p $MINER_PWD -i 0
fi

In above you can change "-i 0" to the port number for web ui

if you want cpu mine too remove noCPU
If you want it showing hashrate by default in output, after 1st run edit /home/m1/config.txt

Code:
nano /home/m1/config.txt

Change :
Code:
"verbose_level" : 3,
To:
Code:
"verbose_level" : 4,

I prefer this stubo version  at the moment : https://bitcointalk.org/index.php?topic=1854250.msg33222656#msg33222656

But i will take the changes in the new version 19-2.1 to mine all the other cryptonight coins if theres are profitables

Why did you placed only config.txt in /home/m1 not in the xmr miner directory ? Why just config.txt ? Why not pools.txt or cpu.txt or nvidia.txt ?
In any case, for a long time I use this software and I knew it would be promising. Wait&See