Bitcoin Forum
May 12, 2024, 07:56:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 »  All
  Print  
Author Topic: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining  (Read 4095 times)
fk2
Jr. Member
*
Offline Offline

Activity: 67
Merit: 2


View Profile
June 16, 2019, 07:16:03 PM
 #101

My questions are: why isnt watchdog rebooting the rig if gpus are idling? Why i dont get a telegram msg like on all my other rigs? Its just idling 48hours
1715543789
Hero Member
*
Offline Offline

Posts: 1715543789

View Profile Personal Message (Offline)

Ignore
1715543789
Reply with quote  #2

1715543789
Report to moderator
1715543789
Hero Member
*
Offline Offline

Posts: 1715543789

View Profile Personal Message (Offline)

Ignore
1715543789
Reply with quote  #2

1715543789
Report to moderator
1715543789
Hero Member
*
Offline Offline

Posts: 1715543789

View Profile Personal Message (Offline)

Ignore
1715543789
Reply with quote  #2

1715543789
Report to moderator
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
WaveFront
Member
**
Offline Offline

Activity: 126
Merit: 10


View Profile
June 17, 2019, 08:52:00 PM
 #102

Quote
@WaveFront I need you help for debugging the gpuinfo cmdlet, go into nvOC script @ line 206, replace the whole line with only "echo -e $INFO" and post results. Since it is talking about multibyte characters I have the suspect there is something wrong with the terminal character encoding. From which terminal you run the command?
Hi Luke
Sorry for my late answer.
Changing the line as you instructed solved the problem. Thanks a lot :-D
I am running the command from the standard "Terminal" app from macOS. Which terminal would you recommend? Here is the output:

Code:
m1@m1-desktop:~$/home/m1/NVOC/mining/nvOC gpuinfo

ID,|,PS,|,T°,|,FAN,|,LOAD,|,POWER / LIMIT / MAX,|,GPUCLOCK,|,MEMCLOCK,|,VENDOR - MODEL
0,|,P2,|,69,|,90,|,100,|,75 / 75 / 75,|,1645,|,3802,|,NVIDIA - GeForce GTX 1060 6GB
1,|,P2,|,59,|,50,|,100,|,74 / 75 / 75,|,1582,|,3802,|,EVGA - GeForce GTX 1060 6GB
2,|,P2,|,69,|,60,|,100,|,75 / 75 / 75,|,1582,|,3802,|,ZOTAC - GeForce GTX 1060 6GB
3,|,P2,|,69,|,65,|,100,|,74 / 75 / 75,|,1695,|,3802,|,ZOTAC - GeForce GTX 1060 6GB
4,|,P2,|,70,|,80,|,100,|,74 / 75 / 75,|,1518,|,3802,|,NVIDIA - GeForce GTX 1060 6GB
5,|,P2,|,69,|,95,|,100,|,60 / 60 / 60,|,784,|,3802,|,ZOTAC - GeForce GTX 1060 6GB
6,|,P2,|,68,|,60,|,100,|,74 / 75 / 75,|,1594,|,3802,|,ZOTAC - GeForce GTX 1060 6GB
7,|,P2,|,69,|,70,|,100,|,74 / 75 / 75,|,1531,|,3802,|,ZOTAC - GeForce GTX 1060 6GB
8,|,P2,|,68,|,70,|,100,|,75 / 75 / 75,|,1594,|,3802,|,ZOTAC - GeForce GTX 1060 6GB
9,|,P2,|,70,|,65,|,100,|,75 / 75 / 75,|,1594,|,3802,|,ZOTAC - GeForce GTX 1060 6GB
10,|,P2,|,69,|,60,|,100,|,74 / 75 / 75,|,1569,|,3802,|,ZOTAC - GeForce GTX 1060 6GB
11,|,P2,|,69,|,95,|,100,|,60 / 60 / 60,|,797,|,3802,|,ZOTAC - GeForce GTX 1060 6GB
12,|,P2,|,69,|,90,|,100,|,74 / 75 / 75,|,1569,|,3802,|,ZOTAC - GeForce GTX 1060 6GB

m1@m1-desktop:~/NVOC/mining$


LuKePicci
Jr. Member
*
Offline Offline

Activity: 128
Merit: 1


View Profile
June 17, 2019, 11:29:11 PM
Last edit: September 18, 2019, 11:43:14 PM by mprep
 #103

My questions are: why isnt watchdog rebooting the rig if gpus are idling? Why i dont get a telegram msg like on all my other rigs? Its just idling 48hours

I see no output from watchdog, like if it was dead already, and also it is very strage tempcontrol did no reboot by itself. Maybe the reboot command has actually executed but it stuck before resetting the motherboard. Check full whatchdog log you have into 5_watchdog. If you see some reboot attempt were made, try enabling sysrq reboot in 1bash.




I am running the command from the standard "Terminal" app from macOS. Which terminal would you recommend?

Revert back the command to its original version and wrap $INFO with double quotes;
Code:
echo -e "$INFO" | column -t -s,
tell me if it still works
parentibule
Full Member
***
Offline Offline

Activity: 406
Merit: 100


View Profile
June 18, 2019, 09:13:02 AM
Last edit: June 18, 2019, 09:49:52 AM by parentibule
 #104

Hi,

As I have the same dirty nvOC for 2 years, I decided to take the last stable image and burn it on a usb stick. Then, I copy my 1bash (modified to fit the last 1bash.template).

PC boot... Ubuntu starts... X too. I launch ssh: NVOC is empty, there's no nvOC app, no miners, nothing. What could have happened?

I think I'm just going to git clone repo.

[edit] Ok, It seems obvious that 16GB usb key is not enought :/
LuKePicci
Jr. Member
*
Offline Offline

Activity: 128
Merit: 1


View Profile
June 18, 2019, 10:23:49 PM
 #105

That stuff gets downloaded during first boot, if you have no enough free space the git clone will fail.
kk_00
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
June 19, 2019, 11:37:35 AM
 #106

oh yes guys nvOC easy-to-use Linux Nvidia
it sounds crazy. nothing can be so easy
I have newer tested it but will not do it as it looks not interesting for me
mining has lost its prospectives and opportunities
fk2
Jr. Member
*
Offline Offline

Activity: 67
Merit: 2


View Profile
June 20, 2019, 01:12:29 PM
 #107

