Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
CryptAtomeTrader44
on 19/12/2017, 01:06:04 UTC

Hello,
trying to mine Lyra with ccminer, but it just fail to run all the time:
Code:
[2017-12-18 22:00:42] Starting on stratum+tcp://xzc.suprnova.cc:1569
[2017-12-18 22:00:42] NVML GPU monitoring enabled.
[2017-12-18 22:00:42] 5 miner threads started, using 'lyra2z' algorithm.
/home.m1/2unix: line 138: 2205 Terminated  bash '/home/m1/3main'
or
Code:
/home.m1/2unix: line 138: 2907 Terminated  bash '/home/m1/3main'
or
/home.m1/2unix: line 138: 3554 Terminated  bash '/home/m1/3main'

Any clue how to fix it? thanks

What version of nvOC? Are you LOCAL or REMOTE configuration?

Im on 19-20 and LOCAL, thx

Please,
Execute in remote ssh terminal (Or at tty01 (CTRL+ALT+F1)) the nvOC report command and give us here the result by copy/paste
nvOC file to diagnose is in /home/m1

Code:
nvOC report

Set this to NO in 1 bash

Code:
AUTO_START_MINER="NO"      # YES or NO # Set this to NO when troubleshooting, this will prevent the watchdog restarting the rig

And try to execute or copy paste the minning command without automatic loop of nvOC Like that but in replacing variables :
Code:
if [ $COIN == "ZCOIN" ]
then
  HCD='/home/m1/TPccminer/ccminer'
  ADDR="$ZCOIN_ADDRESS.$ZCOIN_WORKER"
[b]  screen -dmSL miner $HCD -a lyra2z -o stratum+tcp://$ZCOIN_POOL:$ZCOIN_PORT -u $ADDR -p $MINER_PWD[/b]
fi