Ever since I made the general nvOC upgrade (both using "nvOC-19-2-update" and "./nvOC patch"). I get a pretty annoying bug.
Every time that the miner is switching to XVG, 3main is freezing with the following errors:
SCREEN -dmSL miner /home/m1/ASccminer/ccminer -a lyra2v2 -o stratum+tcp://xvg-lyra.suprnova.cc:2596 -u WaveFront.orange-deep -p c=XVG -i 21
[screen is terminating]
/home/m1/3main: line 1129: 443 Terminated screen -r miner
In order to add XVG as a coin I edited 0miner and 1bash.
I am running 2.0. now but maybe I could give a try to 2.1.
Here is my configuration
[code]
Software info:
Report ver : v0019-2.0.002
nvOC (1bash) : nvOC v0019-2.0 - Community Release
nvOC (3main) : nvOC v0019-2.0 - Community Release
1bash ver : v0019-2.0.003
3main ver : v0019-2.0.006
5watchdog ver : v0019-2.0.011
6tempcontrol v: v0019-2.0.003
wtm switch ver: v0019-2.0.0011
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 : ASRock H110 Pro BTC+
BIOS ver. : P1.10 06/20/2017
CPU Model : Core(TM) i3-7100T CPU @ 3.40GHz
CPU Cores : 4 (Cores + Threads)
Mem Total : 4001032 kB
Mem Free : 475092 kB
Swap Total : 0 kB
Swap Free : 0 kB
Ethernet : Intel I219-V (rev 31)
HDD and Partion info:
NAME SIZE FSTYPE TYPE ROTA HOTPLUG TRAN VENDOR MODEL REV MOUNTPOINT
sda 115.7G disk 1 1 usb SanDisk Ultra Fit 1.00
|-sda1 9M vfat part 1 1 /media/m1/12D3-A869
`-sda2 13.7G ext4 part 1 1 /
VGA info:
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1c03 (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation Device 1c03 (rev a1)
03:00.0 VGA compatible controller: NVIDIA Corporation Device 1c03 (rev a1)
04:00.0 VGA compatible controller: NVIDIA Corporation Device 1c03 (rev a1)
05:00.0 VGA compatible controller: NVIDIA Corporation Device 1c03 (rev a1)
09:00.0 VGA compatible controller: NVIDIA Corporation Device 1c03 (rev a1)
0c:00.0 VGA compatible controller: NVIDIA Corporation Device 1c03 (rev a1)
0d:00.0 VGA compatible controller: NVIDIA Corporation Device 1c03 (rev a1)
0e:00.0 VGA compatible controller: NVIDIA Corporation Device 1c03 (rev a1)
0f:00.0 VGA compatible controller: NVIDIA Corporation Device 1c03 (rev a1)
1bash settings:
1bash version .............: v0019-2.0.003
LOCAL or REMOTE ...........: LOCAL
TEAMVIEWER started ........: YES
SSH daemon started ........: YES
SLOW_USB_KEY_MODE .........: NO
SRR .......................: NO
Watchdog ..................: YES
Temp Control ..............: YES
TARGET_TEMP ...............: 73
__FAN_ADJUST ..............: 5
POWER_ADJUST ..............: 5
ALLOWED_TEMP_DIFF .........: 2
RESTORE_POWER_LIMIT .......: 90
MINIMAL_FAN_SPEED .........: 50
CLEAR_LOGS_ON_BOOT ........: NO
AUTO_UPDATE ...............: STABLE
AUTO_REBOOT ...............: YES
REBOOT_TIMEOUT_IN_MINUTES .: 2880
_Parallax_MODE (upPaste)...: NO
TELEGRAM_MESSAGES .: NO
TELEGRAM_ALERTS .: YES
TELEGRAM_TYPE .............: papampi
TELEGRAM_TIMEOUT_IN_MINUTES: 60
TELEGRAM_CHATID ...........: CHATID_NOT_SHOWN
TELEGRAM_APIKEY ...........: APIKEY_NOT_SHOWN
P106_100_FULL_HEADLESS_MODE: NO
GPUPowerMizerMode_Adjust...: NO
POWERLIMIT (global) .......: YES
POWERLIMIT_WATTS ..........: 80
CORE_OVERCLOCK (global)....: 120
MEMORY_OVERCLOCK (global) .: 100
MANUAL_FAN ................: NO
ALGO_SPECIFIC_OC ..........: YES
GLOBAL_WORKERNAME .........: YES
AUTO_WORKERNAME ...........: CUSTOM
CUSTOM_WORKERNAME .........: orange-deep
plusCPU ...................: NO
ZM_or_EWBF ................: ZM
COIN ......................: XVG
XVG_WORKER ................: orange-deep
XVG_ADDRESS ...............: WaveFron...
XVG_POOL ..................: xvg-lyra.suprnova.cc
XVG_PORT ..................: 2596
XVG_INTENSITY .............: 21
[/code]
Try lower intensity or recompile the miner on the rig.
./autogen.sh
./configure
./build.sh
If you got bignum error :
wget http://www.openssl.org/source/openssl-1.0.1e.tar.gz
tar -xvzf openssl-1.0.1e.tar.gz
cp /usr/local/include/openssl/bn.h /home/m1/Downloads/openssl-1.0.1e/bn.h.backup
sudo cp /home/m1/Downloads/openssl-1.0.1e/crypto/bn/bn.h /usr/local/include/openssl/
Edit:
Whats the output of miner command?