My questions are: why isnt watchdog rebooting the rig if gpus are idling? Why i dont get a telegram msg like on all my other rigs? Its just idling 48hours

I see no output from watchdog, like if it was dead already, and also it is very strage tempcontrol did no reboot by itself. Maybe the reboot command has actually executed but it stuck before resetting the motherboard. Check full whatchdog log you have into 5_watchdog. If you see some reboot attempt were made, try enabling sysrq reboot in 1bash.

Please have a look at 5_watchdoglog, it just idled again today
Code:
 
                Claymore's Dual GPU Miner - v12.0               
              ETH + DCR/SIA/LBC/PASC/BLAKE2S/KECCAK             
ͼ

ETH: 1 pool is specified
Main Ethereum pool is daggerhashimoto.eu.nicehash.com:3353
AMD OpenCL platform not found
No NVIDIA CUDA GPUs detected.
No AMD OPENCL or NVIDIA CUDA GPUs found, exit

Thu Jun 20 00:20:26 EDT 2019 - [CRITICAL] - GPU Utilization is too low: restarting 3main...
Thu Jun 20 00:21:07 EDT 2019 - [WARNING] - GPU0 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 00:21:11 EDT 2019 - [WARNING] - GPU1 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 00:21:23 EDT 2019 - [WARNING] - GPU3 under 70% threshold - UTILIZATION: 0%


Thu Jun 20 00:21:23 EDT 2019 - [WARNING] - Problem found, See diagnostics below:
Thu Jun 20 00:21:23 EDT 2019 - [WARNING] - Percent of GPUs bellow threshold: 100 %
name, pstate, temperature.gpu, fan.speed [%], utilization.gpu [%], power.draw [W], power.limit [W]
GeForce GTX 1080, P8, 30, 80 %, 0 %, 10.45 W, 160.00 W
GeForce GTX 1080 Ti, P8, 22, 70 %, 0 %, 13.19 W, 200.00 W
GeForce GTX 1080 Ti, P0, 41, [Unknown Error], 98 %, [Unknown Error], 200.00 W
GeForce GTX 1080 Ti, P8, 23, 70 %, 0 %, 12.13 W, 200.00 W
Thu Jun 20 00:21:47 EDT 2019 - [INFO] - Miner last 15 logs:
No AMD OPENCL or NVIDIA CUDA GPUs found, exit
screen -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/CLAYMORE/recommended/ethdcrminer64 -epool daggerhashimoto.eu.nicehash.com:3353 -ewal 39qjQtznWGrsQAcbgQCa4VjQyMonzDNSUK.Icemine01 -epsw x -mode 1 -dbg -1 -esm 3 -allpools 1 -estale 0 -di 0123
    SCREEN -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/CLAYMORE/recommended/ethdcrminer64 -epool daggerhashimoto.eu.nicehash.com:3353 -ewal 39qjQtznWGrsQAcbgQCa4VjQyMonzDNSUK.Icemine01 -epsw x -mode 1 -dbg -1 -esm 3 -allpools 1 -estale 0 -di 0123

ͻ
                Claymore's Dual GPU Miner - v12.0               
              ETH + DCR/SIA/LBC/PASC/BLAKE2S/KECCAK             
ͼ

ETH: 1 pool is specified
Main Ethereum pool is daggerhashimoto.eu.nicehash.com:3353
AMD OpenCL platform not found
No NVIDIA CUDA GPUs detected.
No AMD OPENCL or NVIDIA CUDA GPUs found, exit

Thu Jun 20 00:21:47 EDT 2019 - [CRITICAL] - GPU Utilization is too low: restarting 3main...
Thu Jun 20 00:22:27 EDT 2019 - [WARNING] - GPU0 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 00:22:31 EDT 2019 - [WARNING] - GPU1 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 00:22:43 EDT 2019 - [WARNING] - GPU3 under 70% threshold - UTILIZATION: 0%


Thu Jun 20 00:22:44 EDT 2019 - [WARNING] - Problem found, See diagnostics below:
Thu Jun 20 00:22:44 EDT 2019 - [WARNING] - Percent of GPUs bellow threshold: 100 %
name, pstate, temperature.gpu, fan.speed [%], utilization.gpu [%], power.draw [W], power.limit [W]
GeForce GTX 1080, P8, 28, 80 %, 0 %, 9.96 W, 160.00 W
GeForce GTX 1080 Ti, P8, 22, 70 %, 0 %, 14.07 W, 200.00 W
GeForce GTX 1080 Ti, P0, 40, [Unknown Error], 98 %, [Unknown Error], 200.00 W
GeForce GTX 1080 Ti, P8, 23, 70 %, 0 %, 11.44 W, 200.00 W
Thu Jun 20 00:23:08 EDT 2019 - [INFO] - Miner last 15 logs:
No AMD OPENCL or NVIDIA CUDA GPUs found, exit
screen -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/CLAYMORE/recommended/ethdcrminer64 -epool daggerhashimoto.eu.nicehash.com:3353 -ewal 39qjQtznWGrsQAcbgQCa4VjQyMonzDNSUK.Icemine01 -epsw x -mode 1 -dbg -1 -esm 3 -allpools 1 -estale 0 -di 0123
    SCREEN -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/CLAYMORE/recommended/ethdcrminer64 -epool daggerhashimoto.eu.nicehash.com:3353 -ewal 39qjQtznWGrsQAcbgQCa4VjQyMonzDNSUK.Icemine01 -epsw x -mode 1 -dbg -1 -esm 3 -allpools 1 -estale 0 -di 0123

ͻ
                Claymore's Dual GPU Miner - v12.0               
              ETH + DCR/SIA/LBC/PASC/BLAKE2S/KECCAK             
ͼ

ETH: 1 pool is specified
Main Ethereum pool is daggerhashimoto.eu.nicehash.com:3353
AMD OpenCL platform not found
No NVIDIA CUDA GPUs detected.
No AMD OPENCL or NVIDIA CUDA GPUs found, exit

Thu Jun 20 00:23:08 EDT 2019 - [CRITICAL] - GPU Utilization is too low: restarting 3main...
Thu Jun 20 00:23:48 EDT 2019 - [WARNING] - GPU0 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 00:23:52 EDT 2019 - [WARNING] - GPU1 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 00:24:04 EDT 2019 - [WARNING] - GPU3 under 70% threshold - UTILIZATION: 0%


