Will add other new cryptonight miners to next version
For now to use latest xmr-stak:
First Download and compile latest :
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
mv /home/m1/xmr-stak/build/bin/xmr-stak /home/m1/xmr-stak/build/bin/xmr-stak_miner
0miner change the old
if [ $COIN == "XMR" ]
To:
if [ $COIN == "XMR-OLD" ]
incase we need it ....
Add new XMR to 0miner:
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
nano /home/m1/config.txt
Change :
"verbose_level" : 3,
To:
"verbose_level" : 4,
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