Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
papampi
on 17/12/2017, 07:24:38 UTC
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.002
3main ver     :  v0019-2.0.004                   
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.12
 
Hardware info:
Motherboard   :  ASRock H110 Pro BTC+           
BIOS ver.     :  P1.10 06/20/2017
CPU Model     :  Celeron(R) CPU G3900 @ 2.80GHz
CPU Cores     :  2 (Cores + Threads)
Mem Total     :         8130264 kB
Mem Free      :         5050284 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    29.9G        disk    1       1 usb  Lexar    USB Flash Drive  PMAP
├─sda1    9M vfat   part    1       1                                     /media/m1/12D3-A8691
└─sda2 13.7G ext4   part    1       1                                     /

VGA info:
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1b82 (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation Device 1b82 (rev a1)
03:00.0 VGA compatible controller: NVIDIA Corporation Device 1b82 (rev a1)
04:00.0 VGA compatible controller: NVIDIA Corporation Device 1b82 (rev a1)
08:00.0 VGA compatible controller: NVIDIA Corporation Device 1b82 (rev a1)
09:00.0 VGA compatible controller: NVIDIA Corporation Device 1b82 (rev a1)
0c:00.0 VGA compatible controller: NVIDIA Corporation Device 1b82 (rev a1)
0d:00.0 VGA compatible controller: NVIDIA Corporation Device 1b82 (rev a1)
0e:00.0 VGA compatible controller: NVIDIA Corporation Device 1b82 (rev a1)

1bash settings:
1bash version .............: v0019-2.0.002
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 ...............: 67
__FAN_ADJUST ..............: 5
POWER_ADJUST ..............: 5
ALLOWED_TEMP_DIFF .........: 2
RESTORE_POWER_LIMIT .......: 90
MINIMAL_FAN_SPEED .........: 40

CLEAR_LOGS_ON_BOOT ........: NO
AUTO_UPDATE ...............: BETA
AUTO_REBOOT ...............: NO
_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 ..........: 130
CORE_OVERCLOCK (global)....: 200
MEMORY_OVERCLOCK (global) .: 700
MANUAL_FAN ................: NO
ALGO_SPECIFIC_OC ..........: NO

GLOBAL_WORKERNAME .........: NO
AUTO_WORKERNAME ...........: HOST
WORKERNAME ................: 241
plusCPU ...................: NO

ZM_or_EWBF ................: EWBF
EWBF_VERSION ..............: 3_4
EWBF_PERCENT ..............: 0

COIN ......................: ZEC
ZEC_WORKER ................: 101
ZEC_ADDRESS ...............: acs...
ZEC_POOL ..................: europe.equihash-hub.miningpoolhub.com
ZEC_PORT ..................: 20570


I am testing 19.2 but have the problem that the mining process will be terminated, watchdog process too.
Mostly after the miner was switching based on Algo change. Checked also on a second rig with only one 1070TI.
Thanks for your work - any ideas?

Yes it should be terminated and start again
WTM Auto Switch Logic is :
if ALGO_SPECIFIC_OC="NO", it only restart miner and watchdog (to prevent wdog from catching low util and restart again)
if ALGO_SPECIFIC_OC="YES", it checks coins algo
if algo changed, it restart watchdog, temp control and 3main so specific algo takes effect
if algo not changed, it only restart watchdog and miner

You will see a miner terminated in gnome-terminal when algo not changed, if you check wtm tab you see it started with new command line and you can watch miner output log with:

Code:
~/nvOC miner-log

I have some ideas for next version to show the miner info in a new tab when miner terminated.