Thu Jun 20 00:24:05 EDT 2019 - [WARNING] - Problem found, See diagnostics below:
Thu Jun 20 00:24:05 EDT 2019 - [WARNING] - Percent of GPUs bellow threshold: 100 %
name, pstate, temperature.gpu, fan.speed [%], utilization.gpu [%], power.draw [W], power.limit [W]
GeForce GTX 1080, P8, 28, 80 %, 0 %, 9.47 W, 160.00 W
GeForce GTX 1080 Ti, P8, 22, 70 %, 0 %, 13.87 W, 200.00 W
GeForce GTX 1080 Ti, P0, 39, [Unknown Error], 98 %, [Unknown Error], 200.00 W
GeForce GTX 1080 Ti, P8, 23, 70 %, 0 %, 11.79 W, 200.00 W
Thu Jun 20 00:24:28 EDT 2019 - [INFO] - Miner last 15 logs:
No AMD OPENCL or NVIDIA CUDA GPUs found, exit
screen -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/CLAYMORE/recommended/ethdcrminer64 -epool daggerhashimoto.eu.nicehash.com:3353 -ewal 39qjQtznWGrsQAcbgQCa4VjQyMonzDNSUK.Icemine01 -epsw x -mode 1 -dbg -1 -esm 3 -allpools 1 -estale 0 -di 0123
    SCREEN -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/CLAYMORE/recommended/ethdcrminer64 -epool daggerhashimoto.eu.nicehash.com:3353 -ewal 39qjQtznWGrsQAcbgQCa4VjQyMonzDNSUK.Icemine01 -epsw x -mode 1 -dbg -1 -esm 3 -allpools 1 -estale 0 -di 0123 SCREEN -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/CLAYMORE/recommended/ethdcrminer64 -epool daggerhashimoto.eu.nicehash.com:3353 -ewal 39qjQtznWGrsQAcbgQCa4VjQyMonzDNSUK.Icemine01 -epsw x -mode 1 -dbg -1 -esm 3 -allpools 1 -estale 0 -di 0123

ͻ
                Claymore's Dual GPU Miner - v12.0               
              ETH + DCR/SIA/LBC/PASC/BLAKE2S/KECCAK             
ͼ

ETH: 1 pool is specified
Main Ethereum pool is daggerhashimoto.eu.nicehash.com:3353
AMD OpenCL platform not found
No NVIDIA CUDA GPUs detected.
No AMD OPENCL or NVIDIA CUDA GPUs found, exit

Thu Jun 20 00:24:28 EDT 2019 - [CRITICAL] - GPU Utilization is too low: restarting 3main...
Thu Jun 20 00:25:09 EDT 2019 - [WARNING] - GPU0 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 00:25:13 EDT 2019 - [WARNING] - GPU1 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 00:25:25 EDT 2019 - [WARNING] - GPU3 under 70% threshold - UTILIZATION: 0%


Thu Jun 20 00:25:25 EDT 2019 - [WARNING] - Problem found, See diagnostics below:
Thu Jun 20 00:25:25 EDT 2019 - [WARNING] - Percent of GPUs bellow threshold: 100 %
name, pstate, temperature.gpu, fan.speed [%], utilization.gpu [%], power.draw [W], power.limit [W]
GeForce GTX 1080, P8, 28, 80 %, 0 %, 9.96 W, 160.00 W
GeForce GTX 1080 Ti, P8, 22, 70 %, 0 %, 13.19 W, 200.00 W
GeForce GTX 1080 Ti, P0, 39, [Unknown Error], 98 %, [Unknown Error], 200.00 W
GeForce GTX 1080 Ti, P8, 23, 70 %, 0 %, 12.13 W, 200.00 W
Thu Jun 20 00:25:49 EDT 2019 - [INFO] - Miner last 15 logs:
No AMD OPENCL or NVIDIA CUDA GPUs found, exit
screen -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/CLAYMORE/recommended/ethdcrminer64 -epool daggerhashimoto.eu.nicehash.com:3353 -ewal 39qjQtznWGrsQAcbgQCa4VjQyMonzDNSUK.Icemine01 -epsw x -mode 1 -dbg -1 -esm 3 -allpools 1 -estale 0 -di 0123
    SCREEN -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/CLAYMORE/recommended/ethdcrminer64 -epool daggerhashimoto.eu.nicehash.com:3353 -ewal 39qjQtznWGrsQAcbgQCa4VjQyMonzDNSUK.Icemine01 -epsw x -mode 1 -dbg -1 -esm 3 -allpools 1 -estale 0 -di 0123

ͻ
                Claymore's Dual GPU Miner - v12.0               
              ETH + DCR/SIA/LBC/PASC/BLAKE2S/KECCAK             
ͼ

ETH: 1 pool is specified
Main Ethereum pool is daggerhashimoto.eu.nicehash.com:3353
AMD OpenCL platform not found
No NVIDIA CUDA GPUs detected.
No AMD OPENCL or NVIDIA CUDA GPUs found, exit

Thu Jun 20 00:25:49 EDT 2019 - [CRITICAL] - GPU Utilization is too low: restarting 3main...
Thu Jun 20 00:26:33 EDT 2019 - [WARNING] - GPU0 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 00:26:41 EDT 2019 - [WARNING] - GPU1 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 00:27:01 EDT 2019 - [WARNING] - GPU3 under 70% threshold - UTILIZATION: 0%


Thu Jun 20 00:27:02 EDT 2019 - [WARNING] - Problem found, See diagnostics below:
Thu Jun 20 00:27:02 EDT 2019 - [WARNING] - Percent of GPUs bellow threshold: 100 %
name, pstate, temperature.gpu, fan.speed [%], utilization.gpu [%], power.draw [W], power.limit [W]
GeForce GTX 1080, P8, 28, 80 %, 0 %, 9.96 W, 160.00 W
GeForce GTX 1080 Ti, P8, 22, 70 %, 0 %, 13.29 W, 200.00 W
GeForce GTX 1080 Ti, P0, 39, [Unknown Error], 98 %, [Unknown Error], 200.00 W
GeForce GTX 1080 Ti, P8, 23, 70 %, 0 %, 12.23 W, 200.00 W
Thu Jun 20 00:27:30 EDT 2019 - [INFO] - Miner last 15 logs:
No AMD OPENCL or NVIDIA CUDA GPUs found, exit
screen -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/CLAYMORE/recommended/ethdcrminer64 -epool daggerhashimoto.eu.nicehash.com:3353 -ewal 39qjQtznWGrsQAcbgQCa4VjQyMonzDNSUK.Icemine01 -epsw x -mode 1 -dbg -1 -esm 3 -allpools 1 -estale 0 -di 0123
    SCREEN -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/CLAYMORE/recommended/ethdcrminer64 -epool daggerhashimoto.eu.nicehash.com:3353 -ewal 39qjQtznWGrsQAcbgQCa4VjQyMonzDNSUK.Icemine01 -epsw x -mode 1 -dbg -1 -esm 3 -allpools 1 -estale 0 -di 0123

