Hello,
trying to mine Lyra with ccminer, but it just fail to run all the time:
[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'
/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
nvOC report
Set this to NO in 1 bash
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 :
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
Hello, here u go...
root@m1-desktop:~$./nvOC report
Report generator v0019-2.0.002 by leenoox
cat: /root/1bash: No such file or directory
[code]
Software info:
Report ver : v0019-2.0.002
nvOC (1bash) :
nvOC (3main) : nvOC v0019-2.0 - Community Release
1bash ver :
3main ver : v0019-2.0.005
5watchdog ver : v0019-2.0.011
6tempcontrol v: v0019-2.0.003
wtm switch ver: v0019-2.0.006
Kernel : 4.4.0-97-generic
OS : Ubuntu 16.04.3 LTS
System : (gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
nvidia driver : 387.34
Hardware info:
Motherboard : ASUS SABERTOOTH 990FX R2.0 Rev 1.xx
BIOS ver. : 2901 05/04/2016
CPU Model : FX(tm)-8350 Eight-Core Processor
CPU Cores : 8 (Cores + Threads)
Mem Total : 16391036 kB
Mem Free : 15123064 kB
Swap Total : 0 kB
Swap Free : 0 kB
Ethernet : Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 09)
HDD and Partion info:
NAME SIZE FSTYPE TYPE ROTA HOTPLUG TRAN VENDOR MODEL REV MOUNTPOINT
sde 28.7G disk 1 1 usb SanDisk Ultra Fit 1.00
├─sde1 9M vfat part 1 1 /media/m1/12D3-A8691
└─sde2 13.7G ext4 part 1 1 /
VGA info:
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
05:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
06:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
07:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
1bash settings:
1bash version .............:
LOCAL or REMOTE ...........:
TEAMVIEWER started ........:
SSH daemon started ........:
SLOW_USB_KEY_MODE .........:
SRR .......................:
Watchdog ..................:
Temp Control ..............:
CLEAR_LOGS_ON_BOOT ........:
AUTO_UPDATE ...............:
AUTO_REBOOT ...............:
_Parallax_MODE (upPaste)...:
TELEGRAM_MESSAGES .:
TELEGRAM_ALERTS .:
P106_100_FULL_HEADLESS_MODE:
GPUPowerMizerMode_Adjust...:
POWERLIMIT (global) .......:
CORE_OVERCLOCK (global)....:
MEMORY_OVERCLOCK (global) .:
MANUAL_FAN ................:
ALGO_SPECIFIC_OC ..........:
GLOBAL_WORKERNAME .........:
AUTO_WORKERNAME ...........:
plusCPU ...................:
ZM_or_EWBF ................:
COIN ......................:
ZPOOLPASS .................: hidden_pass...,
_WORKER ................:
_ADDRESS ...............: ...
_POOL ..................:
WORK IN PROGRESS! Report script (beta release)
*** If posting the Report on bitcointalk.org forum please copy everything
between the
and [\code] including the [code] and [\code] tags.
This will ensure proper alignment when posting the Report.
root@m1-desktop:/home/m1#
the code u mention should be pasted here instead or where? i have it probably wrong... Thanks
# ZCOIN lyra2v2
# if [ $COIN == "ZCOIN" ]
# then
# ALGORITHM="LYRA2V2"
# POWERLIMIT_WATTS=115
# __CORE_OVERCLOCK=100
# MEMORY_OVERCLOCK=-200
# fi
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