ͻ
                Claymore's Dual GPU Miner - v12.0               
              ETH + DCR/SIA/LBC/PASC/BLAKE2S/KECCAK             
ͼ

ETH: 1 pool is specified
Main Ethereum pool is daggerhashimoto.eu.nicehash.com:3353
AMD OpenCL platform not found
No NVIDIA CUDA GPUs detected.
No AMD OPENCL or NVIDIA CUDA GPUs found, exit

Thu Jun 20 00:27:30 EDT 2019 - [CRITICAL] - Utilization is too low: reviving did not work so restarting system in 10 seconds
Thu Jun 20 08:53:16 EDT 2019 - [WARNING] - GPU0 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 08:53:20 EDT 2019 - [WARNING] - GPU1 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 08:53:44 EDT 2019 - [WARNING] - GPU3 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 08:54:31 EDT 2019 - [WARNING] - GPU0 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 08:54:35 EDT 2019 - [WARNING] - GPU1 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 08:54:47 EDT 2019 - [WARNING] - GPU3 under 70% threshold - UTILIZATION: 0%


Thu Jun 20 08:54:49 EDT 2019 - [WARNING] - Problem found, See diagnostics below:
Thu Jun 20 08:54:49 EDT 2019 - [WARNING] - Percent of GPUs bellow threshold: 100 %
name, pstate, temperature.gpu, fan.speed [%], utilization.gpu [%], power.draw [W], power.limit [W]
GeForce GTX 1080, P8, 34, 95 %, 0 %, 10.50 W, 160.00 W
GeForce GTX 1080 Ti, P8, 24, 70 %, 0 %, 20.36 W, 200.00 W
GeForce GTX 1080 Ti, P0, 43, [Unknown Error], 99 %, [Unknown Error], 200.00 W
GeForce GTX 1080 Ti, P8, 27, 70 %, 0 %, 11.54 W, 200.00 W
Thu Jun 20 08:55:11 EDT 2019 - [INFO] - Miner last 15 logs:
CUDA error 2 #103 - 46
CUDA error 2 #105 - 46
CUDA error 3 #102 - 46
CUDA error 3 #102a - 46
CUDA error 3 #103 - 46
CUDA error 3 #105 - 46
ETH: Stratum - connecting to 'daggerhashimoto.eu.nicehash.com' <172.65.195.169> port 3353 (unsecure)
ETH: Stratum - Connected (daggerhashimoto.eu.nicehash.com:3353) (unsecure)
ETHEREUM-ONLY MINING MODE ENABLED (-mode 1)
ETH: nicehash stratum mode
"-allpools" option is set, default pools can be used for devfee, check "Readme" file for details.
Watchdog enabled
Remote management (READ-ONLY MODE) is enabled on port 3333

ETH: Authorized
Thu Jun 20 08:55:11 EDT 2019 - [CRITICAL] - GPU Utilization is too low: restarting 3main...
Thu Jun 20 08:55:56 EDT 2019 - [WARNING] - GPU0 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 08:56:00 EDT 2019 - [WARNING] - GPU1 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 08:56:16 EDT 2019 - [WARNING] - GPU3 under 70% threshold - UTILIZATION: 0%


Thu Jun 20 08:56:17 EDT 2019 - [WARNING] - Problem found, See diagnostics below:
Thu Jun 20 08:56:17 EDT 2019 - [WARNING] - Percent of GPUs bellow threshold: 100 %
name, pstate, temperature.gpu, fan.speed [%], utilization.gpu [%], power.draw [W], power.limit [W]
GeForce GTX 1080, P0, 34, 95 %, 0 %, 44.22 W, 160.00 W
GeForce GTX 1080 Ti, P8, 24, 70 %, 0 %, 13.95 W, 200.00 W
GeForce GTX 1080 Ti, P0, 41, [Unknown Error], 99 %, [Unknown Error], 200.00 W
GeForce GTX 1080 Ti, P8, 25, 70 %, 0 %, 11.54 W, 200.00 W
Thu Jun 20 08:56:40 EDT 2019 - [INFO] - Miner last 15 logs:
AMD OpenCL platform not found
Be careful with overclocking, use default clocks for first tests
Press "s" for current statistics, "0".."9" to turn on/off cards, "r" to reload pools, "e" or "d" to select current pool, "x" to select GPU
CUDA initializing...

NVIDIA Cards available: 4
CUDA Driver Version/Runtime Version: 9.2/8.0
GPU #0: GeForce GTX 1080, 8119 MB available, 20 compute units, capability: 6.1  (pci bus 1:0:0)
GPU #1: GeForce GTX 1080 Ti, 11178 MB available, 28 compute units, capability: 6.1  (pci bus 2:0:0)
GPU #2: GeForce GTX 1080 Ti, 11178 MB available, 28 compute units, capability: 6.1  (pci bus 4:0:0)
GPU #3: GeForce GTX 1080 Ti, 11178 MB available, 28 compute units, capability: 6.1  (pci bus 5:0:0)
Total cards: 4

You can use "+" and "-" keys to achieve best ETH speed, see "FINE TUNING" section in Readme for details.

Thu Jun 20 08:56:40 EDT 2019 - [CRITICAL] - GPU Utilization is too low: restarting 3main...
Thu Jun 20 08:57:21 EDT 2019 - [WARNING] - GPU0 under 70% threshold - UTILIZATION: 0%
m1@m1-desktop:~/NVOC/mining$
cnminer
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
June 20, 2019, 02:20:13 PM
 #108

set fan error on RTX cards
fk2
Jr. Member
*
Offline Offline

Activity: 67
Merit: 2


View Profile
June 20, 2019, 11:08:08 PM
 #109

i dont have any rtx cards running and i cant even find "fan "error" in 1bash

since I switched to mining beam instead of profit switching the miner is running stable again so I still assume somethings wrong when autoswitching coins...
papampi (OP)
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
June 25, 2019, 08:49:07 AM
 #110

My questions are: why isnt watchdog rebooting the rig if gpus are idling? Why i dont get a telegram msg like on all my other rigs? Its just idling 48hours

I see no output from watchdog, like if it was dead already, and also it is very strage tempcontrol did no reboot by itself. Maybe the reboot command has actually executed but it stuck before resetting the motherboard. Check full whatchdog log you have into 5_watchdog. If you see some reboot attempt were made, try enabling sysrq reboot in 1bash.

Please have a look at 5_watchdoglog, it just idled again today
Code:
 
                Claymore's Dual GPU Miner - v12.0               
              ETH + DCR/SIA/LBC/PASC/BLAKE2S/KECCAK             
ͼ

ETH: 1 pool is specified
Main Ethereum pool is daggerhashimoto.eu.nicehash.com:3353
AMD OpenCL platform not found
No NVIDIA CUDA GPUs detected.
No AMD OPENCL or NVIDIA CUDA GPUs found, exit

Thu Jun 20 00:20:26 EDT 2019 - [CRITICAL] - GPU Utilization is too low: restarting 3main...
Thu Jun 20 00:21:07 EDT 2019 - [WARNING] - GPU0 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 00:21:11 EDT 2019 - [WARNING] - GPU1 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 00:21:23 EDT 2019 - [WARNING] - GPU3 under 70% threshold - UTILIZATION: 0%


Thu Jun 20 00:21:23 EDT 2019 - [WARNING] - Problem found, See diagnostics below:
Thu Jun 20 00:21:23 EDT 2019 - [WARNING] - Percent of GPUs bellow threshold: 100 %
name, pstate, temperature.gpu, fan.speed [%], utilization.gpu [%], power.draw [W], power.limit [W]
GeForce GTX 1080, P8, 30, 80 %, 0 %, 10.45 W, 160.00 W
GeForce GTX 1080 Ti, P8, 22, 70 %, 0 %, 13.19 W, 200.00 W
GeForce GTX 1080 Ti, P0, 41, [Unknown Error], 98 %, [Unknown Error], 200.00 W
GeForce GTX 1080 Ti, P8, 23, 70 %, 0 %, 12.13 W, 200.00 W
Thu Jun 20 00:21:47 EDT 2019 - [INFO] - Miner last 15 logs:
No AMD OPENCL or NVIDIA CUDA GPUs found, exit
screen -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/CLAYMORE/recommended/ethdcrminer64 -epool daggerhashimoto.eu.nicehash.com:3353 -ewal 39qjQtznWGrsQAcbgQCa4VjQyMonzDNSUK.Icemine01 -epsw x -mode 1 -dbg -1 -esm 3 -allpools 1 -estale 0 -di 0123
    SCREEN -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/CLAYMORE/recommended/ethdcrminer64 -epool daggerhashimoto.eu.nicehash.com:3353 -ewal 39qjQtznWGrsQAcbgQCa4VjQyMonzDNSUK.Icemine01 -epsw x -mode 1 -dbg -1 -esm 3 -allpools 1 -estale 0 -di 0123

ͻ
                Claymore's Dual GPU Miner - v12.0               
              ETH + DCR/SIA/LBC/PASC/BLAKE2S/KECCAK             
ͼ

ETH: 1 pool is specified
Main Ethereum pool is daggerhashimoto.eu.nicehash.com:3353
AMD OpenCL platform not found
No NVIDIA CUDA GPUs detected.
No AMD OPENCL or NVIDIA CUDA GPUs found, exit

Thu Jun 20 00:21:47 EDT 2019 - [CRITICAL] - GPU Utilization is too low: restarting 3main...
Thu Jun 20 00:22:27 EDT 2019 - [WARNING] - GPU0 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 00:22:31 EDT 2019 - [WARNING] - GPU1 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 00:22:43 EDT 2019 - [WARNING] - GPU3 under 70% threshold - UTILIZATION: 0%


Thu Jun 20 00:22:44 EDT 2019 - [WARNING] - Problem found, See diagnostics below:
Thu Jun 20 00:22:44 EDT 2019 - [WARNING] - Percent of GPUs bellow threshold: 100 %
name, pstate, temperature.gpu, fan.speed [%], utilization.gpu [%], power.draw [W], power.limit [W]
GeForce GTX 1080, P8, 28, 80 %, 0 %, 9.96 W, 160.00 W
GeForce GTX 1080 Ti, P8, 22, 70 %, 0 %, 14.07 W, 200.00 W
GeForce GTX 1080 Ti, P0, 40, [Unknown Error], 98 %, [Unknown Error], 200.00 W
GeForce GTX 1080 Ti, P8, 23, 70 %, 0 %, 11.44 W, 200.00 W
Thu Jun 20 00:23:08 EDT 2019 - [INFO] - Miner last 15 logs:
No AMD OPENCL or NVIDIA CUDA GPUs found, exit
screen -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/CLAYMORE/recommended/ethdcrminer64 -epool daggerhashimoto.eu.nicehash.com:3353 -ewal 39qjQtznWGrsQAcbgQCa4VjQyMonzDNSUK.Icemine01 -epsw x -mode 1 -dbg -1 -esm 3 -allpools 1 -estale 0 -di 0123
    SCREEN -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/CLAYMORE/recommended/ethdcrminer64 -epool daggerhashimoto.eu.nicehash.com:3353 -ewal 39qjQtznWGrsQAcbgQCa4VjQyMonzDNSUK.Icemine01 -epsw x -mode 1 -dbg -1 -esm 3 -allpools 1 -estale 0 -di 0123

ͻ
                Claymore's Dual GPU Miner - v12.0               
              ETH + DCR/SIA/LBC/PASC/BLAKE2S/KECCAK             
ͼ

ETH: 1 pool is specified
Main Ethereum pool is daggerhashimoto.eu.nicehash.com:3353
AMD OpenCL platform not found
No NVIDIA CUDA GPUs detected.
No AMD OPENCL or NVIDIA CUDA GPUs found, exit

Thu Jun 20 00:23:08 EDT 2019 - [CRITICAL] - GPU Utilization is too low: restarting 3main...
Thu Jun 20 00:23:48 EDT 2019 - [WARNING] - GPU0 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 00:23:52 EDT 2019 - [WARNING] - GPU1 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 00:24:04 EDT 2019 - [WARNING] - GPU3 under 70% threshold - UTILIZATION: 0%


Thu Jun 20 00:24:05 EDT 2019 - [WARNING] - Problem found, See diagnostics below:
Thu Jun 20 00:24:05 EDT 2019 - [WARNING] - Percent of GPUs bellow threshold: 100 %
name, pstate, temperature.gpu, fan.speed [%], utilization.gpu [%], power.draw [W], power.limit [W]
GeForce GTX 1080, P8, 28, 80 %, 0 %, 9.47 W, 160.00 W
GeForce GTX 1080 Ti, P8, 22, 70 %, 0 %, 13.87 W, 200.00 W
GeForce GTX 1080 Ti, P0, 39, [Unknown Error], 98 %, [Unknown Error], 200.00 W
GeForce GTX 1080 Ti, P8, 23, 70 %, 0 %, 11.79 W, 200.00 W
Thu Jun 20 00:24:28 EDT 2019 - [INFO] - Miner last 15 logs:
No AMD OPENCL or NVIDIA CUDA GPUs found, exit
screen -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/CLAYMORE/recommended/ethdcrminer64 -epool daggerhashimoto.eu.nicehash.com:3353 -ewal 39qjQtznWGrsQAcbgQCa4VjQyMonzDNSUK.Icemine01 -epsw x -mode 1 -dbg -1 -esm 3 -allpools 1 -estale 0 -di 0123
    SCREEN -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/CLAYMORE/recommended/ethdcrminer64 -epool daggerhashimoto.eu.nicehash.com:3353 -ewal 39qjQtznWGrsQAcbgQCa4VjQyMonzDNSUK.Icemine01 -epsw x -mode 1 -dbg -1 -esm 3 -allpools 1 -estale 0 -di 0123 SCREEN -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/CLAYMORE/recommended/ethdcrminer64 -epool daggerhashimoto.eu.nicehash.com:3353 -ewal 39qjQtznWGrsQAcbgQCa4VjQyMonzDNSUK.Icemine01 -epsw x -mode 1 -dbg -1 -esm 3 -allpools 1 -estale 0 -di 0123

ͻ
                Claymore's Dual GPU Miner - v12.0               
              ETH + DCR/SIA/LBC/PASC/BLAKE2S/KECCAK             
ͼ

ETH: 1 pool is specified
Main Ethereum pool is daggerhashimoto.eu.nicehash.com:3353
AMD OpenCL platform not found
No NVIDIA CUDA GPUs detected.
No AMD OPENCL or NVIDIA CUDA GPUs found, exit

Thu Jun 20 00:24:28 EDT 2019 - [CRITICAL] - GPU Utilization is too low: restarting 3main...
Thu Jun 20 00:25:09 EDT 2019 - [WARNING] - GPU0 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 00:25:13 EDT 2019 - [WARNING] - GPU1 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 00:25:25 EDT 2019 - [WARNING] - GPU3 under 70% threshold - UTILIZATION: 0%


Thu Jun 20 00:25:25 EDT 2019 - [WARNING] - Problem found, See diagnostics below:
Thu Jun 20 00:25:25 EDT 2019 - [WARNING] - Percent of GPUs bellow threshold: 100 %
name, pstate, temperature.gpu, fan.speed [%], utilization.gpu [%], power.draw [W], power.limit [W]
GeForce GTX 1080, P8, 28, 80 %, 0 %, 9.96 W, 160.00 W
GeForce GTX 1080 Ti, P8, 22, 70 %, 0 %, 13.19 W, 200.00 W
GeForce GTX 1080 Ti, P0, 39, [Unknown Error], 98 %, [Unknown Error], 200.00 W
GeForce GTX 1080 Ti, P8, 23, 70 %, 0 %, 12.13 W, 200.00 W
Thu Jun 20 00:25:49 EDT 2019 - [INFO] - Miner last 15 logs:
No AMD OPENCL or NVIDIA CUDA GPUs found, exit
screen -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/CLAYMORE/recommended/ethdcrminer64 -epool daggerhashimoto.eu.nicehash.com:3353 -ewal 39qjQtznWGrsQAcbgQCa4VjQyMonzDNSUK.Icemine01 -epsw x -mode 1 -dbg -1 -esm 3 -allpools 1 -estale 0 -di 0123
    SCREEN -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/CLAYMORE/recommended/ethdcrminer64 -epool daggerhashimoto.eu.nicehash.com:3353 -ewal 39qjQtznWGrsQAcbgQCa4VjQyMonzDNSUK.Icemine01 -epsw x -mode 1 -dbg -1 -esm 3 -allpools 1 -estale 0 -di 0123

ͻ
                Claymore's Dual GPU Miner - v12.0               
              ETH + DCR/SIA/LBC/PASC/BLAKE2S/KECCAK             
ͼ

ETH: 1 pool is specified
Main Ethereum pool is daggerhashimoto.eu.nicehash.com:3353
AMD OpenCL platform not found
No NVIDIA CUDA GPUs detected.
No AMD OPENCL or NVIDIA CUDA GPUs found, exit

Thu Jun 20 00:25:49 EDT 2019 - [CRITICAL] - GPU Utilization is too low: restarting 3main...
Thu Jun 20 00:26:33 EDT 2019 - [WARNING] - GPU0 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 00:26:41 EDT 2019 - [WARNING] - GPU1 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 00:27:01 EDT 2019 - [WARNING] - GPU3 under 70% threshold - UTILIZATION: 0%


Thu Jun 20 00:27:02 EDT 2019 - [WARNING] - Problem found, See diagnostics below:
Thu Jun 20 00:27:02 EDT 2019 - [WARNING] - Percent of GPUs bellow threshold: 100 %
name, pstate, temperature.gpu, fan.speed [%], utilization.gpu [%], power.draw [W], power.limit [W]
GeForce GTX 1080, P8, 28, 80 %, 0 %, 9.96 W, 160.00 W
GeForce GTX 1080 Ti, P8, 22, 70 %, 0 %, 13.29 W, 200.00 W
GeForce GTX 1080 Ti, P0, 39, [Unknown Error], 98 %, [Unknown Error], 200.00 W
GeForce GTX 1080 Ti, P8, 23, 70 %, 0 %, 12.23 W, 200.00 W
Thu Jun 20 00:27:30 EDT 2019 - [INFO] - Miner last 15 logs:
No AMD OPENCL or NVIDIA CUDA GPUs found, exit
screen -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/CLAYMORE/recommended/ethdcrminer64 -epool daggerhashimoto.eu.nicehash.com:3353 -ewal 39qjQtznWGrsQAcbgQCa4VjQyMonzDNSUK.Icemine01 -epsw x -mode 1 -dbg -1 -esm 3 -allpools 1 -estale 0 -di 0123
    SCREEN -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/CLAYMORE/recommended/ethdcrminer64 -epool daggerhashimoto.eu.nicehash.com:3353 -ewal 39qjQtznWGrsQAcbgQCa4VjQyMonzDNSUK.Icemine01 -epsw x -mode 1 -dbg -1 -esm 3 -allpools 1 -estale 0 -di 0123

ͻ
                Claymore's Dual GPU Miner - v12.0               
              ETH + DCR/SIA/LBC/PASC/BLAKE2S/KECCAK             
ͼ

ETH: 1 pool is specified
Main Ethereum pool is daggerhashimoto.eu.nicehash.com:3353
AMD OpenCL platform not found
No NVIDIA CUDA GPUs detected.
No AMD OPENCL or NVIDIA CUDA GPUs found, exit

Thu Jun 20 00:27:30 EDT 2019 - [CRITICAL] - Utilization is too low: reviving did not work so restarting system in 10 seconds
Thu Jun 20 08:53:16 EDT 2019 - [WARNING] - GPU0 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 08:53:20 EDT 2019 - [WARNING] - GPU1 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 08:53:44 EDT 2019 - [WARNING] - GPU3 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 08:54:31 EDT 2019 - [WARNING] - GPU0 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 08:54:35 EDT 2019 - [WARNING] - GPU1 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 08:54:47 EDT 2019 - [WARNING] - GPU3 under 70% threshold - UTILIZATION: 0%


Thu Jun 20 08:54:49 EDT 2019 - [WARNING] - Problem found, See diagnostics below:
Thu Jun 20 08:54:49 EDT 2019 - [WARNING] - Percent of GPUs bellow threshold: 100 %
name, pstate, temperature.gpu, fan.speed [%], utilization.gpu [%], power.draw [W], power.limit [W]
GeForce GTX 1080, P8, 34, 95 %, 0 %, 10.50 W, 160.00 W
GeForce GTX 1080 Ti, P8, 24, 70 %, 0 %, 20.36 W, 200.00 W
GeForce GTX 1080 Ti, P0, 43, [Unknown Error], 99 %, [Unknown Error], 200.00 W
GeForce GTX 1080 Ti, P8, 27, 70 %, 0 %, 11.54 W, 200.00 W
Thu Jun 20 08:55:11 EDT 2019 - [INFO] - Miner last 15 logs:
CUDA error 2 #103 - 46
CUDA error 2 #105 - 46
CUDA error 3 #102 - 46
CUDA error 3 #102a - 46
CUDA error 3 #103 - 46
CUDA error 3 #105 - 46
ETH: Stratum - connecting to 'daggerhashimoto.eu.nicehash.com' <172.65.195.169> port 3353 (unsecure)
ETH: Stratum - Connected (daggerhashimoto.eu.nicehash.com:3353) (unsecure)
ETHEREUM-ONLY MINING MODE ENABLED (-mode 1)
ETH: nicehash stratum mode
"-allpools" option is set, default pools can be used for devfee, check "Readme" file for details.
Watchdog enabled
Remote management (READ-ONLY MODE) is enabled on port 3333

ETH: Authorized
Thu Jun 20 08:55:11 EDT 2019 - [CRITICAL] - GPU Utilization is too low: restarting 3main...
Thu Jun 20 08:55:56 EDT 2019 - [WARNING] - GPU0 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 08:56:00 EDT 2019 - [WARNING] - GPU1 under 70% threshold - UTILIZATION: 0%
Thu Jun 20 08:56:16 EDT 2019 - [WARNING] - GPU3 under 70% threshold - UTILIZATION: 0%


Thu Jun 20 08:56:17 EDT 2019 - [WARNING] - Problem found, See diagnostics below:
Thu Jun 20 08:56:17 EDT 2019 - [WARNING] - Percent of GPUs bellow threshold: 100 %
name, pstate, temperature.gpu, fan.speed [%], utilization.gpu [%], power.draw [W], power.limit [W]
GeForce GTX 1080, P0, 34, 95 %, 0 %, 44.22 W, 160.00 W
GeForce GTX 1080 Ti, P8, 24, 70 %, 0 %, 13.95 W, 200.00 W
GeForce GTX 1080 Ti, P0, 41, [Unknown Error], 99 %, [Unknown Error], 200.00 W
GeForce GTX 1080 Ti, P8, 25, 70 %, 0 %, 11.54 W, 200.00 W
Thu Jun 20 08:56:40 EDT 2019 - [INFO] - Miner last 15 logs:
AMD OpenCL platform not found
Be careful with overclocking, use default clocks for first tests
Press "s" for current statistics, "0".."9" to turn on/off cards, "r" to reload pools, "e" or "d" to select current pool, "x" to select GPU
CUDA initializing...

NVIDIA Cards available: 4
CUDA Driver Version/Runtime Version: 9.2/8.0
GPU #0: GeForce GTX 1080, 8119 MB available, 20 compute units, capability: 6.1  (pci bus 1:0:0)
GPU #1: GeForce GTX 1080 Ti, 11178 MB available, 28 compute units, capability: 6.1  (pci bus 2:0:0)
GPU #2: GeForce GTX 1080 Ti, 11178 MB available, 28 compute units, capability: 6.1  (pci bus 4:0:0)
GPU #3: GeForce GTX 1080 Ti, 11178 MB available, 28 compute units, capability: 6.1  (pci bus 5:0:0)
Total cards: 4

You can use "+" and "-" keys to achieve best ETH speed, see "FINE TUNING" section in Readme for details.

Thu Jun 20 08:56:40 EDT 2019 - [CRITICAL] - GPU Utilization is too low: restarting 3main...
Thu Jun 20 08:57:21 EDT 2019 - [WARNING] - GPU0 under 70% threshold - UTILIZATION: 0%
m1@m1-desktop:~/NVOC/mining$


Its not idling, it keeps restarting 3main and rebooting system , fix your cards


Check the times from your log:

Code:
Thu Jun 20 00:20:26 EDT 2019 - [CRITICAL] - GPU Utilization is too low: restarting 3main...
Thu Jun 20 00:21:47 EDT 2019 - [CRITICAL] - GPU Utilization is too low: restarting 3main...
Thu Jun 20 00:23:08 EDT 2019 - [CRITICAL] - GPU Utilization is too low: restarting 3main...
Thu Jun 20 00:24:28 EDT 2019 - [CRITICAL] - GPU Utilization is too low: restarting 3main...
Thu Jun 20 00:25:49 EDT 2019 - [CRITICAL] - GPU Utilization is too low: restarting 3main...
Thu Jun 20 00:27:30 EDT 2019 - [CRITICAL] - Utilization is too low: reviving did not work so restarting system in 10 seconds
Thu Jun 20 08:55:11 EDT 2019 - [CRITICAL] - GPU Utilization is too low: restarting 3main...
Thu Jun 20 08:56:40 EDT 2019 - [CRITICAL] - GPU Utilization is too low: restarting 3main...

LuKePicci
Jr. Member
*
Offline Offline

Activity: 128
Merit: 1


View Profile
June 25, 2019, 10:04:31 AM
 #111

I agree with papampi, your rig is not idling, it crashed a lot in a row up to the point it rebooted, then it crashed again after 8 hours and so on.
The crash is from claymore miner, coin autoswitching has no issues, it just switches to NICE_ETH then one of your 1080ti crashes while mining on ethash.
If you exclude ethash coins from coin autoswitch you should be able to workaround such situation until you fix that card.
urnzwy
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
June 29, 2019, 01:46:15 AM
Last edit: June 29, 2019, 04:34:01 AM by urnzwy
 #112

Hey guys!

Anyone catch this error before when trying to get the Salfter Nicehash Profit switching working?

This is in the "Auto_Switch" tab of the Quake Terminal
- The following arguments were not expected: -O -S -SP

This is showing up under the miner, then Foreman does it's thing all over again until the rig restarts.
- ERROR: Error parsing assignment '[gpu:0]/GPUGraphicsClockOffset[3]=' (No attribute value specified).

I have all my power levels set, over-clocking, etc.. So I'm a bit lost on what to try next. No issues running the Nicehash algo's by themselves either as well as my other coins. The WTM numbers that come back aren't close to what I see on the website either. Again, not sure what the dealio is.
Rumo
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
June 29, 2019, 12:50:32 PM
 #113

Hi Papampi

Thanks for mention me in your WTM Script ;-)

If someone like to mine BEAM with wtm switcher you should change the WTM_SWITCHER script from

Code:
# filter WTM coins by user selection only
for i in data:
    if data[i]["tag"] == "NICEHASH":
       data[i]["tag"] = "NICE_" + data[i]["algorithm"].upper()

for i in filter(lambda x: data[x]["tag"] not in includedCoins, data):
    data.pop(i)


to

Code:
# filter WTM coins by user selection only
for i in data:
    if data[i]["algorithm"] == "Equihash (150,5)":
       data[i]["algorithm"] = "BEAM"

    if data[i]["tag"] == "NICEHASH":
       data[i]["tag"] = "NICE_" + data[i]["algorithm"].upper()

for i in filter(lambda x: data[x]["tag"] not in includedCoins, data):
    data.pop(i)


Hope this helps
bobers
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile
June 29, 2019, 04:11:04 PM
 #114

Hi, please help me update teamviewer on my last NVOC image. System sais it is too old for connect. Thanks
urnzwy
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
June 29, 2019, 06:39:38 PM
 #115

Hi, please help me update teamviewer on my last NVOC image. System sais it is too old for connect. Thanks

Follow these instructions and you'll be good to go! You need to connect to the rig itself to update. Open Quake Terminal and use the first window, then copy and paste. Simple as that.

https://linuxize.com/post/how-to-install-teamviewer-on-ubuntu-18-04/
LuKePicci
Jr. Member
*
Offline Offline

Activity: 128
Merit: 1


View Profile
June 30, 2019, 11:07:03 PM
 #116

@Rumo it could be better to implement a translation function which maps whatever algorithm value WTM reports to something more manageable. For example we may want to strip whatever is not alphanumeric and then switch it to uppercase. Then we should rename BEAM into EQUIHASH_1505. This will fix any similar future algo name issues.
Rumo
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
July 01, 2019, 01:20:15 PM
 #117

@Rumo it could be better to implement a translation function which maps whatever algorithm value WTM reports to something more manageable. For example we may want to strip whatever is not alphanumeric and then switch it to uppercase. Then we should rename BEAM into EQUIHASH_1505. This will fix any similar future algo name issues.

Thats true. But for now thats a workaround for mining beam on nicehash.

I thought it is usefull. If not just ignore it.
LuKePicci
Jr. Member
*
Offline Offline

Activity: 128
Merit: 1


View Profile
July 01, 2019, 05:35:05 PM
 #118

If you manage to write that definitive snippet we could push it into nvOC for everybody. Maybe you're better then me at coding python scripts, that's why I'm inviting you to do so.
bobers
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile
July 02, 2019, 12:25:00 PM
Last edit: July 05, 2019, 09:16:45 AM by bobers
 #119

I am so stupid but i can't set up nicehash pool mining with profi switch coins. Can someone show me 1bash. so i can see my mistakes

1st. What should i set up in COIN? COIN="NICE-EQUILHASH" like in 1bash.templare or COIN="NICE_EQUIHASH"?
2nd. If i choose COIN="NICE_EQUIHASH" i receve message algoritm not specified
urnzwy
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
July 02, 2019, 03:23:59 PM
 #120

I am so stupid but i can't set up nicehash pool mining with profi switch coins. Can someone show me 1bash. so i can see my mistakes

Are you getting an error? I still haven't figured out how to get it running and I've been using nvOC for a long time.. Waiting for one of the smarter guys to chime in on my issue.
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!