Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: papampi on April 08, 2019, 06:33:23 AM



Title: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on April 08, 2019, 06:33:23 AM
Dear miners and friends

This is nvOC Community Release based on the original nvOC easy-to-use Linux Nvidia (https://bitcointalk.org/index.php?topic=1854250) by fullzero (https://bitcointalk.org/index.php?action=profile;u=374093)

nvOC Community Release like the original nvOC is free and has No Dev-Fee. You can always check 1bash to find developers BTC addresses if you wish to donate.

nvOC Community Release is set of scripts can be use in any Ubuntu system (need some expert edits) or use with provided images (Ubuntu 16.04/18.04) build with Nvidia individual card OC and individual card power limit support, manual fan support, auto launching on boot, auto switch coin based on wtm profits and a single easy to configure Bash Script (1bash) which can be configured from any computer using a text editor.

With nvOC Community Releaed you can set almost anything you wish for in your mining rig and easily add any new coin, algo or miners from 1bash.

Built-in Algorithms:
BITCORE CRYPTONIGHT CRYPTONIGHTHEAVY CRYPTONIGHTV7 CRYPTONIGHTV8 CUCKAROO29 CUCKATOO31 CUCKOOCYCLE DECRED ENERGI EQUIHASH ETHASH GRS LBRY LYRA2V2 LYRA2RE3 LYRA2Z MYR_GR NEOSCRYPT PASCAL PHI1612 PHI2 SIA SIB SKEIN SKUNK X13 X16R X21S X22I XEVAN ZHASH

Builtin miners:
BMINER  CLAYMORE CryptoDredge DSTM ENERGIMINER ETHMINER EWBF GMINER LOLMINER NBMiner PhoenixMiner Tpccminer T_Rex XMR_Stak ZENEMYminer Z_EWBF cpuOPT


Available Settings:

  • Set Auto Start Miner on boot
  • Set Auto Switching coins
  • Set the GPUs you want to mine with
  • Use TEAMVIEWER and set the resolution you want to use with it
  • Auto Reboot rig timer
  • Auto restart miner timer
  • Schedule mining to stop and start between given times in a day
  • Set your desired worker names
  • Set to clear logs on reboot
  • Use of SRR
  • Control GPU LED and brightness
  • Miner Watchdog: Monitors the rig and automatically corrects the detected problems if possible by restarting miner or rig
  • Load Check to check system load average and reboot if needed
  • Use sys request reboot or normal reboot
  • WatchDog check cycle period
  • Set Minimum GPU utilization threshold to warn and restart mining if it goes bellow
  • Alternate pool settings
  • Power limit and Overclock modes: Global, GPU Specific, Algo Specific, Global with GPU Offset, Algo Specific with GPU Offset
  • Use Headless mode (for P100 card variants with no monitor output)
  • Use OhGodAnETHlargementPill
  • Miner Temp Control to automatically adjusts the fan speed to keep the desired temp
  • Use manual fan control individual target temps
  • Set Hot ShutDown to shutdown rig if temp exceeds
  • Set TempControl check cycles
  • Set Minimal and Maximal fan speeds
  • Set Allowed fan difference, fan adjust and power adjust steps
  • Foreman monitoring (https://bitcointalk.org/index.php?topic=4767563.0)
  • Supports Nicehash, Zpool and MPH Algo mining


Check contributors and all the settings available in 1bash.template (https://github.com/papampi/nvOC_by_fullzero_Community_Release/blob/3.2-stable/1bash.template)




Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on April 08, 2019, 06:33:35 AM
Looking for Latest stable version? Go here: https://github.com/papampi/nvOC_by_fullzero_Community_Release/tree/release

Quick start how-to:

You can get nvOC running on your mining rig in some different ways:

Picking and burning a pre-built whole disk OS image (recommended) LINK (https://github.com/papampi/nvOC_by_fullzero_Community_Release/wiki/Download-pre-built-OS-images)

Picking and burning a pre-built whole disk OS image targeting a beta testing branch

Cloning the repo on existing OS installations

Noob-proof: Pre-built images

Beta branches are not for noobs, become an insider and read below.

For insiders:

Pre-built images targeting beta/pre-release branches

Download the latest full nvOC OS image,

Write the image with your favorite HDD image writer of choice

Browse to the small fat partition you can see on the drive. Download the latest nvOC configuration file named '1bash.template' from your branch of choice in this repo and save it there as '1bash'.

Edit this file with all your settings. The same file contains settings descriptions that will help you completing the setup.

Edit the firstboot.json file in that same folder and put your selected branch name in place of the default release branch.

For experts:
Clone this repo
You can find all files needed to run nvOC in this repo but it's recommended you run nvOC from inside a pre-built nvOC image for optimal support. You may have issues trying to setup nvOC from repo on generic Ubuntu or other Linux distro installations.

Create a folder in a nice place on your drive and clone this repo into it, we suggest '~/NVOC/mining' but you are free to choose
Starting from nvOC 2.1+ you can clone different versions of nvOC in different folders and keep all of them installed side-by-side for actual 'mining', 'testing' or other purposes. However a single running nvOC instance is supported: you cannot run multiple ones at the same time. Please, avoid cloning this repo directly into the user home directory

Setup your system to launch 2unix script from that folder on startup
Note that original nvOC startup method is based upon gnome-terminal default profile. You can switch, edit or disable this in termianl preferences. There is also a beta support for running nvOC as a systemd service.

Update nvOC CR to latest commit:

Code:
~/NVOC/mining/nvOC upgrade


Update all the miners :

Code:
~/NVOC/mining/nvOC miners-upgrade



You can refer to nvOC README (https://github.com/papampi/nvOC_by_fullzero_Community_Release/blob/3.2-stable/README.md) for more help on how to update or enrich your miner collection in future



Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on April 08, 2019, 06:33:45 AM


nvOC setup from a git clone

This page shows how to setup/run any nvOC 2.1+ branch from a dedicated folder. Expert users may find this useful for setting up nvOC development/testing environments side-by-side with stable setups and switch between them quickly. If you are a standard nvOC user who just want to mine or an insider who wants to try beta/development preview branches, please, go back to the main README of this repo for much easier ways of getting nvOC up and mining.

This page is not meant for noobs. Here we use beta_testing branch and /home/m1/NVOC/testing as an example, of course you need to change it according to your purpose.

Step 1:
Code:
git clone --depth 1 --branch beta_testing https://github.com/papampi/nvOC_by_fullzero_Community_Release.git /home/m1/NVOC/testing

cd /home/m1/NVOC/testing

bash nvOC miners-upgrade

Create a copy of a fresh 1bash from 1bash.template:

Code:
cp /home/m1/NVOC/testing/1bash.template /home/m1/NVOC/testing/1bash
Edit 1bash as usual with your preferred text editor.

Step 2:
Switching between installed branches requires you to edit gnome-terminal settings and profiles.

Option A - from CLI
There exists an automated script for doing such kind of operations from command line with relative ease. Look for it in the https://github.com/papampi/nvOC_image repo.

Option B - from GUI
Create new gnome-terminal profile and start up command:

gnome-terminal menus: Edit > Preferences > Profiles > Clone the mining profile and edit the clone.

Rename the cloned mining profile to "mining-beta", "mining-testing" or whatever you like.

In 2nd tab from left, "Command" change custom command.

from :

Code:
/home/m1/NVOC/mining/2unix
to:

Code:
/home/m1/NVOC/testing/2unix
Choose the "Profile used when launching …" to the one you made.

Step 3:
It's better to reboot, to start fresh.

But this should also work:

bash nvOC restart

gnome-terminal will be closed, and immediately opened but this time it should start your new nvOC branch with the new selected profile.

Switch back
To switch back to previous installation just change back the "Profile used when launching …" in gnome-terminal profiles following similar steps as in Step 2 above.

Updates:
Updating an nvOC branch with latest commits is really, really easy thanks to git. You don't need (anymore) to wait for update scripts to be released, the update is really fast and your miner won't be stop unless it gets updated too, and only for a very small amount of time.

Basic and easy nvOC update steps:
Code:
cd /home/m1/NVOC/testing

bash nvOC upgrade

This last step above will also propose you to upgrade miners and eventually recompile those one you know you need it. In such cases, the required miner sources are pulled directly from their developer repository.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on April 08, 2019, 06:33:54 AM
Latest stable version: 19-3.2

Latest Image: nvOC-19-3.2 Ubuntu-16.04 Cuda-9.2 Nvidia-418 2019-05-02:  
MEGA.nz: Direct Download Link (https://mega.nz/#!0AVzkSyY!mlBBFvD2sCTRYr8uNbsYu6oFRKp2wAhrR254lPOA_dg)
GDrive: Direct Download Link (https://drive.google.com/open?id=1H6ZHyJ1gzyjtHPaZh7u8dpw9vQvjccC-) (Thanks to damNmad)
OneDrive:  Direct Download Link (https://bit.ly/2Jaugqh) (Thanks to LuKePicci)

Code:
nvOC-3.2_Ubuntu-16.04_Cuda-9.2_Nvidia-418_2019-05-02.7z	        sha256	8379e98ddcfb5daf7d33fed66d6c33298c2198ee2c272ee59909e8faffc943de 
nvOC-3.2_Ubuntu-16.04_Cuda-9.2_Nvidia-418_2019-05-02.img sha256 ef3146abb080bc158f814b46ea7fb065c6a997515a9bdd21d21a6edee21144ba

Code:
Download size: 2.85 Gb
Image size: 10 Gb


GitHub pre-built OS images page (https://github.com/papampi/nvOC_by_fullzero_Community_Release/wiki/Download-pre-built-OS-images)


Notice:
If you are updating release point from 19-3.0 remember to edit and use new 1bash from 1bash.template (https://raw.githubusercontent.com/papampi/nvOC_by_fullzero_Community_Release/3.2-stable/1bash.template)


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on April 08, 2019, 06:53:32 AM

Special thanks to nvOC Community Release Contributors:


LukePicci:    19-3.x Main Developer

brightskye:   Disabled GPUs

obm_dan:     Foreman monitoring integration

SizzlePizzle: Algo mining unification

Stubo:           19-2.0 Main developer
 
leenoox:        19-2.0 Main developer


There has been so many helps from other users.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on April 08, 2019, 06:53:42 AM



You can always update pre-installed miners or add new ones yourself.

But feel free to ask for new miners or update the pre-installed ones if we missed them.




Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: sikke1 on April 08, 2019, 06:03:19 PM
Thank you for this great OS. It is so stable and easy to manage. With full benefits.



Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: infowire on April 09, 2019, 03:45:42 PM
I got this message ?

COIN/ALGO not found, Check your settings
Miner not started, Stopping watchdog



my settings
Code:
COIN="RVN"

# Raven Coin (RVN)
RVN_ADDRESS="infowire.RVNMiner1"
RVN_EXTENSION_ARGUMENTS="-p x -a x16r"
RVN_POOL="rvn.suprnova.cc"
RVN_PORT="6666"
RVN_WORKER="$WORKERNAME"


Code:
X16R_COINS="RVN,XMN"


nvOC_19-3.x_U16.04_Cuda_8-9.2_N410_2018-10-27


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on April 09, 2019, 05:49:37 PM
I got this message ?

COIN/ALGO not found, Check your settings
Miner not started, Stopping watchdog



my settings
Code:
COIN="RVN"

# Raven Coin (RVN)
RVN_ADDRESS="infowire.RVNMiner1"
RVN_EXTENSION_ARGUMENTS="-p x -a x16r"
RVN_POOL="rvn.suprnova.cc"
RVN_PORT="6666"
RVN_WORKER="$WORKERNAME"


Code:
X16R_COINS="RVN,XMN"


nvOC_19-3.x_U16.04_Cuda_8-9.2_N410_2018-10-27

If you are on latest 19-3.2 please copy latest 1bash.template to 1bash, then edit it and test again

Code:
cp ~/NVOC/mining/1bash.template ~/NVOC/mining/1bash

If problem persists please run:

Code:
~/NVOC/mining/nvOC report

And post results here
 


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: TAKCuCT on April 09, 2019, 07:05:35 PM
A bit less 2 years i am on nvOC. This is the best miners OS now. I had tried a most famous OS's like a ethos, hiveos, simple os and some exotic zhaos, chineese miner os. My rigs still on nvOC.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: AkiAfroo on April 10, 2019, 08:14:17 AM
great!


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: infowire on April 10, 2019, 03:41:04 PM
I got this message ?

COIN/ALGO not found, Check your settings
Miner not started, Stopping watchdog



my settings
Code:
COIN="RVN"

# Raven Coin (RVN)
RVN_ADDRESS="infowire.RVNMiner1"
RVN_EXTENSION_ARGUMENTS="-p x -a x16r"
RVN_POOL="rvn.suprnova.cc"
RVN_PORT="6666"
RVN_WORKER="$WORKERNAME"


Code:
X16R_COINS="RVN,XMN"


nvOC_19-3.x_U16.04_Cuda_8-9.2_N410_2018-10-27

If you are on latest 19-3.2 please copy latest 1bash.template to 1bash, then edit it and test again

Code:
cp ~/NVOC/mining/1bash.template ~/NVOC/mining/1bash

If problem persists please run:

Code:
~/NVOC/mining/nvOC report

And post results here
 





Code:
      Report generator for nvOC nvOC v0019-2.1 - Community Release v0012       


[code]

Operating System info:
Kernel        :  4.4.0-138-generic
OS            :  Ubuntu 16.04.5 LTS
System        :  (gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10)
nvidia driver :  410.66

nvOC info:
nvOC path     :  /home/m1/NVOC/mining
nvOC          :  nvOC_Ver=nvOC v0019-2.1 - Community Release" # Do not edit this
Report        :  0012
1bash         :  v0019-2.1.0029
1bash.template:  0050
3main         :  0026
5watchdog     :  0022
6tempcontrol  :  0008
wtm switch    :  0023
wtm profit    :  0004
pool switch   :  0002
minerinfo     :  0012

Hardware info:
Motherboard   :  Micro-Star International Co., Ltd. H310-A PRO (MS-7B83)  1.0
BIOS ver.     :  1.00 03/15/2018
CPU Model     :  Celeron(R) G4900 CPU @ 3.10GHz
CPU Cores     :  2 (Cores + Threads)
Mem Total     :         8117004 kB
Mem Free      :         3813320 kB
Swap Total    :               0 kB
Swap Free     :               0 kB
Ethernet      :  Intel Corporation Device 15bc (rev 10)

CUDA SDK version
nvcc path     : /usr/local/cuda/bin/nvcc
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Tue_Jun_12_23:07:04_CDT_2018
Cuda compilation tools, release 9.2, V9.2.148

nvOC is not installed as a service

HDD and Partion info:
NAME    SIZE FSTYPE TYPE ROTA HOTPLUG TRAN   VENDOR   MODEL             REV MOUNTPOINT
sda    55.9G        disk    0       0 sata   ATA      KingDian S200 60 4A0 
├─sda1    9M vfat   part    0       0                                       /media/m1/12D3-A869
└─sda2 55.9G ext4   part    0       0                                       /

VGA info:
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
03:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)

Local git branch and submodules status:
## release...origin/release
+697af748788f1e056ff345d1d6f42a340dc968df miners (remotes/origin/3.0-miners)
## HEAD (no branch)
-cd6fab68823e247bb84dd1fa0448d5f75ec4917d ANXccminer/src
-baf6c9e4e36c9cc1b67698ee2977d445f598c573 ASccminer/src
-24c65cf166bbb3332d60e2baef859ceb604e5d49 ETHMINER/src
-c5ab73837c8024f1e6b8fe7ad46e6881fb8366e6 KTccminer/src
-bedaf007d4619fc4157aeafb59b44850f08d93f1 KTccminer_cryptonight/src
-7d41d49b92db27b9ab80270adaa92f6b06d1ef78 KXccminer/src
-78dad7dd659eae72a07d2448de62b1946c1f2b41 MSFTccminer/src
-8affcb9cd09edd917d33c1ed450f23400f571bdb NAccminer/src
-9e86bdd24ed7911b698f1d0ef61a4028fcbd13c5 SPccminer/src
-c800f1a803e1b2074ed2a7c15023c096d0772048 SUPRminer/src
-a81ab0f7a557a12a21d716dd03537bc8633fd176 TPccminer/src
-48b170a5828256600ca71e66d4c114af4e114236 VERTMINER/src
-c0ab1734332d6472225d8ac7394f6fcba71aabc9 XMR_Stak/src
-bfd1c002f98f2d63f2174618838afc28cf4ffffe cpuOPT/src

1bash settings:
1bash version .............: v0019-2.1.0029
LOCAL or REMOTE ...........: LOCAL
TEAMVIEWER started ........: YES
SSH daemon started ........: YES
SLOW_USB_KEY_MODE .........: NO
SRR .......................: NO

Watchdog ..................: YES
SYSRQ Reboot ..............: NO
Watchdog Cycle ............: 15
GPU Utilization Threshold .: 70
Alternate Pool ............: NO

Temp Control ..............: YES
MANUAL_FAN ................: NO
TARGET_TEMP ...............: 65
__FAN_ADJUST ..............: 5
POWER_ADJUST ..............: 5
ALLOWED_TEMP_DIFF .........: 2
RESTORE_POWER_LIMIT .......: 85
MINIMAL_FAN_SPEED .........: 50
MAXIMAL_FAN_SPEED .........: 95

CLEAR_LOGS_ON_BOOT ........: NO
AUTO_REBOOT ...............: NO
_Parallax_MODE (upPaste)...: NO

TELEGRAM_MESSAGES .: NO
TELEGRAM_ALERTS ...: NO

HEADLESS MODE:.............: NO
GPUPowerMizerMode_Adjust...: NO
ETH Pill ..................: NO

POWERLIMIT MODE ...........: GLOBAL
Power Limit WATTS .........: 150
OVERCLOCK MODE ............: GLOBAL
Memory Overclock ..........: 0
Core Overclock ............: 100

GLOBAL WORKERNAME .........: YES
AUTO WORKERNAME ...........: HOST
WORKERNAME ................: 122
plusCPU ...................: NO

AUTO_SWITCH ...............: NO
COIN ......................: RVN
ALGO ......................: UNDEFINED
MINER .....................:
RVN WORKER ................: 122
RVN ADDRESS ...............: infowire...
RVN POOL ..................: rvn.suprnova.cc
RVN PORT ..................: 6666




[/code]


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on April 10, 2019, 04:28:25 PM
I got this message ?

COIN/ALGO not found, Check your settings
Miner not started, Stopping watchdog



my settings
Code:
COIN="RVN"

# Raven Coin (RVN)
RVN_ADDRESS="infowire.RVNMiner1"
RVN_EXTENSION_ARGUMENTS="-p x -a x16r"
RVN_POOL="rvn.suprnova.cc"
RVN_PORT="6666"
RVN_WORKER="$WORKERNAME"


Code:
X16R_COINS="RVN,XMN"


nvOC_19-3.x_U16.04_Cuda_8-9.2_N410_2018-10-27

If you are on latest 19-3.2 please copy latest 1bash.template to 1bash, then edit it and test again

Code:
cp ~/NVOC/mining/1bash.template ~/NVOC/mining/1bash

If problem persists please run:

Code:
~/NVOC/mining/nvOC report

And post results here
 





      Report generator for nvOC nvOC v0019-2.1 - Community Release v0012      


Code:

Operating System info:
Kernel        :  4.4.0-138-generic
OS            :  Ubuntu 16.04.5 LTS
System        :  (gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10)
nvidia driver :  410.66

nvOC info:
nvOC path     :  /home/m1/NVOC/mining
nvOC          :  nvOC_Ver=nvOC v0019-2.1 - Community Release" # Do not edit this
Report        :  0012
1bash         :  v0019-2.1.0029
1bash.template:  0050
3main         :  0026
5watchdog     :  0022
6tempcontrol  :  0008
wtm switch    :  0023
wtm profit    :  0004
pool switch   :  0002
minerinfo     :  0012

Hardware info:
Motherboard   :  Micro-Star International Co., Ltd. H310-A PRO (MS-7B83)  1.0
BIOS ver.     :  1.00 03/15/2018
CPU Model     :  Celeron(R) G4900 CPU @ 3.10GHz
CPU Cores     :  2 (Cores + Threads)
Mem Total     :         8117004 kB
Mem Free      :         3813320 kB
Swap Total    :               0 kB
Swap Free     :               0 kB
Ethernet      :  Intel Corporation Device 15bc (rev 10)

CUDA SDK version
nvcc path     : /usr/local/cuda/bin/nvcc
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Tue_Jun_12_23:07:04_CDT_2018
Cuda compilation tools, release 9.2, V9.2.148

nvOC is not installed as a service

HDD and Partion info:
NAME    SIZE FSTYPE TYPE ROTA HOTPLUG TRAN   VENDOR   MODEL             REV MOUNTPOINT
sda    55.9G        disk    0       0 sata   ATA      KingDian S200 60 4A0  
├─sda1    9M vfat   part    0       0                                       /media/m1/12D3-A869
└─sda2 55.9G ext4   part    0       0                                       /

VGA info:
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
03:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)

Local git branch and submodules status:
## release...origin/release
+697af748788f1e056ff345d1d6f42a340dc968df miners (remotes/origin/3.0-miners)
## HEAD (no branch)
-cd6fab68823e247bb84dd1fa0448d5f75ec4917d ANXccminer/src
-baf6c9e4e36c9cc1b67698ee2977d445f598c573 ASccminer/src
-24c65cf166bbb3332d60e2baef859ceb604e5d49 ETHMINER/src
-c5ab73837c8024f1e6b8fe7ad46e6881fb8366e6 KTccminer/src
-bedaf007d4619fc4157aeafb59b44850f08d93f1 KTccminer_cryptonight/src
-7d41d49b92db27b9ab80270adaa92f6b06d1ef78 KXccminer/src
-78dad7dd659eae72a07d2448de62b1946c1f2b41 MSFTccminer/src
-8affcb9cd09edd917d33c1ed450f23400f571bdb NAccminer/src
-9e86bdd24ed7911b698f1d0ef61a4028fcbd13c5 SPccminer/src
-c800f1a803e1b2074ed2a7c15023c096d0772048 SUPRminer/src
-a81ab0f7a557a12a21d716dd03537bc8633fd176 TPccminer/src
-48b170a5828256600ca71e66d4c114af4e114236 VERTMINER/src
-c0ab1734332d6472225d8ac7394f6fcba71aabc9 XMR_Stak/src
-bfd1c002f98f2d63f2174618838afc28cf4ffffe cpuOPT/src

1bash settings:
1bash version .............: v0019-2.1.0029
LOCAL or REMOTE ...........: LOCAL
TEAMVIEWER started ........: YES
SSH daemon started ........: YES
SLOW_USB_KEY_MODE .........: NO
SRR .......................: NO

Watchdog ..................: YES
SYSRQ Reboot ..............: NO
Watchdog Cycle ............: 15
GPU Utilization Threshold .: 70
Alternate Pool ............: NO

Temp Control ..............: YES
MANUAL_FAN ................: NO
TARGET_TEMP ...............: 65
__FAN_ADJUST ..............: 5
POWER_ADJUST ..............: 5
ALLOWED_TEMP_DIFF .........: 2
RESTORE_POWER_LIMIT .......: 85
MINIMAL_FAN_SPEED .........: 50
MAXIMAL_FAN_SPEED .........: 95

CLEAR_LOGS_ON_BOOT ........: NO
AUTO_REBOOT ...............: NO
_Parallax_MODE (upPaste)...: NO

TELEGRAM_MESSAGES .: NO
TELEGRAM_ALERTS ...: NO

HEADLESS MODE:.............: NO
GPUPowerMizerMode_Adjust...: NO
ETH Pill ..................: NO

POWERLIMIT MODE ...........: GLOBAL
Power Limit WATTS .........: 150
OVERCLOCK MODE ............: GLOBAL
Memory Overclock ..........: 0
Core Overclock ............: 100

GLOBAL WORKERNAME .........: YES
AUTO WORKERNAME ...........: HOST
WORKERNAME ................: 122
plusCPU ...................: NO

AUTO_SWITCH ...............: NO
COIN ......................: RVN
ALGO ......................: UNDEFINED
MINER .....................:
RVN WORKER ................: 122
RVN ADDRESS ...............: infowire...
RVN POOL ..................: rvn.suprnova.cc
RVN PORT ..................: 6666





Your 1bash is too old and your nvOC is not latest too, please update nvOC and use latest 1bash  

latest versions
Code:
1bash: 0058
3main: 0028


update with:

Code:
bash ~/NVOC/mining/nvOC upgrade


Then copy 1bash.template to 1bash

Code:
cp ~/NVOC/mining/1bash.template ~/NVOC/mining/1bash

Edit and use latest 1bash


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: infowire on April 10, 2019, 05:41:11 PM
I got this message ?

COIN/ALGO not found, Check your settings
Miner not started, Stopping watchdog



my settings
Code:
COIN="RVN"

# Raven Coin (RVN)
RVN_ADDRESS="infowire.RVNMiner1"
RVN_EXTENSION_ARGUMENTS="-p x -a x16r"
RVN_POOL="rvn.suprnova.cc"
RVN_PORT="6666"
RVN_WORKER="$WORKERNAME"


Code:
X16R_COINS="RVN,XMN"


nvOC_19-3.x_U16.04_Cuda_8-9.2_N410_2018-10-27

If you are on latest 19-3.2 please copy latest 1bash.template to 1bash, then edit it and test again

Code:
cp ~/NVOC/mining/1bash.template ~/NVOC/mining/1bash

If problem persists please run:

Code:
~/NVOC/mining/nvOC report

And post results here
 





      Report generator for nvOC nvOC v0019-2.1 - Community Release v0012      


Code:

Operating System info:
Kernel        :  4.4.0-138-generic
OS            :  Ubuntu 16.04.5 LTS
System        :  (gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10)
nvidia driver :  410.66

nvOC info:
nvOC path     :  /home/m1/NVOC/mining
nvOC          :  nvOC_Ver=nvOC v0019-2.1 - Community Release" # Do not edit this
Report        :  0012
1bash         :  v0019-2.1.0029
1bash.template:  0050
3main         :  0026
5watchdog     :  0022
6tempcontrol  :  0008
wtm switch    :  0023
wtm profit    :  0004
pool switch   :  0002
minerinfo     :  0012

Hardware info:
Motherboard   :  Micro-Star International Co., Ltd. H310-A PRO (MS-7B83)  1.0
BIOS ver.     :  1.00 03/15/2018
CPU Model     :  Celeron(R) G4900 CPU @ 3.10GHz
CPU Cores     :  2 (Cores + Threads)
Mem Total     :         8117004 kB
Mem Free      :         3813320 kB
Swap Total    :               0 kB
Swap Free     :               0 kB
Ethernet      :  Intel Corporation Device 15bc (rev 10)

CUDA SDK version
nvcc path     : /usr/local/cuda/bin/nvcc
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Tue_Jun_12_23:07:04_CDT_2018
Cuda compilation tools, release 9.2, V9.2.148

nvOC is not installed as a service

HDD and Partion info:
NAME    SIZE FSTYPE TYPE ROTA HOTPLUG TRAN   VENDOR   MODEL             REV MOUNTPOINT
sda    55.9G        disk    0       0 sata   ATA      KingDian S200 60 4A0  
├─sda1    9M vfat   part    0       0                                       /media/m1/12D3-A869
└─sda2 55.9G ext4   part    0       0                                       /

VGA info:
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
03:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)

Local git branch and submodules status:
## release...origin/release
+697af748788f1e056ff345d1d6f42a340dc968df miners (remotes/origin/3.0-miners)
## HEAD (no branch)
-cd6fab68823e247bb84dd1fa0448d5f75ec4917d ANXccminer/src
-baf6c9e4e36c9cc1b67698ee2977d445f598c573 ASccminer/src
-24c65cf166bbb3332d60e2baef859ceb604e5d49 ETHMINER/src
-c5ab73837c8024f1e6b8fe7ad46e6881fb8366e6 KTccminer/src
-bedaf007d4619fc4157aeafb59b44850f08d93f1 KTccminer_cryptonight/src
-7d41d49b92db27b9ab80270adaa92f6b06d1ef78 KXccminer/src
-78dad7dd659eae72a07d2448de62b1946c1f2b41 MSFTccminer/src
-8affcb9cd09edd917d33c1ed450f23400f571bdb NAccminer/src
-9e86bdd24ed7911b698f1d0ef61a4028fcbd13c5 SPccminer/src
-c800f1a803e1b2074ed2a7c15023c096d0772048 SUPRminer/src
-a81ab0f7a557a12a21d716dd03537bc8633fd176 TPccminer/src
-48b170a5828256600ca71e66d4c114af4e114236 VERTMINER/src
-c0ab1734332d6472225d8ac7394f6fcba71aabc9 XMR_Stak/src
-bfd1c002f98f2d63f2174618838afc28cf4ffffe cpuOPT/src

1bash settings:
1bash version .............: v0019-2.1.0029
LOCAL or REMOTE ...........: LOCAL
TEAMVIEWER started ........: YES
SSH daemon started ........: YES
SLOW_USB_KEY_MODE .........: NO
SRR .......................: NO

Watchdog ..................: YES
SYSRQ Reboot ..............: NO
Watchdog Cycle ............: 15
GPU Utilization Threshold .: 70
Alternate Pool ............: NO

Temp Control ..............: YES
MANUAL_FAN ................: NO
TARGET_TEMP ...............: 65
__FAN_ADJUST ..............: 5
POWER_ADJUST ..............: 5
ALLOWED_TEMP_DIFF .........: 2
RESTORE_POWER_LIMIT .......: 85
MINIMAL_FAN_SPEED .........: 50
MAXIMAL_FAN_SPEED .........: 95

CLEAR_LOGS_ON_BOOT ........: NO
AUTO_REBOOT ...............: NO
_Parallax_MODE (upPaste)...: NO

TELEGRAM_MESSAGES .: NO
TELEGRAM_ALERTS ...: NO

HEADLESS MODE:.............: NO
GPUPowerMizerMode_Adjust...: NO
ETH Pill ..................: NO

POWERLIMIT MODE ...........: GLOBAL
Power Limit WATTS .........: 150
OVERCLOCK MODE ............: GLOBAL
Memory Overclock ..........: 0
Core Overclock ............: 100

GLOBAL WORKERNAME .........: YES
AUTO WORKERNAME ...........: HOST
WORKERNAME ................: 122
plusCPU ...................: NO

AUTO_SWITCH ...............: NO
COIN ......................: RVN
ALGO ......................: UNDEFINED
MINER .....................:
RVN WORKER ................: 122
RVN ADDRESS ...............: infowire...
RVN POOL ..................: rvn.suprnova.cc
RVN PORT ..................: 6666





Your 1bash is too old and your nvOC is not latest too, please update nvOC and use latest 1bash  

latest versions
Code:
1bash: 0058
3main: 0028


update with:

Code:
bash ~/NVOC/mining/nvOC upgrade


Then copy 1bash.template to 1bash

Code:
cp ~/NVOC/mining/1bash.template ~/NVOC/mining/1bash

Edit and use latest 1bash

 i upgraded and new bash.


I get this for some reason:
  
    SCREEN -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/T_Rex/recommended/ccminer -a x16r -o stratum+tcp://rvn.suprnova.cc:6666 -u infowire.RVNMiner1.122 -p x -i 19 -p PASSWORD -a x16r

Why is that the address adds  ".122" and a password of x ... i didn't configure that ?

and i get :

parse error: Argument: -a (--algo)



Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on April 10, 2019, 07:01:28 PM

 i upgraded and new bash.


I get this for some reason:
  
    SCREEN -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/T_Rex/recommended/ccminer -a x16r -o stratum+tcp://rvn.suprnova.cc:6666 -u infowire.RVNMiner1.122 -p x -i 19 -p PASSWORD -a x16r

Why is that the address adds  ".122" and a password of x ... i didn't configure that ?

and i get :

parse error: Argument: -a (--algo)





122 is the worker name, you can edit in worker name section


Worker name section:
Code:
GLOBAL_WORKERNAME="YES"     # YES or NO # Use same workername for all coins

AUTO_WORKERNAME="HOST"      # HOST or MAC or CUSTOM # Use HOST IP address or network card MAC address or CUSTOM name workername

CUSTOM_WORKERNAME="19_3"    # If AUTO_WORKERNAME="CUSTOM" enter your desired workername here


Password section:
Code:
MINER_PWD="x"                                    # Set the miner password. Default: x
                                                 # For zpool use MINER_PWD="$WORKERNAME,c=btc"
                                                 # For dwarfpool and some other pools you can set your email to enable notification from pool



And it looks like you added  not needed "-a x16r" in COIN_OPTS too, remove it.


Read 1bash settings more thoroughly.


Your worker section should be:
Code:
GLOBAL_WORKERNAME="YES"     # YES or NO # Use same workername for all coins

AUTO_WORKERNAME="CUSTOM"      # HOST or MAC or CUSTOM # Use HOST IP address or network card MAC address or CUSTOM name workername

CUSTOM_WORKERNAME="RVNMiner1"    # If AUTO_WORKERNAME="CUSTOM" enter your desired workername here


And RVN section:
Code:
# Raven Coin (RVN)
RVN_ADDRESS="infowire"
RVN_OPTS=""
RVN_POOL="rvn.suprnova.cc"
RVN_PORT="6666"
RVN_WORKER="$WORKERNAME"
RVN_POOL_PROTOCOL="stratum+tcp"


Let me know how it goes


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: deskless on April 10, 2019, 09:23:30 PM
Does it support Radeon VII ?


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: infowire on April 10, 2019, 09:27:14 PM

Quote

And it looks like you added  not needed "-a x16r" in COIN_OPTS too, remove it.


Read 1bash settings more thoroughly.


Your worker section should be:
Code:
GLOBAL_WORKERNAME="YES"     # YES or NO # Use same workername for all coins

AUTO_WORKERNAME="CUSTOM"      # HOST or MAC or CUSTOM # Use HOST IP address or network card MAC address or CUSTOM name workername

CUSTOM_WORKERNAME="RVNMiner1"    # If AUTO_WORKERNAME="CUSTOM" enter your desired workername here


And RVN section:
Code:
# Raven Coin (RVN)
RVN_ADDRESS="infowire"
RVN_OPTS=""
RVN_POOL="rvn.suprnova.cc"
RVN_PORT="6666"
RVN_WORKER="$WORKERNAME"
RVN_POOL_PROTOCOL="stratum+tcp"


Let me know how it goes

It works! thank you!


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: zloyneo on April 11, 2019, 09:48:54 AM
Good afternoon. Failure occurs and logs are deleted after reboot. how could that not happen? and see what the cause of the failure?


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on April 11, 2019, 02:26:42 PM
Good afternoon. Failure occurs and logs are deleted after reboot. how could that not happen? and see what the cause of the failure?

Tempcontrol and Watchdog warnings and errors wont get deleted after reboot
They are located at:

Code:
~/NVOC/mining/5_watchdoglog
~/NVOC/mining/6_autotemplog

All other logs are saving in ram to reduce disk read/write and gets removed after reboot.

System logs are not removing and are available in:

Code:
/var/log/



Does it support Radeon VII ?


Nope, only nvidia cards.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: chrysophylax on April 12, 2019, 12:13:54 AM
Placeholder to ping my interest here ...

@papampi - you and the others are doing a great job.

#crysx


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on April 13, 2019, 03:32:13 PM

NBMiner updated to 22.1
v22.1(2019-04-12) Change Log:
  • Add support for mining Swap (XWP).
  • Improve Grin29 & AEperformance.
  • Improve Windows compatibility on Grin & AE, significant boost on performance.

GMiner updated to 1.38
v1.38 Change Log:
  • Added 4GB solver for grin29 and swap (will works under linux and windows 7 on 4GB cards)


To get latest updates, Run:
Code:
bash ~/NVOC/mining/nvOC upgrade



Heads up to those whom enabled updates in their system. (By default its disabled)

I just updated a rig to test and check for a new image and got into a problem.
It updated the kernel to 4.4.0-145 but after reboot rig failed to start mining
I got this message when ran nvidia-smi:

Code:
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver

To solve the issue you should do either of these steps:

a- reinstall nvidia-410 with
Code:
sudo apt install --reinstall nvidia-410

b- install latest nvidia-418 with:
Code:
sudo apt install nvidia-418



Reminder:
Never update nvidia driver or system while miner is running or you get into login screen cant login and get back to login screen.
Stop nvoc with
Code:
bash ~/NVOC/mining/nvOC stop

Then update your system or driver




BMiner updated to 15.5.0
15.5.0 Change Log:
  • Improve the performance of the Cuckatoo algorithm.
  • Support dual-mining ETH and VBK.
  • Add the parameter -version to output the version and exit.


To get latest updates, Run:
Code:
bash ~/NVOC/mining/nvOC upgrade


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: dhan000 on April 18, 2019, 01:28:24 PM
Hello
I'm sending this message with google translate.
When the ubuntu is switched on, I can operate the terminal automatically.
but when sudo is given the command prompts me for the password.
How can I prevent the password from prompting?
I want the sudo command to run without asking for the password.
As is the NVOC.
how can I do that.

Ubuntu 18.04


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on April 18, 2019, 02:16:11 PM
Hello
I'm sending this message with google translate.
When the ubuntu is switched on, I can operate the terminal automatically.
but when sudo is given the command prompts me for the password.
How can I prevent the password from prompting?
I want the sudo command to run without asking for the password.
As is the NVOC.
how can I do that.

Ubuntu 18.04


This should do the trick

Code:
sudo visudo

Append the following to run ALL command without a password for user named john:
Code:
john ALL=(ALL) NOPASSWD:ALL


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: dhan000 on April 18, 2019, 03:00:00 PM
I'm sending this message with google translate.
it does not happen that you have written.
There is no such thing as NVOC.
used a different method.


NVOC visudo
Code:
#
# This file MUST be edited with the 'visudo' command as root.
#
# Please consider adding local content in /etc/sudoers.d/ instead of
# directly modifying this file.
#
# See the man page for details on how to write a sudoers file.
#
Defaults        env_reset
Defaults        mail_badpass
Defaults        secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"

# Host alias specification

# User alias specification

# Cmnd alias specification

# User privilege specification
root    ALL=(ALL:ALL) ALL

# Members of the admin group may gain root privileges
%admin ALL=(ALL) ALL

# Allow members of group sudo to execute any command
%sudo   ALL=(ALL:ALL) ALL

# See sudoers(5) for more information on "#include" directives:

#includedir /etc/sudoers.d



Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on April 20, 2019, 06:12:15 AM
I'm sending this message with google translate.
it does not happen that you have written.
There is no such thing as NVOC.
used a different method.


NVOC visudo
Code:
#
# This file MUST be edited with the 'visudo' command as root.
#
# Please consider adding local content in /etc/sudoers.d/ instead of
# directly modifying this file.
#
# See the man page for details on how to write a sudoers file.
#
Defaults        env_reset
Defaults        mail_badpass
Defaults        secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"

# Host alias specification

# User alias specification

# Cmnd alias specification

# User privilege specification
root    ALL=(ALL:ALL) ALL

# Members of the admin group may gain root privileges
%admin ALL=(ALL) ALL

# Allow members of group sudo to execute any command
%sudo   ALL=(ALL:ALL) ALL

# See sudoers(5) for more information on "#include" directives:

#includedir /etc/sudoers.d


Did you restart your session after appending the line ?

nvOC image is created by fullzero, I have no idea how he done it.
Will check and see if I can find how its done in nvOC.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on April 21, 2019, 03:27:13 PM
Append the following to run ALL command without a password for user named john:
Code:
john ALL=(ALL) NOPASSWD:ALL

Yes, we have something like that for m1 user.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on April 21, 2019, 04:59:59 PM
Append the following to run ALL command without a password for user named john:
Code:
john ALL=(ALL) NOPASSWD:ALL

Yes, we have something like that for m1 user.


Thanks for clarify
Yup, its in "/etc/sudoers.d/90-m1"

Code:
m1@m1-desktop:~$ sudo cat /etc/sudoers.d/90-m1 
m1  ALL=(ALL) NOPASSWD:ALL


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Brainfruit_Me on April 22, 2019, 02:43:46 AM
I'm having a problem on new flashed images where the miner temp control bugs out and causes Nvidia driver errors? Tried flashing multiple versions of nvOC. Any thoughts?

I cross posted this to the discord bug reports with images. Can't post photos here yet as my account is newb



So I reverted to loading from disk image 19-2.1 and it is working fine now. I had previously been loading from image 19-3.X

There were no issues until recently.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on April 22, 2019, 07:07:18 AM
I'm having a problem on new flashed images where the miner temp control bugs out and causes Nvidia driver errors? Tried flashing multiple versions of nvOC. Any thoughts?

I cross posted this to the discord bug reports with images. Can't post photos here yet as my account is newb

It looks like an Nvidia driver update before rebooting error, have you tried rebooting the rig and see if it still gives that error?


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: sikke1 on April 23, 2019, 09:46:19 AM
If anyone wonders. nvOC supports up to 19 GPUs with ASUS B250 Mining Expert. nvOC supports Nvidia P106 and P104 mining cards.

https://i.imgur.com/oXzwSZY.png




Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Tigel on April 24, 2019, 03:53:19 AM
Tried to upgrade T-Rex to cuda 10 version.
extracted 9.2 to fresh directory and made symblic link:

Quote

m1@miner-075:~/NVOC/mining/miners/T_Rex$ ls -la recommended
lrwxrwxrwx 1 m1 m1 47 Apr 24 06:30 recommended -> /home/m1/NVOC/mining/miners/T_Rex/0.9.2-cuda10/
m1@miner-075:~/NVOC/mining/miners/T_Rex$ ls -la recommended/
total 18328
drwxrwxr-x 2 m1 m1    4096 Apr 24 06:26 .
drwxrwxr-x 5 m1 m1    4096 Apr 24 06:30 ..
-rw-rw-r-- 1 m1 m1    3876 Feb  3 12:57 config_example
-rwx------ 1 m1 m1 9980164 Feb  3 13:03 t-rex
-rw-rw-r-- 1 m1 m1 8757091 Feb  3 13:13 t-rex-0.9.2-linux-cuda10.0.tar.gz
-rw-rw-r-- 1 m1 m1   15758 Feb  3 12:57 t-rex-help.txt
m1@miner-075:~/NVOC/mining/miners/T_Rex$


I get error stating /home/m1/NVOC/mining/miners/T_Rex/recommended not found, check your settings.

What I might be missing ?



Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on April 24, 2019, 12:26:35 PM
Tried to upgrade T-Rex to cuda 10 version.
extracted 9.2 to fresh directory and made symblic link:

Quote

m1@miner-075:~/NVOC/mining/miners/T_Rex$ ls -la recommended
lrwxrwxrwx 1 m1 m1 47 Apr 24 06:30 recommended -> /home/m1/NVOC/mining/miners/T_Rex/0.9.2-cuda10/
m1@miner-075:~/NVOC/mining/miners/T_Rex$ ls -la recommended/
total 18328
drwxrwxr-x 2 m1 m1    4096 Apr 24 06:26 .
drwxrwxr-x 5 m1 m1    4096 Apr 24 06:30 ..
-rw-rw-r-- 1 m1 m1    3876 Feb  3 12:57 config_example
-rwx------ 1 m1 m1 9980164 Feb  3 13:03 t-rex
-rw-rw-r-- 1 m1 m1 8757091 Feb  3 13:13 t-rex-0.9.2-linux-cuda10.0.tar.gz
-rw-rw-r-- 1 m1 m1   15758 Feb  3 12:57 t-rex-help.txt
m1@miner-075:~/NVOC/mining/miners/T_Rex$


I get error stating /home/m1/NVOC/mining/miners/T_Rex/recommended not found, check your settings.

What I might be missing ?



nvOC images dont have cuda-10 pre installed you should install cuda 10


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Tigel on April 24, 2019, 04:44:24 PM

nvOC images dont have cuda-10 pre installed you should install cuda 10

Did that, thanks!!
Also it seems I had forgot to copy nvoc-miner.json over from t-rex 0.9.2 cuda directory.

--
Tigel


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: WaveFront on April 28, 2019, 03:56:16 PM
Hello all,
I must be blind as a bat, but I cannot find the download image link of the latest stable version.
Can you help me?
Cheers


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on April 28, 2019, 04:31:27 PM
Hello all,
I must be blind as a bat, but I cannot find the download image link of the latest stable version.
Can you help me?
Cheers


Have a look at nvOC GitHub Wiki

Download-pre-built-OS-images (https://github.com/papampi/nvOC_by_fullzero_Community_Release/wiki/Download-pre-built-OS-images)



Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: akokkon on April 29, 2019, 07:17:36 AM
Why the algo_specific_oc is not working ?

the hashrate is the same as OC core=0 and mem=0

My system is based on nvOC_19-3.x_U16.04_Cuda_8-9.2_N410_2018-10-27.7z and on the automated upgrades (NVOC V0019-3.2)


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on April 29, 2019, 07:39:34 AM
Why the algo_specific_oc seems not working ?

the hashrate is the same as OC core=0 and mem=0

My system is based on nvOC_19-3.x_U16.04_Cuda_8-9.2_N410_2018-10-27.7z and on the automated upgrades (nvidia 410 1bash 3.2)

Run this command to check the core and mem values with and without oc :

Code:
bash ~/NVOC/mining/nvOC gpuinfo




Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: WaveFront on April 29, 2019, 10:38:32 AM
Hello all,
I must be blind as a bat, but I cannot find the download image link of the latest stable version.
Can you help me?
Cheers


Have a look at nvOC GitHub Wiki

Download-pre-built-OS-images (https://github.com/papampi/nvOC_by_fullzero_Community_Release/wiki/Download-pre-built-OS-images)


Thank you so much Papampi


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: akokkon on April 29, 2019, 11:36:50 AM
as i wrote before the gpuinfo prints the same results before and after algo_specific _oc


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on April 29, 2019, 12:03:12 PM
as i wrote before the gpuinfo prints the same results before and after algo_specific _oc


Does it show nvidia-settings applying OC values after miner restart on gnome-terminal?

Please set OVERCLOCK_MODE to " NO", "GLOBAL" and "ALGO_SPECIFIC" with different values.
Restart NVOC after editing 1bash with:

Code:
bash ~/NVOC/mining/nvOC restart

Check if gnome-terminal shows nvidia-settings applying OC values or not

Run report command after every nvOC restart and post results.

Code:
bash ~/NVOC/mining/nvOC report


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: akokkon on April 29, 2019, 01:34:27 PM
as i wrote before the gpuinfo prints the same results before and after algo_specific _oc


Does it show nvidia-settings applying OC values after miner restart on gnome-terminal?

Please set OVERCLOCK_MODE to " NO", "GLOBAL" and "ALGO_SPECIFIC" with different values.
Restart NVOC after editing 1bash with:

Code:
bash ~/NVOC/mining/nvOC restart

Check if gnome-terminal shows nvidia-settings applying OC values or not

Run report command after every nvOC restart and post results.

Code:
bash ~/NVOC/mining/nvOC report



      Report generator for nvOC v0019-3.2 v0012       


Code:

Operating System info:
Kernel        :  4.4.0-138-generic
OS            :  Ubuntu 16.04.5 LTS
System        :  (gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10)
nvidia driver :  410.78

nvOC info:
nvOC path     :  /home/m1/NVOC/mining
nvOC          :  0019-3.2
Report        :  0012
1bash         :  0058
1bash.template:  0058
3main         :  0028
5watchdog     :  0024
6tempcontrol  :  0012
wtm switch    :  0023
wtm profit    :  0004
pool switch   :  0002
minerinfo     :  0013

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     :         3735200 kB
Mem Free      :         1130092 kB
Swap Total    :               0 kB
Swap Free     :               0 kB
Ethernet      :  Intel I219-V (rev 31)

CUDA SDK version
nvcc path     : /usr/local/cuda/bin/nvcc
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Tue_Jun_12_23:07:04_CDT_2018
Cuda compilation tools, release 9.2, V9.2.148

nvoc.service systemd's log
● nvoc.service - nvOC Service
   Loaded: loaded (/etc/systemd/system/nvoc.service; enabled; vendor preset: enabled)
   Active: inactive (dead)

HDD and Partion info:
NAME    SIZE FSTYPE TYPE ROTA HOTPLUG TRAN VENDOR   MODEL             REV MOUNTPOINT
sda    14.3G        disk    1       1 usb  SanDisk  Ultra Fit        1.00
├─sda1    9M vfat   part    1       1                                     /media/m1/12D3-A869
└─sda2 14.3G ext4   part    1       1                                     /

VGA info:
00:02.0 VGA compatible controller: Intel Corporation Device 1902 (rev 06)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
03:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
04:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
05:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
08:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
0b:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
0c:00.0 VGA compatible controller: NVIDIA Corporation Device 1c02 (rev a1)

Local git branch and submodules status:
## release...origin/release
 M 3main
+8baabf41eacfbcb5d0e3aa8db0e94289c91e516a miners (heads/3.2-miners)
## HEAD (no branch)

1bash settings:
1bash version .............: 0058
LOCAL or REMOTE ...........: LOCAL
TEAMVIEWER started ........: NO
SSH daemon started ........: YES
SLOW_USB_KEY_MODE .........: NO
SRR .......................: NO

Watchdog ..................: YES
SYSRQ Reboot ..............: YES
Watchdog Cycle ............: 20
GPU Utilization Threshold .: 70
Alternate Pool ............: NO

Temp Control ..............: YES
MANUAL_FAN ................: NO
TARGET_TEMP ...............: 60
__FAN_ADJUST ..............: 5
POWER_ADJUST ..............: 5
ALLOWED_TEMP_DIFF .........: 2
RESTORE_POWER_LIMIT .......: 85
MINIMAL_FAN_SPEED .........: 38
MAXIMAL_FAN_SPEED .........: 90

CLEAR_LOGS_ON_BOOT ........: NO
AUTO_REBOOT ...............: NO
_Parallax_MODE (upPaste)...: NO

TELEGRAM_MESSAGES .: YES
TELEGRAM_ALERTS ...: YES
TELEGRAM_TYPE .............: papampi
TELEGRAM_TIMEOUT_IN_MINUTES: 30
TELEGRAM_CHATID ...........: CHATID_NOT_SHOWN
TELEGRAM_APIKEY ...........: APIKEY_NOT_SHOWN

HEADLESS MODE:.............: NO
GPUPowerMizerMode_Adjust...: NO
ETH Pill ..................: NO

POWERLIMIT MODE ...........: GLOBAL
Power Limit WATTS .........: 110
OVERCLOCK MODE ............: GLOBAL
Memory Overclock ..........: 1000
Core Overclock ............: 100

GLOBAL WORKERNAME .........: YES
AUTO WORKERNAME ...........: CUSTOM
WORKERNAME ................: nv074
plusCPU ...................: NO

AUTO_SWITCH ...............: WTM_SWITCHING
WTM_AUTO_SWITCH_COINS .....: AION;BTCZ;BTG;NICE_LYRA2REV3;NICE_X16R;RVN;XMN;ZEL
WTM_AUTO_SWITCH_URL .......: https://whattomine.com/coins.json?utf8=✓&adapt_q_
COIN ......................: ZEL
ALGO ......................: ZHASH
MINER .....................: GMINER
ZEL WORKER ................: nv074
ZEL ADDRESS ...............: t1VPYLF9...
ZEL POOL ..................: zel-eu.coinblockers.com
ZEL PORT ..................: 4446



WORK IN PROGRESS! Report script (beta release)

*** If posting the Report on bitcointalk.org forum please copy everything
    between the
Code:
 and 
including the
Code:
 and 
tags.
    This will ensure proper alignment when posting the Report.



ID  |  PS  |  T°  |  FAN  |  LOAD  |  POWER / LIMIT / MAX  |  GPUCLOCK  |  MEMCLOCK  |  VENDOR - MODEL
0   |  P2  |  63  |  37   |  100   |  91 / 110 / 110       |  1556      |  3802      |  ZOTAC - GeForce GTX 1070
1   |  P2  |  64  |  41   |  100   |  111 / 110 / 110      |  1531      |  3802      |  ZOTAC - GeForce GTX 1070
2   |  P2  |  62  |  43   |  100   |  105 / 110 / 110      |  1506      |  3802      |  GIGABYTE - GeForce GTX 1070
3   |  P2  |  58  |  36   |  100   |  106 / 110 / 110      |  1544      |  3802      |  GIGABYTE - GeForce GTX 1070
4   |  P2  |  63  |  43   |  100   |  110 / 110 / 110      |  1518      |  3802      |  GIGABYTE - GeForce GTX 1070
5   |  P2  |  60  |  39   |  100   |  112 / 110 / 110      |  1544      |  3802      |  GIGABYTE - GeForce GTX 1070
6   |  P2  |  59  |  36   |  100   |  111 / 110 / 110      |  1531      |  3802      |  GIGABYTE - GeForce GTX 1070
7   |  P2  |  67  |  49   |  100   |  107 / 110 / 110      |  1885      |  3802      |  GIGABYTE - GeForce GTX 1060 3GB
---------------------

the problem remains...


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on April 30, 2019, 05:40:04 AM
as i wrote before the gpuinfo prints the same results before and after algo_specific _oc


Does it show nvidia-settings applying OC values after miner restart on gnome-terminal?

Please set OVERCLOCK_MODE to " NO", "GLOBAL" and "ALGO_SPECIFIC" with different values.
Restart NVOC after editing 1bash with:

Code:
bash ~/NVOC/mining/nvOC restart

Check if gnome-terminal shows nvidia-settings applying OC values or not

Run report command after every nvOC restart and post results.

Code:
bash ~/NVOC/mining/nvOC report



      Report generator for nvOC v0019-3.2 v0012      


Code:

Operating System info:
Kernel        :  4.4.0-138-generic
OS            :  Ubuntu 16.04.5 LTS
System        :  (gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10)
nvidia driver :  410.78

nvOC info:
nvOC path     :  /home/m1/NVOC/mining
nvOC          :  0019-3.2
Report        :  0012
1bash         :  0058
1bash.template:  0058
3main         :  0028
5watchdog     :  0024
6tempcontrol  :  0012
wtm switch    :  0023
wtm profit    :  0004
pool switch   :  0002
minerinfo     :  0013

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     :         3735200 kB
Mem Free      :         1130092 kB
Swap Total    :               0 kB
Swap Free     :               0 kB
Ethernet      :  Intel I219-V (rev 31)

CUDA SDK version
nvcc path     : /usr/local/cuda/bin/nvcc
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Tue_Jun_12_23:07:04_CDT_2018
Cuda compilation tools, release 9.2, V9.2.148

nvoc.service systemd's log
● nvoc.service - nvOC Service
   Loaded: loaded (/etc/systemd/system/nvoc.service; enabled; vendor preset: enabled)
   Active: inactive (dead)

HDD and Partion info:
NAME    SIZE FSTYPE TYPE ROTA HOTPLUG TRAN VENDOR   MODEL             REV MOUNTPOINT
sda    14.3G        disk    1       1 usb  SanDisk  Ultra Fit        1.00
├─sda1    9M vfat   part    1       1                                     /media/m1/12D3-A869
└─sda2 14.3G ext4   part    1       1                                     /

VGA info:
00:02.0 VGA compatible controller: Intel Corporation Device 1902 (rev 06)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
03:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
04:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
05:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
08:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
0b:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
0c:00.0 VGA compatible controller: NVIDIA Corporation Device 1c02 (rev a1)

Local git branch and submodules status:
## release...origin/release
 M 3main
+8baabf41eacfbcb5d0e3aa8db0e94289c91e516a miners (heads/3.2-miners)
## HEAD (no branch)

1bash settings:
1bash version .............: 0058
LOCAL or REMOTE ...........: LOCAL
TEAMVIEWER started ........: NO
SSH daemon started ........: YES
SLOW_USB_KEY_MODE .........: NO
SRR .......................: NO

Watchdog ..................: YES
SYSRQ Reboot ..............: YES
Watchdog Cycle ............: 20
GPU Utilization Threshold .: 70
Alternate Pool ............: NO

Temp Control ..............: YES
MANUAL_FAN ................: NO
TARGET_TEMP ...............: 60
__FAN_ADJUST ..............: 5
POWER_ADJUST ..............: 5
ALLOWED_TEMP_DIFF .........: 2
RESTORE_POWER_LIMIT .......: 85
MINIMAL_FAN_SPEED .........: 38
MAXIMAL_FAN_SPEED .........: 90

CLEAR_LOGS_ON_BOOT ........: NO
AUTO_REBOOT ...............: NO
_Parallax_MODE (upPaste)...: NO

TELEGRAM_MESSAGES .: YES
TELEGRAM_ALERTS ...: YES
TELEGRAM_TYPE .............: papampi
TELEGRAM_TIMEOUT_IN_MINUTES: 30
TELEGRAM_CHATID ...........: CHATID_NOT_SHOWN
TELEGRAM_APIKEY ...........: APIKEY_NOT_SHOWN

HEADLESS MODE:.............: NO
GPUPowerMizerMode_Adjust...: NO
ETH Pill ..................: NO

POWERLIMIT MODE ...........: GLOBAL
Power Limit WATTS .........: 110
OVERCLOCK MODE ............: GLOBAL
Memory Overclock ..........: 1000
Core Overclock ............: 100

GLOBAL WORKERNAME .........: YES
AUTO WORKERNAME ...........: CUSTOM
WORKERNAME ................: nv074
plusCPU ...................: NO

AUTO_SWITCH ...............: WTM_SWITCHING
WTM_AUTO_SWITCH_COINS .....: AION;BTCZ;BTG;NICE_LYRA2REV3;NICE_X16R;RVN;XMN;ZEL
WTM_AUTO_SWITCH_URL .......: https://whattomine.com/coins.json?utf8=✓&adapt_q_
COIN ......................: ZEL
ALGO ......................: ZHASH
MINER .....................: GMINER
ZEL WORKER ................: nv074
ZEL ADDRESS ...............: t1VPYLF9...
ZEL POOL ..................: zel-eu.coinblockers.com
ZEL PORT ..................: 4446




Code:
ID  |  PS  |  T°  |  FAN  |  LOAD  |  POWER / LIMIT / MAX  |  GPUCLOCK  |  MEMCLOCK  |  VENDOR - MODEL
0   |  P2  |  63  |  37   |  100   |  91 / 110 / 110       |  1556      |  3802      |  ZOTAC - GeForce GTX 1070
1   |  P2  |  64  |  41   |  100   |  111 / 110 / 110      |  1531      |  3802      |  ZOTAC - GeForce GTX 1070
2   |  P2  |  62  |  43   |  100   |  105 / 110 / 110      |  1506      |  3802      |  GIGABYTE - GeForce GTX 1070
3   |  P2  |  58  |  36   |  100   |  106 / 110 / 110      |  1544      |  3802      |  GIGABYTE - GeForce GTX 1070
4   |  P2  |  63  |  43   |  100   |  110 / 110 / 110      |  1518      |  3802      |  GIGABYTE - GeForce GTX 1070
5   |  P2  |  60  |  39   |  100   |  112 / 110 / 110      |  1544      |  3802      |  GIGABYTE - GeForce GTX 1070
6   |  P2  |  59  |  36   |  100   |  111 / 110 / 110      |  1531      |  3802      |  GIGABYTE - GeForce GTX 1070
7   |  P2  |  67  |  49   |  100   |  107 / 110 / 110      |  1885      |  3802      |  GIGABYTE - GeForce GTX 1060 3GB
---------------------

the problem remains...



Thats for OVERCLOCK_MODE=GLOBAL please post for OVERCLOCK_MODE=NO and OVERCLOCK_MODE=ALGO_SPECIFIC too

And you did not answer my question:

Does it show nvidia-settings applying OC values after miner restart on gnome-terminal or not?



Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: akokkon on April 30, 2019, 11:12:28 AM
as i wrote before the gpuinfo prints the same results before and after algo_specific _oc


Does it show nvidia-settings applying OC values after miner restart on gnome-terminal?

Please set OVERCLOCK_MODE to " NO", "GLOBAL" and "ALGO_SPECIFIC" with different values.
Restart NVOC after editing 1bash with:

Code:
bash ~/NVOC/mining/nvOC restart

Check if gnome-terminal shows nvidia-settings applying OC values or not

Run report command after every nvOC restart and post results.

Code:
bash ~/NVOC/mining/nvOC report



      Report generator for nvOC v0019-3.2 v0012      


Code:

Operating System info:
Kernel        :  4.4.0-138-generic
OS            :  Ubuntu 16.04.5 LTS
System        :  (gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10)
nvidia driver :  410.78

nvOC info:
nvOC path     :  /home/m1/NVOC/mining
nvOC          :  0019-3.2
Report        :  0012
1bash         :  0058
1bash.template:  0058
3main         :  0028
5watchdog     :  0024
6tempcontrol  :  0012
wtm switch    :  0023
wtm profit    :  0004
pool switch   :  0002
minerinfo     :  0013

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     :         3735200 kB
Mem Free      :         1130092 kB
Swap Total    :               0 kB
Swap Free     :               0 kB
Ethernet      :  Intel I219-V (rev 31)

CUDA SDK version
nvcc path     : /usr/local/cuda/bin/nvcc
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Tue_Jun_12_23:07:04_CDT_2018
Cuda compilation tools, release 9.2, V9.2.148

nvoc.service systemd's log
● nvoc.service - nvOC Service
   Loaded: loaded (/etc/systemd/system/nvoc.service; enabled; vendor preset: enabled)
   Active: inactive (dead)

HDD and Partion info:
NAME    SIZE FSTYPE TYPE ROTA HOTPLUG TRAN VENDOR   MODEL             REV MOUNTPOINT
sda    14.3G        disk    1       1 usb  SanDisk  Ultra Fit        1.00
├─sda1    9M vfat   part    1       1                                     /media/m1/12D3-A869
└─sda2 14.3G ext4   part    1       1                                     /

VGA info:
00:02.0 VGA compatible controller: Intel Corporation Device 1902 (rev 06)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
03:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
04:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
05:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
08:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
0b:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
0c:00.0 VGA compatible controller: NVIDIA Corporation Device 1c02 (rev a1)

Local git branch and submodules status:
## release...origin/release
 M 3main
+8baabf41eacfbcb5d0e3aa8db0e94289c91e516a miners (heads/3.2-miners)
## HEAD (no branch)

1bash settings:
1bash version .............: 0058
LOCAL or REMOTE ...........: LOCAL
TEAMVIEWER started ........: NO
SSH daemon started ........: YES
SLOW_USB_KEY_MODE .........: NO
SRR .......................: NO

Watchdog ..................: YES
SYSRQ Reboot ..............: YES
Watchdog Cycle ............: 20
GPU Utilization Threshold .: 70
Alternate Pool ............: NO

Temp Control ..............: YES
MANUAL_FAN ................: NO
TARGET_TEMP ...............: 60
__FAN_ADJUST ..............: 5
POWER_ADJUST ..............: 5
ALLOWED_TEMP_DIFF .........: 2
RESTORE_POWER_LIMIT .......: 85
MINIMAL_FAN_SPEED .........: 38
MAXIMAL_FAN_SPEED .........: 90

CLEAR_LOGS_ON_BOOT ........: NO
AUTO_REBOOT ...............: NO
_Parallax_MODE (upPaste)...: NO

TELEGRAM_MESSAGES .: YES
TELEGRAM_ALERTS ...: YES
TELEGRAM_TYPE .............: papampi
TELEGRAM_TIMEOUT_IN_MINUTES: 30
TELEGRAM_CHATID ...........: CHATID_NOT_SHOWN
TELEGRAM_APIKEY ...........: APIKEY_NOT_SHOWN

HEADLESS MODE:.............: NO
GPUPowerMizerMode_Adjust...: NO
ETH Pill ..................: NO

POWERLIMIT MODE ...........: GLOBAL
Power Limit WATTS .........: 110
OVERCLOCK MODE ............: GLOBAL
Memory Overclock ..........: 1000
Core Overclock ............: 100

GLOBAL WORKERNAME .........: YES
AUTO WORKERNAME ...........: CUSTOM
WORKERNAME ................: nv074
plusCPU ...................: NO

AUTO_SWITCH ...............: WTM_SWITCHING
WTM_AUTO_SWITCH_COINS .....: AION;BTCZ;BTG;NICE_LYRA2REV3;NICE_X16R;RVN;XMN;ZEL
WTM_AUTO_SWITCH_URL .......: https://whattomine.com/coins.json?utf8=✓&adapt_q_
COIN ......................: ZEL
ALGO ......................: ZHASH
MINER .....................: GMINER
ZEL WORKER ................: nv074
ZEL ADDRESS ...............: t1VPYLF9...
ZEL POOL ..................: zel-eu.coinblockers.com
ZEL PORT ..................: 4446




Code:
ID  |  PS  |  T°  |  FAN  |  LOAD  |  POWER / LIMIT / MAX  |  GPUCLOCK  |  MEMCLOCK  |  VENDOR - MODEL
0   |  P2  |  63  |  37   |  100   |  91 / 110 / 110       |  1556      |  3802      |  ZOTAC - GeForce GTX 1070
1   |  P2  |  64  |  41   |  100   |  111 / 110 / 110      |  1531      |  3802      |  ZOTAC - GeForce GTX 1070
2   |  P2  |  62  |  43   |  100   |  105 / 110 / 110      |  1506      |  3802      |  GIGABYTE - GeForce GTX 1070
3   |  P2  |  58  |  36   |  100   |  106 / 110 / 110      |  1544      |  3802      |  GIGABYTE - GeForce GTX 1070
4   |  P2  |  63  |  43   |  100   |  110 / 110 / 110      |  1518      |  3802      |  GIGABYTE - GeForce GTX 1070
5   |  P2  |  60  |  39   |  100   |  112 / 110 / 110      |  1544      |  3802      |  GIGABYTE - GeForce GTX 1070
6   |  P2  |  59  |  36   |  100   |  111 / 110 / 110      |  1531      |  3802      |  GIGABYTE - GeForce GTX 1070
7   |  P2  |  67  |  49   |  100   |  107 / 110 / 110      |  1885      |  3802      |  GIGABYTE - GeForce GTX 1060 3GB
---------------------

the problem remains...



Thats for OVERCLOCK_MODE=GLOBAL please post for OVERCLOCK_MODE=NO and OVERCLOCK_MODE=ALGO_SPECIFIC too

And you did not answer my question:

Does it show nvidia-settings applying OC values after miner restart on gnome-terminal or not?



1. it does not apply nvidia oc settings after miner restart
2. I will post OVERCLOCK_MODE=NO and OVERCLOCK_MODE=ALGO_SPECIFIC reports


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: akokkon on April 30, 2019, 12:25:25 PM
      Report generator for nvOC v0019-3.2 v0012       


Code:

Operating System info:
Kernel        :  4.4.0-138-generic
OS            :  Ubuntu 16.04.5 LTS
System        :  (gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10)
nvidia driver :  410.78

nvOC info:
nvOC path     :  /home/m1/NVOC/mining
nvOC          :  0019-3.2
Report        :  0012
1bash         :  0058
1bash.template:  0058
3main         :  0028
5watchdog     :  0024
6tempcontrol  :  0012
wtm switch    :  0023
wtm profit    :  0004
pool switch   :  0002
minerinfo     :  0013

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     :         3735200 kB
Mem Free      :         1243092 kB
Swap Total    :               0 kB
Swap Free     :               0 kB
Ethernet      :  Intel I219-V (rev 31)

CUDA SDK version
nvcc path     : /usr/local/cuda/bin/nvcc
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Tue_Jun_12_23:07:04_CDT_2018
Cuda compilation tools, release 9.2, V9.2.148

nvoc.service systemd's log
● nvoc.service - nvOC Service
   Loaded: loaded (/etc/systemd/system/nvoc.service; enabled; vendor preset: enabled)
   Active: active (running) since Tue 2019-04-30 14:41:55 EEST; 39min ago
  Process: 1018 ExecStart=/usr/bin/screen -c /home/m1/NVOC/mining/screenrc-main -dmSL main /bin/bash /home/m1/NVOC/mining/2unix (code=exited, status=0/SUCCESS)
 Main PID: 1020 (screen)
   CGroup: /system.slice/nvoc.service
           ├─1020 /usr/bin/SCREEN -c /home/m1/NVOC/mining/screenrc-main -dmSL main /bin/bash /home/m1/NVOC/mining/2unix
           ├─1023 /bin/bash /home/m1/NVOC/mining/2unix
           ├─1126 bash /home/m1/NVOC/mining/3main
           ├─2119 python2 -m guake.main -n /home/m1/NVOC/mining/6tempcontrol -r MINER_TEMP_CONTROL -e tail -n 0 -f /home/m1/NVOC/mining/nvoc_logs/tempcontrol-screenlog.0
           ├─2139 dbus-launch --autolaunch c6d74f6db47d497d8fa5576b2545bdf5 --binary-syntax --close-stderr
           ├─2140 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
           ├─2142 /usr/lib/x86_64-linux-gnu/gconf/gconfd-2
           ├─2144 gnome-pty-helper
           ├─2145 /bin/bash
           ├─2162 /usr/lib/x86_64-linux-gnu/notify-osd
           ├─2166 /usr/lib/gvfs/gvfsd
           ├─2171 /usr/lib/gvfs/gvfsd-fuse /home/m1/.gvfs -f -o big_writes
           ├─2181 /usr/bin/gnome-screensaver --no-daemon
           ├─2186 /bin/bash
           ├─2199 tail -n 0 -f /home/m1/NVOC/mining/nvoc_logs/tempcontrol-screenlog.0
           ├─2212 /bin/bash
           ├─2225 bash /home/m1/NVOC/mining/7telegram
           ├─2316 SCREEN -c /home/m1/NVOC/mining/screenrc-wtm -dmSL wtm bash /home/m1/NVOC/mining/8wtm_auto_switch
           ├─2319 bash /home/m1/NVOC/mining/8wtm_auto_switch
           ├─2374 /bin/bash
           ├─2387 tail -n 0 -f /home/m1/NVOC/mining/nvoc_logs/8_wtmautoswitchlog
           ├─2460 SCREEN -c /home/m1/NVOC/mining/screenrc-watchdog -dmSL wdog bash /home/m1/NVOC/mining/5watchdog
           ├─2464 bash /home/m1/NVOC/mining/5watchdog
           ├─2488 /bin/bash
           ├─2501 tail -n 0 -f /home/m1/NVOC/mining/nvoc_logs/watchdog-screenlog.0
           ├─2552 tail -f -n 1 /home/m1/NVOC/mining/nvoc_logs/screenlog.0
           ├─7662 sleep 1800
           ├─8742 sleep 180
           ├─9328 sleep 20
           ├─9329 bash /home/m1/NVOC/mining/nvOC report
           ├─9455 systemctl status nvoc.service
           └─9456 cat

Apr 30 14:42:20 m1-desktop sudo[2409]: pam_unix(sudo:session): session closed for user root
Apr 30 14:42:20 m1-desktop sudo[2480]:       m1 : TTY=pts/23 ; PWD=/home/m1/NVOC/mining ; USER=root ; COMMAND=/usr/bin/renice -n -19 -p 2464
Apr 30 14:42:20 m1-desktop sudo[2480]: pam_unix(sudo:session): session opened for user root by (uid=0)
Apr 30 14:42:20 m1-desktop sudo[2480]: pam_unix(sudo:session): session closed for user root
Apr 30 14:42:20 m1-desktop sudo[2482]:       m1 : TTY=pts/23 ; PWD=/home/m1/NVOC/mining ; USER=root ; COMMAND=/usr/bin/ionice -c2 -n0 -p2464
Apr 30 14:42:20 m1-desktop sudo[2482]: pam_unix(sudo:session): session opened for user root by (uid=0)
Apr 30 14:42:20 m1-desktop sudo[2482]: pam_unix(sudo:session): session closed for user root
Apr 30 14:42:38 m1-desktop sudo[2862]:       m1 : TTY=pts/17 ; PWD=/home/m1/NVOC/mining ; USER=root ; COMMAND=/usr/bin/nvidia-settings -a [fan:0]/GPUTargetFanSpeed=38 -a [fan:1]/GPUTargetFanSpeed=38 -a [fan:2]/GPUTargetFanSpeed=38 -a [fan:3]/GPUTargetFanSpeed=38 -a [fan:4]/GPUTargetFanSpeed=38 -a [fan:5]/GPUTargetFanSpeed=38 -a [fan:6]/GPUTargetFanSpeed=38
Apr 30 14:42:38 m1-desktop sudo[2862]: pam_unix(sudo:session): session opened for user root by (uid=0)
Apr 30 14:42:44 m1-desktop sudo[2862]: pam_unix(sudo:session): session closed for user root

HDD and Partion info:
NAME    SIZE FSTYPE TYPE ROTA HOTPLUG TRAN VENDOR   MODEL             REV MOUNTPOINT
sda    14.3G        disk    1       1 usb  SanDisk  Ultra Fit        1.00
├─sda1    9M vfat   part    1       1                                     /media/m1/12D3-A869
└─sda2 14.3G ext4   part    1       1                                     /

VGA info:
00:02.0 VGA compatible controller: Intel Corporation Device 1902 (rev 06)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
03:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
04:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
05:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
08:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
0b:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
0c:00.0 VGA compatible controller: NVIDIA Corporation Device 1c02 (rev a1)

Local git branch and submodules status:
## release...origin/release
 M 3main
+8baabf41eacfbcb5d0e3aa8db0e94289c91e516a miners (heads/3.2-miners)
## HEAD (no branch)

1bash settings:
1bash version .............: 0058
LOCAL or REMOTE ...........: LOCAL
TEAMVIEWER started ........: NO
SSH daemon started ........: YES
SLOW_USB_KEY_MODE .........: NO
SRR .......................: NO

Watchdog ..................: YES
SYSRQ Reboot ..............: YES
Watchdog Cycle ............: 20
GPU Utilization Threshold .: 70
Alternate Pool ............: NO

Temp Control ..............: YES
MANUAL_FAN ................: NO
TARGET_TEMP ...............: 60
__FAN_ADJUST ..............: 5
POWER_ADJUST ..............: 5
ALLOWED_TEMP_DIFF .........: 2
RESTORE_POWER_LIMIT .......: 85
MINIMAL_FAN_SPEED .........: 38
MAXIMAL_FAN_SPEED .........: 90

CLEAR_LOGS_ON_BOOT ........: NO
AUTO_REBOOT ...............: NO
_Parallax_MODE (upPaste)...: NO

TELEGRAM_MESSAGES .: YES
TELEGRAM_ALERTS ...: YES
TELEGRAM_TYPE .............: papampi
TELEGRAM_TIMEOUT_IN_MINUTES: 30
TELEGRAM_CHATID ...........: CHATID_NOT_SHOWN
TELEGRAM_APIKEY ...........: APIKEY_NOT_SHOWN

HEADLESS MODE:.............: NO
GPUPowerMizerMode_Adjust...: NO
ETH Pill ..................: NO

POWERLIMIT MODE ...........: ALGO_SPECIFIC
Power Limit WATTS .........: 113
OVERCLOCK MODE ............: NO

GLOBAL WORKERNAME .........: YES
AUTO WORKERNAME ...........: CUSTOM
WORKERNAME ................: nv074
plusCPU ...................: NO

AUTO_SWITCH ...............: WTM_SWITCHING
WTM_AUTO_SWITCH_COINS .....: AION;BTCZ;BTG;NICE_LYRA2REV3;NICE_X16R;RVN;XMN;ZEL
WTM_AUTO_SWITCH_URL .......: https://whattomine.com/coins.json?utf8=✓&adapt_q_
COIN ......................: ZEL
ALGO ......................: ZHASH
MINER .....................: GMINER
ZEL WORKER ................: nv074
ZEL ADDRESS ...............: t1VPYLF9...
ZEL POOL ..................: zel-eu.coinblockers.com
ZEL PORT ..................: 4446



WORK IN PROGRESS! Report script (beta release)

*** If posting the Report on bitcointalk.org forum please copy everything
    between the
Code:
 and 
including the
Code:
 and 
tags.
    This will ensure proper alignment when posting the Report.

===============================================================

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

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

ID  |  PS  |  T°  |  FAN  |  LOAD  |  POWER / LIMIT / MAX  |  GPUCLOCK  |  MEMCLOCK  |  VENDOR - MODEL
0   |  P2  |  62  |  38   |  100   |  98 / 113 / 113       |  1607      |  3802      |  ZOTAC - GeForce GTX 1070
1   |  P2  |  63  |  42   |  100   |  109 / 113 / 113      |  1531      |  3802      |  ZOTAC - GeForce GTX 1070
2   |  P2  |  62  |  46   |  100   |  114 / 113 / 113      |  1518      |  3802      |  GIGABYTE - GeForce GTX 1070
3   |  P2  |  58  |  38   |  100   |  110 / 113 / 113      |  1556      |  3802      |  GIGABYTE - GeForce GTX 1070
4   |  P2  |  62  |  46   |  100   |  112 / 113 / 113      |  1518      |  3802      |  GIGABYTE - GeForce GTX 1070
5   |  P2  |  60  |  41   |  100   |  110 / 113 / 113      |  1569      |  3802      |  GIGABYTE - GeForce GTX 1070
6   |  P2  |  58  |  38   |  100   |  109 / 113 / 113      |  1556      |  3802      |  GIGABYTE - GeForce GTX 1070
7   |  P2  |  68  |  51   |  100   |  110 / 113 / 113      |  1898      |  3802      |  GIGABYTE - GeForce GTX 1060 3GB



Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: akokkon on April 30, 2019, 12:44:09 PM
      Report generator for nvOC v0019-3.2 v0012       


Code:

Operating System info:
Kernel        :  4.4.0-138-generic
OS            :  Ubuntu 16.04.5 LTS
System        :  (gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10)
nvidia driver :  410.78

nvOC info:
nvOC path     :  /home/m1/NVOC/mining
nvOC          :  0019-3.2
Report        :  0012
1bash         :  0058
1bash.template:  0058
3main         :  0028
5watchdog     :  0024
6tempcontrol  :  0012
wtm switch    :  0023
wtm profit    :  0004
pool switch   :  0002
minerinfo     :  0013

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     :         3735200 kB
Mem Free      :         1338496 kB
Swap Total    :               0 kB
Swap Free     :               0 kB
Ethernet      :  Intel I219-V (rev 31)

CUDA SDK version
nvcc path     : /usr/local/cuda/bin/nvcc
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Tue_Jun_12_23:07:04_CDT_2018
Cuda compilation tools, release 9.2, V9.2.148

nvoc.service systemd's log
● nvoc.service - nvOC Service
   Loaded: loaded (/etc/systemd/system/nvoc.service; enabled; vendor preset: enabled)
   Active: active (running) since Tue 2019-04-30 15:39:50 EEST; 1min 36s ago
  Process: 917 ExecStart=/usr/bin/screen -c /home/m1/NVOC/mining/screenrc-main -dmSL main /bin/bash /home/m1/NVOC/mining/2unix (code=exited, status=0/SUCCESS)
 Main PID: 926 (screen)
   CGroup: /system.slice/nvoc.service
           ├─ 926 /usr/bin/SCREEN -c /home/m1/NVOC/mining/screenrc-main -dmSL main /bin/bash /home/m1/NVOC/mining/2unix
           ├─ 927 /bin/bash /home/m1/NVOC/mining/2unix
           ├─1149 bash /home/m1/NVOC/mining/3main
           ├─2161 python2 -m guake.main -n /home/m1/NVOC/mining/6tempcontrol -r MINER_TEMP_CONTROL -e tail -n 0 -f /home/m1/NVOC/mining/nvoc_logs/tempcontrol-screenlog.0
           ├─2174 dbus-launch --autolaunch c6d74f6db47d497d8fa5576b2545bdf5 --binary-syntax --close-stderr
           ├─2175 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
           ├─2177 /usr/lib/x86_64-linux-gnu/gconf/gconfd-2
           ├─2179 gnome-pty-helper
           ├─2180 /bin/bash
           ├─2197 /usr/lib/x86_64-linux-gnu/notify-osd
           ├─2201 /usr/lib/gvfs/gvfsd
           ├─2206 /usr/lib/gvfs/gvfsd-fuse /home/m1/.gvfs -f -o big_writes
           ├─2216 /usr/bin/gnome-screensaver --no-daemon
           ├─2221 /bin/bash
           ├─2234 tail -n 0 -f /home/m1/NVOC/mining/nvoc_logs/tempcontrol-screenlog.0
           ├─2248 /bin/bash
           ├─2261 bash /home/m1/NVOC/mining/7telegram
           ├─2351 SCREEN -c /home/m1/NVOC/mining/screenrc-wtm -dmSL wtm bash /home/m1/NVOC/mining/8wtm_auto_switch
           ├─2354 bash /home/m1/NVOC/mining/8wtm_auto_switch
           ├─2409 /bin/bash
           ├─2422 tail -n 0 -f /home/m1/NVOC/mining/nvoc_logs/8_wtmautoswitchlog
           ├─2491 sleep 1800
           ├─2501 SCREEN -c /home/m1/NVOC/mining/screenrc-watchdog -dmSL wdog bash /home/m1/NVOC/mining/5watchdog
           ├─2505 bash /home/m1/NVOC/mining/5watchdog
           ├─2531 /bin/bash
           ├─2545 tail -n 0 -f /home/m1/NVOC/mining/nvoc_logs/watchdog-screenlog.0
           ├─2594 tail -f -n 1 /home/m1/NVOC/mining/nvoc_logs/screenlog.0
           ├─2606 sleep 180
           ├─3291 sleep 20
           ├─3292 /bin/bash /home/m1/NVOC/mining/nvOC report
           ├─3418 systemctl status nvoc.service
           └─3419 cat

Apr 30 15:40:20 m1-desktop sudo[2521]:       m1 : TTY=pts/23 ; PWD=/home/m1/NVOC/mining ; USER=root ; COMMAND=/usr/bin/renice -n -19 -p 2505
Apr 30 15:40:20 m1-desktop sudo[2521]: pam_unix(sudo:session): session opened for user root by (uid=0)
Apr 30 15:40:20 m1-desktop sudo[2521]: pam_unix(sudo:session): session closed for user root
Apr 30 15:40:20 m1-desktop sudo[2523]:       m1 : TTY=pts/23 ; PWD=/home/m1/NVOC/mining ; USER=root ; COMMAND=/usr/bin/ionice -c2 -n0 -p2505
Apr 30 15:40:20 m1-desktop sudo[2523]: pam_unix(sudo:session): session opened for user root by (uid=0)
Apr 30 15:40:20 m1-desktop sudo[2523]: pam_unix(sudo:session): session closed for user root
Apr 30 15:40:20 m1-desktop sudo[2489]: pam_unix(sudo:session): session closed for user root
Apr 30 15:40:37 m1-desktop sudo[2837]:       m1 : TTY=pts/17 ; PWD=/home/m1/NVOC/mining ; USER=root ; COMMAND=/usr/bin/nvidia-settings -a [fan:0]/GPUTargetFanSpeed=38 -a [fan:1]/GPUTargetFanSpeed=38 -a [fan:2]/GPUTargetFanSpeed=38 -a [fan:3]/GPUTargetFanSpeed=38 -a [fan:4]/GPUTargetFanSpeed=38 -a [fan:5]/GPUTargetFanSpeed=38 -a [fan:6]/GPUTargetFanSpeed=38 -a [fan:7]/GPUTargetFanSpeed=42
Apr 30 15:40:37 m1-desktop sudo[2837]: pam_unix(sudo:session): session opened for user root by (uid=0)
Apr 30 15:40:44 m1-desktop sudo[2837]: pam_unix(sudo:session): session closed for user root

HDD and Partion info:
NAME    SIZE FSTYPE TYPE ROTA HOTPLUG TRAN VENDOR   MODEL             REV MOUNTPOINT
sda    14.3G        disk    1       1 usb  SanDisk  Ultra Fit        1.00
├─sda1    9M vfat   part    1       1                                     /media/m1/12D3-A869
└─sda2 14.3G ext4   part    1       1                                     /

VGA info:
00:02.0 VGA compatible controller: Intel Corporation Device 1902 (rev 06)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
03:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
04:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
05:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
08:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
0b:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
0c:00.0 VGA compatible controller: NVIDIA Corporation Device 1c02 (rev a1)

Local git branch and submodules status:
## release...origin/release
 M 3main
+8baabf41eacfbcb5d0e3aa8db0e94289c91e516a miners (heads/3.2-miners)
## HEAD (no branch)

1bash settings:
1bash version .............: 0058
LOCAL or REMOTE ...........: LOCAL
TEAMVIEWER started ........: NO
SSH daemon started ........: YES
SLOW_USB_KEY_MODE .........: NO
SRR .......................: NO

Watchdog ..................: YES
SYSRQ Reboot ..............: YES
Watchdog Cycle ............: 20
GPU Utilization Threshold .: 70
Alternate Pool ............: NO

Temp Control ..............: YES
MANUAL_FAN ................: NO
TARGET_TEMP ...............: 60
__FAN_ADJUST ..............: 5
POWER_ADJUST ..............: 5
ALLOWED_TEMP_DIFF .........: 2
RESTORE_POWER_LIMIT .......: 85
MINIMAL_FAN_SPEED .........: 38
MAXIMAL_FAN_SPEED .........: 90

CLEAR_LOGS_ON_BOOT ........: NO
AUTO_REBOOT ...............: NO
_Parallax_MODE (upPaste)...: NO

TELEGRAM_MESSAGES .: YES
TELEGRAM_ALERTS ...: YES
TELEGRAM_TYPE .............: papampi
TELEGRAM_TIMEOUT_IN_MINUTES: 30
TELEGRAM_CHATID ...........: CHATID_NOT_SHOWN
TELEGRAM_APIKEY ...........: APIKEY_NOT_SHOWN

HEADLESS MODE:.............: NO
GPUPowerMizerMode_Adjust...: NO
ETH Pill ..................: NO

POWERLIMIT MODE ...........: ALGO_SPECIFIC
Power Limit WATTS .........: 113
OVERCLOCK MODE ............: ALGO_SPECIFIC
Core Overclock ............: 150
Memory Overclock ..........: 1390

GLOBAL WORKERNAME .........: YES
AUTO WORKERNAME ...........: CUSTOM
WORKERNAME ................: nv074
plusCPU ...................: NO

AUTO_SWITCH ...............: WTM_SWITCHING
WTM_AUTO_SWITCH_COINS .....: AION;BTCZ;BTG;NICE_LYRA2REV3;NICE_X16R;RVN;XMN;ZEL
WTM_AUTO_SWITCH_URL .......: https://whattomine.com/coins.json?utf8=✓&adapt_q_
COIN ......................: ZEL
ALGO ......................: ZHASH
MINER .....................: GMINER
ZEL WORKER ................: nv074
ZEL ADDRESS ...............: t1VPYLF9...
ZEL POOL ..................: zel-eu.coinblockers.com
ZEL PORT ..................: 4446



WORK IN PROGRESS! Report script (beta release)

*** If posting the Report on bitcointalk.org forum please copy everything
    between the
Code:
 and 
including the
Code:
 and 
tags.
    This will ensure proper alignment when posting the Report.

=====================================================

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

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

ID  |  PS  |  T°  |  FAN  |  LOAD  |  POWER / LIMIT / MAX  |  GPUCLOCK  |  MEMCLOCK  |  VENDOR - MODEL
0   |  P2  |  63  |  36   |  100   |  108 / 113 / 113      |  1594      |  3802      |  ZOTAC - GeForce GTX 1070
1   |  P2  |  63  |  41   |  100   |  111 / 113 / 113      |  1556      |  3802      |  ZOTAC - GeForce GTX 1070
2   |  P2  |  63  |  44   |  100   |  107 / 113 / 113      |  1544      |  3802      |  GIGABYTE - GeForce GTX 1070
3   |  P2  |  59  |  36   |  100   |  113 / 113 / 113      |  1569      |  3802      |  GIGABYTE - GeForce GTX 1070
4   |  P2  |  63  |  44   |  100   |  113 / 113 / 113      |  1531      |  3802      |  GIGABYTE - GeForce GTX 1070
5   |  P2  |  60  |  39   |  100   |  112 / 113 / 113      |  1569      |  3802      |  GIGABYTE - GeForce GTX 1070
6   |  P2  |  59  |  36   |  100   |  114 / 113 / 113      |  1556      |  3802      |  GIGABYTE - GeForce GTX 1070
7   |  P2  |  68  |  50   |  100   |  104 / 113 / 113      |  1911      |  3802      |  GIGABYTE - GeForce GTX 1060 3GB


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: nanominer.official on April 30, 2019, 02:02:13 PM
Dear miners and friends

This is nvOC Community Release based on the original nvOC easy-to-use Linux Nvidia (https://bitcointalk.org/index.php?topic=1854250) by fullzero (https://bitcointalk.org/index.php?action=profile;u=374093)

nvOC Community Release like the original nvOC is free and has No Dev-Fee. You can always check 1bash to find developers BTC addresses if you wish to donate.

nvOC Community Release is set of scripts can be use in any Ubuntu system (need some expert edits) or use with provided images (Ubuntu 16.04/18.04) build with Nvidia individual card OC and individual card power limit support, manual fan support, auto launching on boot, auto switch coin based on wtm profits and a single easy to configure Bash Script (1bash) which can be configured from any computer using a text editor.

With nvOC Community Releaed you can set almost anything you wish for in your mining rig and easily add any new coin, algo or miners from 1bash.

Built-in Algorithms:
BITCORE CRYPTONIGHT CRYPTONIGHTHEAVY CRYPTONIGHTV7 CRYPTONIGHTV8 CUCKAROO29 CUCKATOO31 CUCKOOCYCLE DECRED ENERGI EQUIHASH ETHASH GRS LBRY LYRA2V2 LYRA2RE3 LYRA2Z MYR_GR NEOSCRYPT PASCAL PHI1612 PHI2 SIA SIB SKEIN SKUNK X13 X16R X21S X22I XEVAN ZHASH

Builtin miners:
BMINER  CLAYMORE CryptoDredge DSTM ENERGIMINER ETHMINER EWBF GMINER LOLMINER NBMiner PhoenixMiner Tpccminer T_Rex XMR_Stak ZENEMYminer Z_EWBF cpuOPT


Available Settings:

  • Set Auto Start Miner on boot
  • Set Auto Switching coins
  • Set the GPUs you want to mine with
  • Use TEAMVIEWER and set the resolution you want to use with it
  • Auto Reboot rig timer
  • Auto restart miner timer
  • Schedule mining to stop and start between given times in a day
  • Set your desired worker names
  • Set to clear logs on reboot
  • Use of SRR
  • Control GPU LED and brightness
  • Miner Watchdog: Monitors the rig and automatically corrects the detected problems if possible by restarting miner or rig
  • Load Check to check system load average and reboot if needed
  • Use sys request reboot or normal reboot
  • WatchDog check cycle period
  • Set Minimum GPU utilization threshold to warn and restart mining if it goes bellow
  • Alternate pool settings
  • Power limit and Overclock modes: Global, GPU Specific, Algo Specific, Global with GPU Offset, Algo Specific with GPU Offset
  • Use Headless mode (for P100 card variants with no monitor output)
  • Use OhGodAnETHlargementPill
  • Miner Temp Control to automatically adjusts the fan speed to keep the desired temp
  • Use manual fan control individual target temps
  • Set Hot ShutDown to shutdown rig if temp exceeds
  • Set TempControl check cycles
  • Set Minimal and Maximal fan speeds
  • Set Allowed fan difference, fan adjust and power adjust steps
  • Foreman monitoring (https://bitcointalk.org/index.php?topic=4767563.0)
  • Supports Nicehash, Zpool and MPH Algo mining


Check contributors and all the settings available in 1bash.template (https://github.com/papampi/nvOC_by_fullzero_Community_Release/blob/3.2-stable/1bash.template)




Hello there,

I'd like to ask you, is there any chance you can add Nanominer to nvOC?

Here's the website: https://nanominer.org

Thanks in advance!


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: noct01! on April 30, 2019, 06:30:49 PM
Hi,

Can someone walk me through how to add new miners to NVOC please? I've added new coins/algos before quite easily using the existing miners but I don't understand how the json files work for integrating new miners.

I can get the miner working on it's own by running it as a standalone program through the terminal but obviously don't get any of NVOCs wonderful extra features...

Thanks!


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on May 01, 2019, 06:15:49 AM
as i wrote before the gpuinfo prints the same results before and after algo_specific _oc


Does it show nvidia-settings applying OC values after miner restart on gnome-terminal?

Please set OVERCLOCK_MODE to " NO", "GLOBAL" and "ALGO_SPECIFIC" with different values.
Restart NVOC after editing 1bash with:

Code:
bash ~/NVOC/mining/nvOC restart

Check if gnome-terminal shows nvidia-settings applying OC values or not

Run report command after every nvOC restart and post results.

Code:
bash ~/NVOC/mining/nvOC report



---------------------

the problem remains...



Thats for OVERCLOCK_MODE=GLOBAL please post for OVERCLOCK_MODE=NO and OVERCLOCK_MODE=ALGO_SPECIFIC too

And you did not answer my question:

Does it show nvidia-settings applying OC values after miner restart on gnome-terminal or not?



1. it does not apply nvidia oc settings after miner restart
2. I will post OVERCLOCK_MODE=NO and OVERCLOCK_MODE=ALGO_SPECIFIC reports


I'm asking what it shows when miner start on gnome terminal.
Stop nvOC, close gnome-terminal and open it it again.
Check it to see what errors it gives when trying to apply OC values





Dear miners and friends

This is nvOC Community Release based on the original nvOC easy-to-use Linux Nvidia (https://bitcointalk.org/index.php?topic=1854250) by fullzero (https://bitcointalk.org/index.php?action=profile;u=374093)

nvOC Community Release like the original nvOC is free and has No Dev-Fee. You can always check 1bash to find developers BTC addresses if you wish to donate.

nvOC Community Release is set of scripts can be use in any Ubuntu system (need some expert edits) or use with provided images (Ubuntu 16.04/18.04) build with Nvidia individual card OC and individual card power limit support, manual fan support, auto launching on boot, auto switch coin based on wtm profits and a single easy to configure Bash Script (1bash) which can be configured from any computer using a text editor.

With nvOC Community Releaed you can set almost anything you wish for in your mining rig and easily add any new coin, algo or miners from 1bash.

Built-in Algorithms:
BITCORE CRYPTONIGHT CRYPTONIGHTHEAVY CRYPTONIGHTV7 CRYPTONIGHTV8 CUCKAROO29 CUCKATOO31 CUCKOOCYCLE DECRED ENERGI EQUIHASH ETHASH GRS LBRY LYRA2V2 LYRA2RE3 LYRA2Z MYR_GR NEOSCRYPT PASCAL PHI1612 PHI2 SIA SIB SKEIN SKUNK X13 X16R X21S X22I XEVAN ZHASH

Builtin miners:
BMINER  CLAYMORE CryptoDredge DSTM ENERGIMINER ETHMINER EWBF GMINER LOLMINER NBMiner PhoenixMiner Tpccminer T_Rex XMR_Stak ZENEMYminer Z_EWBF cpuOPT


Available Settings:

  • Set Auto Start Miner on boot
  • Set Auto Switching coins
  • Set the GPUs you want to mine with
  • Use TEAMVIEWER and set the resolution you want to use with it
  • Auto Reboot rig timer
  • Auto restart miner timer
  • Schedule mining to stop and start between given times in a day
  • Set your desired worker names
  • Set to clear logs on reboot
  • Use of SRR
  • Control GPU LED and brightness
  • Miner Watchdog: Monitors the rig and automatically corrects the detected problems if possible by restarting miner or rig
  • Load Check to check system load average and reboot if needed
  • Use sys request reboot or normal reboot
  • WatchDog check cycle period
  • Set Minimum GPU utilization threshold to warn and restart mining if it goes bellow
  • Alternate pool settings
  • Power limit and Overclock modes: Global, GPU Specific, Algo Specific, Global with GPU Offset, Algo Specific with GPU Offset
  • Use Headless mode (for P100 card variants with no monitor output)
  • Use OhGodAnETHlargementPill
  • Miner Temp Control to automatically adjusts the fan speed to keep the desired temp
  • Use manual fan control individual target temps
  • Set Hot ShutDown to shutdown rig if temp exceeds
  • Set TempControl check cycles
  • Set Minimal and Maximal fan speeds
  • Set Allowed fan difference, fan adjust and power adjust steps
  • Foreman monitoring (https://bitcointalk.org/index.php?topic=4767563.0)
  • Supports Nicehash, Zpool and MPH Algo mining


Check contributors and all the settings available in 1bash.template (https://github.com/papampi/nvOC_by_fullzero_Community_Release/blob/3.2-stable/1bash.template)




Hello there,

I'd like to ask you, is there any chance you can add Nanominer to nvOC?

Here's the website: https://nanominer.org

Thanks in advance!


Sure will do,
Send miner command line example and we will take a look into it.






Hi,

Can someone walk me through how to add new miners to NVOC please? I've added new coins/algos before quite easily using the existing miners but I don't understand how the json files work for integrating new miners.

I can get the miner working on it's own by running it as a standalone program through the terminal but obviously don't get any of NVOCs wonderful extra features...

Thanks!


Make your new miner folder and version sub folder
Put miner executable inside the version sub folder
Copy an existing .nvoc-miner.json from one of the miners/miner/version folder to your miner/version folder and edit it.
Its best to pick one that has closest command line settings to your new miner.
For example PhoenixMiner and Claymore are almost same and ccminer based miners are almost same too.

Which part you dont understand?

Edit:
You can also skip editing .nvoc-miner.json and use old 0miner style if you are more comfortable with that




Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Heguli97 on May 02, 2019, 01:15:25 PM
Hi  :D

I run older versions of this software on my rigs.

Are there any specific instructions on how to update Teamviewer? I can't access my rigs anymore because the teamviewer version is too old, can i just update through teamviewer and it won't mess up any of the startup scripts etc.?

Thanks.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: dhan000 on May 02, 2019, 01:20:56 PM
We are unable to mining BEAM with NVOC.

google translate.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on May 03, 2019, 09:14:18 AM
Latest stable version: 19-3.2

Latest Image: nvOC-19-3.2 Ubuntu-16.04 Cuda-9.2 Nvidia-418 2019-05-02

MEGA.nz: Direct Download Link (https://mega.nz/#!0AVzkSyY!mlBBFvD2sCTRYr8uNbsYu6oFRKp2wAhrR254lPOA_dg)
GDrive: Direct Download Link (https://drive.google.com/open?id=1H6ZHyJ1gzyjtHPaZh7u8dpw9vQvjccC-) (Thanks to damNmad)
OneDrive:  Direct Download Link (https://bit.ly/2Jaugqh) (Thanks to LuKePicci)

Code:
nvOC-3.2_Ubuntu-16.04_Cuda-9.2_Nvidia-418_2019-05-02.7z	        sha256	8379e98ddcfb5daf7d33fed66d6c33298c2198ee2c272ee59909e8faffc943de 
nvOC-3.2_Ubuntu-16.04_Cuda-9.2_Nvidia-418_2019-05-02.img sha256 ef3146abb080bc158f814b46ea7fb065c6a997515a9bdd21d21a6edee21144ba

Code:
Download size: 2.85 Gb
Image size: 10 Gb


GitHub pre-built OS images page (https://github.com/papampi/nvOC_by_fullzero_Community_Release/wiki/Download-pre-built-OS-images)


As always:
Download latest 1bash.template (https://raw.githubusercontent.com/papampi/nvOC_by_fullzero_Community_Release/3.2-stable/1bash.template)
Edit and rename it to 1bash
Put it in small fat partition
Connect your SSD, HDD, USB to rig




Hi  :D

I run older versions of this software on my rigs.

Are there any specific instructions on how to update Teamviewer? I can't access my rigs anymore because the teamviewer version is too old, can i just update through teamviewer and it won't mess up any of the startup scripts etc.?

Thanks.


Dont think it cause any problems to update it.



Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: damNmad on May 03, 2019, 10:25:47 AM
Papampi, like I said, gdrive mirror link

https://drive.google.com/open?id=1H6ZHyJ1gzyjtHPaZh7u8dpw9vQvjccC-


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on May 03, 2019, 11:40:17 AM
Papampi, like I said, gdrive mirror link

https://drive.google.com/open?id=1H6ZHyJ1gzyjtHPaZh7u8dpw9vQvjccC-

Awesome, Thanks a lot.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Heguli97 on May 03, 2019, 11:51:39 AM
Hi  :D

I run older versions of this software on my rigs.

Are there any specific instructions on how to update Teamviewer? I can't access my rigs anymore because the teamviewer version is too old, can i just update through teamviewer and it won't mess up any of the startup scripts etc.?

Thanks.


Dont think it cause any problems to update it.



Thank you worked like a charm.

I used these command to do it, if anyone's interested

Code:
# 64 bits version
wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb


Install it :

sudo dpkg -i teamviewer_*.deb

Install missing dependencies :

sudo apt-get -f install


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on May 04, 2019, 06:21:29 AM
Hi  :D

I run older versions of this software on my rigs.

Are there any specific instructions on how to update Teamviewer? I can't access my rigs anymore because the teamviewer version is too old, can i just update through teamviewer and it won't mess up any of the startup scripts etc.?

Thanks.


Dont think it cause any problems to update it.



Thank you worked like a charm.

I used these command to do it, if anyone's interested

Code:
# 64 bits version
wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb


Install it :

sudo dpkg -i teamviewer_*.deb

Install missing dependencies :

sudo apt-get -f install


Glad its solved,
I forgot to update teamviewer in latest image.
Your solution may help many.



We are unable to mining BEAM with NVOC.

google translate.

Why not? Just add the coin info in 1bash

In Algo section add it to Equihash coins:
Code:
EQUIHASH_COINS="BEAM,...."

Set you Equihash miner to GMINER or whichever you like:
Code:
EQUIHASH_MINER="GMINER"

Add coin info:
Code:
# BEAM (BEAM)
BEAM_ADDRESS="replace_with_your_address"
BEAM_OPTS="--algo 150_5"
BEAM_POOL="beam.sparkpool.com"
BEAM_PORT="2222"
BEAM_WORKER="$WORKERNAME"
BEAM_POOL_PROTOCOL="stratum+tcp"

Set your coin:
Code:
COIN="BEAM"

Restart nvOC
Code:
bash ~/NVOC/mining/nvOC restart




Why the algo_specific_oc is not working ?

the hashrate is the same as OC core=0 and mem=0

My system is based on nvOC_19-3.x_U16.04_Cuda_8-9.2_N410_2018-10-27.7z and on the automated upgrades (NVOC V0019-3.2)

A new pre built image is available,
Try it and see if it solves your problem or not.


Latest stable version: 19-3.2

Latest Image: nvOC-19-3.2 Ubuntu-16.04 Cuda-9.2 Nvidia-418 2019-05-02

MEGA.nz: Direct Download Link (https://mega.nz/#!0AVzkSyY!mlBBFvD2sCTRYr8uNbsYu6oFRKp2wAhrR254lPOA_dg)
GDrive: Direct Download Link (https://drive.google.com/open?id=1H6ZHyJ1gzyjtHPaZh7u8dpw9vQvjccC-) (Thanks to damnmad)
OneDrive:  Direct Download Link (https://bit.ly/2Jaugqh) (Thanks to LuKePicci)

Code:
nvOC-3.2_Ubuntu-16.04_Cuda-9.2_Nvidia-418_2019-05-02.7z	        sha256	8379e98ddcfb5daf7d33fed66d6c33298c2198ee2c272ee59909e8faffc943de 
nvOC-3.2_Ubuntu-16.04_Cuda-9.2_Nvidia-418_2019-05-02.img sha256 ef3146abb080bc158f814b46ea7fb065c6a997515a9bdd21d21a6edee21144ba

Code:
Download size: 2.85 Gb
Image size: 10 Gb


GitHub pre-built OS images page (https://github.com/papampi/nvOC_by_fullzero_Community_Release/wiki/Download-pre-built-OS-images)


As always:
Download latest 1bash.template (https://raw.githubusercontent.com/papampi/nvOC_by_fullzero_Community_Release/3.2-stable/1bash.template)
Edit and rename it to 1bash
Put it in small fat partition
Connect your SSD, HDD, USB to rig



Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: dhan000 on May 04, 2019, 10:42:51 AM
We are unable to mining BEAM with NVOC.

google translate.

Why not? Just add the coin info in 1bash

In Algo section add it to Equihash coins:
Code:
EQUIHASH_COINS="BEAM,...."



thanks papampi


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on May 06, 2019, 10:47:07 AM


GMiner updated to 1.41
Change Logs:

v1.41
+ Improved performance for BEAM (Equihash 150,5) on Nvidia cards

v1.40
+ Significant performance improvements for BEAM (Equihash 150,5) on Nvidia cards

v1.39
+ Added 4GB Solver for Aeternity (Nvidia GPUs)
+ Improved 144,5 and 192,7 performance for Nvidia GPUs (more optimizations coming soon)
+ Minor performance improvements for Grin29, Swap and Aeternity on Nvidia GPUs
+ Improved performance on Grin29, Swap and Aeternity in OC mode on Nvidia GPUs
+ Fixed anti-hacking error on newest Nvidia drivers


To get latest updates, Run:
Code:
bash ~/NVOC/mining/nvOC upgrade



You can always remind us if you noticed a miner is updated so we update it faster in nvOC miners repo



Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Brainfruit_Me on May 10, 2019, 03:13:33 AM
Do we have a progpow miner on nvoc? Antone tried this yet?


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on May 12, 2019, 09:21:29 AM
Do we have a progpow miner on nvoc? Antone tried this yet?

Check the builtin miners list in 1st post.

If none support it let us know the miner for it and we can add it.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: damNmad on May 14, 2019, 10:18:27 PM
Do we have a progpow miner on nvoc? Antone tried this yet?

Check the builtin miners list in 1st post.

If none support it let us know the miner for it and we can add it.


Don't think we have that one @papampi

Also, I tried to compile the latest xmr-stak, failing to compile! I've tried to mine sumo coin, not working as expected, when you got a min please look into this


Code:
screen -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/XMR_Stak/recommended/xmr-stak.nvoc.sh --config /home/m1/NVOC/mining/miners/XMR_Stak/recommended/config.txt --nvidia /home/m1/NVOC/mining/miners/XMR_Stak/recommended/nvidia.txt --currency cryptonight_r --noCPU -o sumokoin.miner.rocks:4005 -u Sumoo3JbC5Vd2hSngWM6EW8t6ZgpbifSF6QgyQkRbtotH9xpSAX7CPWK1bsbn2kCEzBjYbHZidu9VJt3WTWV458S1iyX82JdD2b.RIGV1932 -p x -r RIGV1932 -i 0
/home/m1/NVOC/mining/miners/XMR_Stak/recommended/xmr-stak.nvoc.sh: 3: /home/m1/NVOC/mining/miners/XMR_Stak/recommended/xmr-stak.nvoc.sh: Bad substitution
/home/m1/NVOC/mining/miners/XMR_Stak/recommended/xmr-stak.nvoc.sh: 6: /home/m1/NVOC/mining/miners/XMR_Stak/recommended/xmr-stak.nvoc.sh: [[: not found
/home/m1/NVOC/mining/miners/XMR_Stak/recommended/xmr-stak.nvoc.sh: 14: /home/m1/NVOC/mining/miners/XMR_Stak/recommended/xmr-stak.nvoc.sh: [[: not found
vm.nr_hugepages = 128
/home/m1/NVOC/mining/miners/XMR_Stak/recommended/xmr-stak.nvoc.sh: 25: /home/m1/NVOC/mining/miners/XMR_Stak/recommended/xmr-stak.nvoc.sh: /home/m1/xmr-stak: not found
   
[WARNING] - Unable to instruct /home/m1/NVOC/mining/miners/XMR_Stak/recommended about which GPUs to enable, it will likely use all of them
screen -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/XMR_Stak/recommended/xmr-stak.nvoc.sh --config /home/m1/NVOC/mining/miners/XMR_Stak/recommended/config.txt --nvidia /home/m1/NVOC/mining/miners/XMR_Stak/recommended/nvidia.txt --currency cryptonight_r --noCPU -o sumokoin.miner.rocks:4005 -u Sumoo3JbC5Vd2hSngWM6EW8t6ZgpbifSF6QgyQkRbtotH9xpSAX7CPWK1bsbn2kCEzBjYbHZidu9VJt3WTWV458S1iyX82JdD2b.RIGV1932 -p x -r RIGV1932 -i 0
/home/m1/NVOC/mining/miners/XMR_Stak/recommended/xmr-stak.nvoc.sh: 3: /home/m1/NVOC/mining/miners/XMR_Stak/recommended/xmr-stak.nvoc.sh: Bad substitution
/home/m1/NVOC/mining/miners/XMR_Stak/recommended/xmr-stak.nvoc.sh: 6: /home/m1/NVOC/mining/miners/XMR_Stak/recommended/xmr-stak.nvoc.sh: [[: not found
/home/m1/NVOC/mining/miners/XMR_Stak/recommended/xmr-stak.nvoc.sh: 14: /home/m1/NVOC/mining/miners/XMR_Stak/recommended/xmr-stak.nvoc.sh: [[: not found
vm.nr_hugepages = 128
/home/m1/NVOC/mining/miners/XMR_Stak/recommended/xmr-stak.nvoc.sh: 25: /home/m1/NVOC/mining/miners/XMR_Stak/recommended/xmr-stak.nvoc.sh: /home/m1/xmr-stak: not found

It is failing to find/generate the nvidia.txt file
The json needs tweaking as the default coin is hard coded as monero, it should be a variable (user should be able to select coins from the below list)


Supported coin options:
   - aeon7
   - bbscoin
   - bittube
   - cryptonight
   - cryptonight_bittube2
   - cryptonight_masari
   - cryptonight_haven
   - cryptonight_heavy
   - cryptonight_lite
   - cryptonight_lite_v7
   - cryptonight_lite_v7_xor
   - cryptonight_r
   - cryptonight_superfast
   - cryptonight_turtle
   - cryptonight_v7
   - cryptonight_v8
   - cryptonight_v8_double
   - cryptonight_v8_half
   - cryptonight_v8_reversewaltz
   - cryptonight_v8_zelerius
   - cryptonight_v7_stellite
   - cryptonight_gpu
   - cryptonight_conceal
   - freehaven
   - graft
   - haven
   - lethean
   - masari
   - monero
   - qrl
   - ryo
   - stellite
   - turtlecoin
   - plenteum
   - zelerius
   - xcash


Please let me know if you need any further information.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on May 18, 2019, 05:20:40 AM

I have no experience with xmr-stak
Maybe @LuKePicci or @CryptAtomeTrader44 can help with it


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on May 19, 2019, 05:15:11 PM
@damnMad hardcoded monero currency can be removed from manifest if you include such a setting in 1bash.template where needed by default (ie for each coin where xmr-stak is selected as miner by default add <coin>_XMR_Stak_OPTS="--currency xxx"). Open the two needed PRs for these changes (against 3.2 branch).

Give me some more detail on the compilation failure, maybe better if you open an issue for that on https://github.com/papampi/nvOC_miners


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: damNmad on May 19, 2019, 08:18:48 PM
@damnMad hardcoded monero currency can be removed from manifest if you include such a setting in 1bash.template where needed by default (ie for each coin where xmr-stak is selected as miner by default add <coin>_XMR_Stak_OPTS="--currency xxx"). Open the two needed PRs for these changes (against 3.2 branch).

Give me some more detail on the compilation failure, maybe better if you open an issue for that on https://github.com/papampi/nvOC_miners

Thanks @LuKePicci, appreciate it.

Yes, you are right, we can add a note in 1bash and ask people to add _XMR_Stak_OPTS="--currency xxx".

I don't think we have any other better miner available for cryptonight coins other than XMR-STAK.

I'll try to apply those two changes in a PR.

Regarding compilation error, this is the error I'm getting!

Code:
m1@m1-desktop:~/NVOC/mining/miners/XMR_Stak/xmr-stak/build$ make install
Scanning dependencies of target xmr-stak-asm
[  2%] Building ASM object CMakeFiles/xmr-stak-asm.dir/xmrstak/backend/cpu/crypto/asm/cryptonight_v8_main_loop.S.o
[  4%] Building ASM object CMakeFiles/xmr-stak-asm.dir/xmrstak/backend/cpu/crypto/asm/cnR/CryptonightR_template.S.o
[  6%] Linking C static library bin/libxmr-stak-asm.a
[  6%] Built target xmr-stak-asm
Scanning dependencies of target xmr-stak-c
[  9%] Building C object CMakeFiles/xmr-stak-c.dir/xmrstak/backend/cpu/crypto/c_skein.c.o
[ 11%] Building C object CMakeFiles/xmr-stak-c.dir/xmrstak/backend/cpu/crypto/c_groestl.c.o
[ 13%] Building C object CMakeFiles/xmr-stak-c.dir/xmrstak/backend/cpu/crypto/c_jh.c.o
[ 15%] Building C object CMakeFiles/xmr-stak-c.dir/xmrstak/backend/cpu/crypto/c_blake256.c.o
[ 18%] Building C object CMakeFiles/xmr-stak-c.dir/xmrstak/backend/cpu/crypto/c_keccak.c.o
[ 20%] Linking C static library bin/libxmr-stak-c.a
[ 20%] Built target xmr-stak-c
Scanning dependencies of target xmr-stak-backend
[ 22%] Building CXX object CMakeFiles/xmr-stak-backend.dir/xmrstak/version.cpp.o
[ 25%] Building CXX object CMakeFiles/xmr-stak-backend.dir/xmrstak/jconf.cpp.o
[ 27%] Building CXX object CMakeFiles/xmr-stak-backend.dir/xmrstak/backend/cpu/cpuType.cpp.o
[ 29%] Building CXX object CMakeFiles/xmr-stak-backend.dir/xmrstak/backend/cpu/minethd.cpp.o
[ 31%] Building CXX object CMakeFiles/xmr-stak-backend.dir/xmrstak/backend/cpu/jconf.cpp.o
[ 34%] Building CXX object CMakeFiles/xmr-stak-backend.dir/xmrstak/backend/cpu/hwlocMemory.cpp.o
[ 36%] Building CXX object CMakeFiles/xmr-stak-backend.dir/xmrstak/backend/backendConnector.cpp.o
[ 38%] Building CXX object CMakeFiles/xmr-stak-backend.dir/xmrstak/backend/globalStates.cpp.o
[ 40%] Building CXX object CMakeFiles/xmr-stak-backend.dir/xmrstak/backend/cpu/crypto/cryptonight_common.cpp.o
[ 43%] Building CXX object CMakeFiles/xmr-stak-backend.dir/xmrstak/backend/cpu/crypto/cn_gpu_avx.cpp.o
[ 45%] Building CXX object CMakeFiles/xmr-stak-backend.dir/xmrstak/backend/cpu/crypto/CryptonightR_gen.cpp.o
[ 47%] Building CXX object CMakeFiles/xmr-stak-backend.dir/xmrstak/backend/cpu/crypto/cn_gpu_ssse3.cpp.o
[ 50%] Building CXX object CMakeFiles/xmr-stak-backend.dir/xmrstak/http/httpd.cpp.o
[ 52%] Building CXX object CMakeFiles/xmr-stak-backend.dir/xmrstak/http/webdesign.cpp.o
[ 54%] Building CXX object CMakeFiles/xmr-stak-backend.dir/xmrstak/misc/utility.cpp.o
[ 56%] Building CXX object CMakeFiles/xmr-stak-backend.dir/xmrstak/misc/executor.cpp.o
[ 59%] Building CXX object CMakeFiles/xmr-stak-backend.dir/xmrstak/misc/uac.cpp.o
[ 61%] Building CXX object CMakeFiles/xmr-stak-backend.dir/xmrstak/misc/telemetry.cpp.o
[ 63%] Building CXX object CMakeFiles/xmr-stak-backend.dir/xmrstak/misc/console.cpp.o
[ 65%] Building CXX object CMakeFiles/xmr-stak-backend.dir/xmrstak/net/socket.cpp.o
[ 68%] Building CXX object CMakeFiles/xmr-stak-backend.dir/xmrstak/net/jpsock.cpp.o
[ 70%] Linking CXX static library bin/libxmr-stak-backend.a
[ 70%] Built target xmr-stak-backend
[ 72%] Building NVCC (Device) object CMakeFiles/xmrstak_cuda_backend.dir/xmrstak/backend/nvidia/nvcc_code/xmrstak_cuda_backend_generated_cuda_extra.cu.o
/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9220): error: argument of type "const void *" is incompatible with parameter of type "const float *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9231): error: argument of type "const void *" is incompatible with parameter of type "const float *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9244): error: argument of type "const void *" is incompatible with parameter of type "const double *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9255): error: argument of type "const void *" is incompatible with parameter of type "const double *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9268): error: argument of type "const void *" is incompatible with parameter of type "const float *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9279): error: argument of type "const void *" is incompatible with parameter of type "const float *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9292): error: argument of type "const void *" is incompatible with parameter of type "const double *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9303): error: argument of type "const void *" is incompatible with parameter of type "const double *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9316): error: argument of type "const void *" is incompatible with parameter of type "const int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9327): error: argument of type "const void *" is incompatible with parameter of type "const int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9340): error: argument of type "const void *" is incompatible with parameter of type "const long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9352): error: argument of type "const void *" is incompatible with parameter of type "const long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9365): error: argument of type "const void *" is incompatible with parameter of type "const int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9376): error: argument of type "const void *" is incompatible with parameter of type "const int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9389): error: argument of type "const void *" is incompatible with parameter of type "const long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9401): error: argument of type "const void *" is incompatible with parameter of type "const long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9410): error: argument of type "void *" is incompatible with parameter of type "float *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9419): error: argument of type "void *" is incompatible with parameter of type "float *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9428): error: argument of type "void *" is incompatible with parameter of type "double *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9437): error: argument of type "void *" is incompatible with parameter of type "double *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9445): error: argument of type "void *" is incompatible with parameter of type "float *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9454): error: argument of type "void *" is incompatible with parameter of type "float *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9463): error: argument of type "void *" is incompatible with parameter of type "double *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9472): error: argument of type "void *" is incompatible with parameter of type "double *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9481): error: argument of type "void *" is incompatible with parameter of type "int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9490): error: argument of type "void *" is incompatible with parameter of type "int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9499): error: argument of type "void *" is incompatible with parameter of type "long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9508): error: argument of type "void *" is incompatible with parameter of type "long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9517): error: argument of type "void *" is incompatible with parameter of type "int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9526): error: argument of type "void *" is incompatible with parameter of type "int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9535): error: argument of type "void *" is incompatible with parameter of type "long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512fintrin.h(9544): error: argument of type "void *" is incompatible with parameter of type "long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512pfintrin.h(55): error: argument of type "const void *" is incompatible with parameter of type "const long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512pfintrin.h(63): error: argument of type "const void *" is incompatible with parameter of type "const int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512pfintrin.h(73): error: argument of type "const void *" is incompatible with parameter of type "const long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512pfintrin.h(81): error: argument of type "const void *" is incompatible with parameter of type "const int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512pfintrin.h(91): error: argument of type "void *" is incompatible with parameter of type "const long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512pfintrin.h(100): error: argument of type "void *" is incompatible with parameter of type "const int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512pfintrin.h(109): error: argument of type "void *" is incompatible with parameter of type "const long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512pfintrin.h(117): error: argument of type "void *" is incompatible with parameter of type "const int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512pfintrin.h(127): error: argument of type "void *" is incompatible with parameter of type "const long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512pfintrin.h(136): error: argument of type "void *" is incompatible with parameter of type "const int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512pfintrin.h(145): error: argument of type "void *" is incompatible with parameter of type "const long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512pfintrin.h(153): error: argument of type "void *" is incompatible with parameter of type "const int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(10799): error: argument of type "const void *" is incompatible with parameter of type "const float *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(10811): error: argument of type "const void *" is incompatible with parameter of type "const float *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(10823): error: argument of type "const void *" is incompatible with parameter of type "const double *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(10835): error: argument of type "const void *" is incompatible with parameter of type "const double *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(10847): error: argument of type "const void *" is incompatible with parameter of type "const float *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(10859): error: argument of type "const void *" is incompatible with parameter of type "const float *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(10871): error: argument of type "const void *" is incompatible with parameter of type "const double *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(10883): error: argument of type "const void *" is incompatible with parameter of type "const double *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(10895): error: argument of type "const void *" is incompatible with parameter of type "const int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(10907): error: argument of type "const void *" is incompatible with parameter of type "const int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(10919): error: argument of type "const void *" is incompatible with parameter of type "const long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(10931): error: argument of type "const void *" is incompatible with parameter of type "const long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(10943): error: argument of type "const void *" is incompatible with parameter of type "const int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(10955): error: argument of type "const void *" is incompatible with parameter of type "const int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(10967): error: argument of type "const void *" is incompatible with parameter of type "const long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(10979): error: argument of type "const void *" is incompatible with parameter of type "const long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(10989): error: argument of type "void *" is incompatible with parameter of type "float *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11000): error: argument of type "void *" is incompatible with parameter of type "float *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11009): error: argument of type "void *" is incompatible with parameter of type "float *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11020): error: argument of type "void *" is incompatible with parameter of type "float *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11029): error: argument of type "void *" is incompatible with parameter of type "double *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11040): error: argument of type "void *" is incompatible with parameter of type "double *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11049): error: argument of type "void *" is incompatible with parameter of type "double *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11060): error: argument of type "void *" is incompatible with parameter of type "double *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11069): error: argument of type "void *" is incompatible with parameter of type "float *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11080): error: argument of type "void *" is incompatible with parameter of type "float *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11089): error: argument of type "void *" is incompatible with parameter of type "float *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11100): error: argument of type "void *" is incompatible with parameter of type "float *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11109): error: argument of type "void *" is incompatible with parameter of type "double *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11120): error: argument of type "void *" is incompatible with parameter of type "double *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11129): error: argument of type "void *" is incompatible with parameter of type "double *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11140): error: argument of type "void *" is incompatible with parameter of type "double *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11149): error: argument of type "void *" is incompatible with parameter of type "int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11160): error: argument of type "void *" is incompatible with parameter of type "int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11169): error: argument of type "void *" is incompatible with parameter of type "int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11180): error: argument of type "void *" is incompatible with parameter of type "int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11189): error: argument of type "void *" is incompatible with parameter of type "long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11200): error: argument of type "void *" is incompatible with parameter of type "long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11209): error: argument of type "void *" is incompatible with parameter of type "long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11220): error: argument of type "void *" is incompatible with parameter of type "long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11229): error: argument of type "void *" is incompatible with parameter of type "int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11240): error: argument of type "void *" is incompatible with parameter of type "int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11249): error: argument of type "void *" is incompatible with parameter of type "int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11260): error: argument of type "void *" is incompatible with parameter of type "int *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11269): error: argument of type "void *" is incompatible with parameter of type "long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11280): error: argument of type "void *" is incompatible with parameter of type "long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11289): error: argument of type "void *" is incompatible with parameter of type "long long *"

/usr/lib/gcc/x86_64-linux-gnu/5/include/avx512vlintrin.h(11300): error: argument of type "void *" is incompatible with parameter of type "long long *"

92 errors detected in the compilation of "/tmp/tmpxft_000033a8_00000000-14_cuda_extra.compute_70.cpp1.ii".
CMake Error at xmrstak_cuda_backend_generated_cuda_extra.cu.o.cmake:266 (message):
  Error generating file
  /home/m1/NVOC/mining/miners/XMR_Stak/xmr-stak/build/CMakeFiles/xmrstak_cuda_backend.dir/xmrstak/backend/nvidia/nvcc_code/./xmrstak_cuda_backend_generated_cuda_extra.cu.o


CMakeFiles/xmrstak_cuda_backend.dir/build.make:70: recipe for target 'CMakeFiles/xmrstak_cuda_backend.dir/xmrstak/backend/nvidia/nvcc_code/xmrstak_cuda_backend_generated_cuda_extra.cu.o' failed
make[2]: *** [CMakeFiles/xmrstak_cuda_backend.dir/xmrstak/backend/nvidia/nvcc_code/xmrstak_cuda_backend_generated_cuda_extra.cu.o] Error 1
CMakeFiles/Makefile2:143: recipe for target 'CMakeFiles/xmrstak_cuda_backend.dir/all' failed
make[1]: *** [CMakeFiles/xmrstak_cuda_backend.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
m1@m1-desktop:~/NVOC/mining/miners/XMR_Stak/xmr-stak/build$

I can raise an issue if you think this is not specific for my rig.

Thanks :)


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on May 19, 2019, 11:46:55 PM
Did you try already to run the compiler script via miners upgrade script? Probably this won't make any difference but…


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: damNmad on May 20, 2019, 08:18:56 AM
Did you try already to run the compiler script via miners upgrade script? Probably this won't make any difference but…

Yes, I have, I tried through it first and then tried independently myself.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on May 27, 2019, 04:54:23 PM
It seems like an issue with gcc 5.5 https://stackoverflow.com/questions/50815093/avx512-intrinsics-header-produces-many-errors-after-distro-upgrades-gcc-to-5-5-0

Nothing we could really address guaranteeing then nothing else breaks. Probably it's compiling fine on ubuntu 18.04 based images. Try upgrading gcc on your 16.04 and see what happens to other miners as well.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: fk2 on May 27, 2019, 08:40:02 PM
Hi, I was running a 1080 rig with nvOC 0019-3.0 all the time with NICE_X16R. Now I wanted to switch to NICE_ETHASH but unfortunetly with nvOC "never touch a running system" is again the truth: nothing works anymore :( I thought I might need another update and ran bash nvOC upgrade but it didn't update to 3.2 so I thought I do a git clone and 'git submodule update --init --remote miners' but after that I have no nvOC_miner_update.sh script found. therefore nothing happens when I do a nvOC start with 3.2.

tried to go back to X16R but nothing happens. rig is now on idle :( here is report of 3.2

Code:

Operating System info:
Kernel        :  4.15.0-33-generic
OS            :  Ubuntu 18.04.1 LTS
System        :  (gcc 7.3.0 7.3.0-16ubuntu3)) #36-Ubuntu
nvidia driver :  396.54

nvOC info:
nvOC path     :  /home/m1/NVOC/3.2
nvOC          :  0019-3.2
Report        :  0012
1bash         :  0058
1bash.template:
3main         :  0028
5watchdog     :  0024
6tempcontrol  :  0012
wtm switch    :  0023
wtm profit    :  0004
pool switch   :  0002
minerinfo     :  0013

Hardware info:
Motherboard   :  ASUS PRIME Z270-A  Rev 1.xx
BIOS ver.     :  1203 12/25/2017
CPU Model     :  Celeron(R) CPU G3900 @ 2.80GHz
CPU Cores     :  2 (Cores + Threads)
Mem Total     :         3978180 kB
Mem Free      :         2729752 kB
Swap Total    :               0 kB
Swap Free     :               0 kB
Ethernet      :  Intel I219-V

CUDA SDK version
nvcc path     : /usr/local/cuda/bin/nvcc
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Tue_Jun_12_23:07:04_CDT_2018
Cuda compilation tools, release 9.2, V9.2.148

nvOC is not installed as a service

HDD and Partion info:
NAME    SIZE FSTYPE TYPE ROTA HOTPLUG TRAN   VENDOR   MODEL             REV MOUNTPOINT
sda    55.9G        disk    0       0 sata   ATA      Patriot Flare    21.1
├─sda1    9M vfat   part    0       0
└─sda2 55.9G ext4   part    0       0                                       /

VGA info:
01:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080] (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] (rev a1)
04:00.0 VGA compatible controller: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] (rev a1)
05:00.0 VGA compatible controller: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] (rev a1)

Local git branch and submodules status:
## 3.2-stable...origin/3.2-stable
 M 1bash.template
+64a28c034abccc936045c793ab5567cf2c477f1d miners (remotes/origin/3.2-miners)
## HEAD (no branch)
A  .gitmodules
 M XMR_Stak/2.10.0/xmr-stak.nvoc.sh
 M XMR_Stak/2.10.1/xmr-stak.nvoc.sh
 M XMR_Stak/2.4.4/xmr-stak.nvoc.sh
 M XMR_Stak/2.9.0/xmr-stak.nvoc.sh
+4c529a80c09231893432f55ed4675b52f4df3d62 ETHMINER/0.17.0/src (v0.17.1-rc.0)
+a8a603ea3370f35af78c642adf3db52991e77f86 ETHMINER/0.17.1/src (v0.17.1)
+370684f7435d1256cbabef4410a57ed5bc705fdc TPccminer/src (2.3-tpruvot)
+61e997c3474734590e3f3788de9e8c125eebdeeb XMR_Stak/src (2.9.0)

1bash settings:
1bash version .............: 0058
LOCAL or REMOTE ...........: REMOTE
TEAMVIEWER started ........: NO
SSH daemon started ........: YES
SLOW_USB_KEY_MODE .........: NO
SRR .......................: NO

Watchdog ..................: YES
SYSRQ Reboot ..............: NO
Watchdog Cycle ............: 20
GPU Utilization Threshold .: 70
Alternate Pool ............: NO

Temp Control ..............: YES
MANUAL_FAN ................: NO
TARGET_TEMP ...............: 70
__FAN_ADJUST ..............: 5
POWER_ADJUST ..............: 5
ALLOWED_TEMP_DIFF .........: 2
RESTORE_POWER_LIMIT .......: 85
MINIMAL_FAN_SPEED .........: 50
MAXIMAL_FAN_SPEED .........: 95

CLEAR_LOGS_ON_BOOT ........: NO
AUTO_REBOOT ...............: NO
_Parallax_MODE (upPaste)...: NO

TELEGRAM_MESSAGES .: NO
TELEGRAM_ALERTS ...: NO

HEADLESS MODE:.............: NO
GPUPowerMizerMode_Adjust...: NO
ETH Pill ..................: YES

POWERLIMIT MODE ...........: GLOBAL
Power Limit WATTS .........: 160
OVERCLOCK MODE ............: GLOBAL
Memory Overclock ..........: 1200
Core Overclock ............: 120

GLOBAL WORKERNAME .........: YES
AUTO WORKERNAME ...........: CUSTOM
WORKERNAME ................: Icemine01
plusCPU ...................: NO

AUTO_SWITCH ...............: NO
COIN ......................: NICE_ETHASH
ALGO ......................: ETHASH
MINER .....................: ETHMINER
NICE_ETHASH WORKER ................: Icemine01
NICE_ETHASH ADDRESS ...............: 39qjQtzn...
NICE_ETHASH POOL ..................: daggerhashimoto.usa.nicehash.com
NICE_ETHASH PORT ..................: 3353



output of master log when starting 3.2:
Code:
m1@m1-desktop:~$nvOC start
nvOC already running, use ./nvOC restart
m1@m1-desktop:~/NVOC/3.2$ bash nvOC master-log
m1@m1-desktop:~$nvOC master-log
tail: cannot open '/home/m1/NVOC/3.2/nvoc_logs/screenlog.0' for reading: No such file or directory
tail: cannot open '/home/m1/NVOC/3.2/nvoc_logs/tempcontrol-screenlog.0' for reading: No such file or directory
tail: cannot open '/home/m1/NVOC/3.2/nvoc_logs/watchdog-screenlog.0' for reading: No such file or directory
tail: cannot open '/home/m1/NVOC/3.2/nvoc_logs/8_wtmautoswitchlog' for reading: No such file or directory
tail: no files remaining
m1@m1-desktop:~/NVOC/3.2$

what to do?

edit: ok found the update script but that is basically the same as doing bash nvOC miners-upgrade which I did including a recomplie all


now from the updated mining folder:
Code:

Operating System info:
Kernel        :  4.15.0-33-generic
OS            :  Ubuntu 18.04.1 LTS
System        :  (gcc 7.3.0 7.3.0-16ubuntu3)) #36-Ubuntu
nvidia driver :  396.54

nvOC info:
nvOC path     :  /home/m1/NVOC/mining
nvOC          :  0019-3.2
Report        :  0012
1bash         :  0058
1bash.template:
3main         :  0028
5watchdog     :  0024
6tempcontrol  :  0012
wtm switch    :  0023
wtm profit    :  0004
pool switch   :  0002
minerinfo     :  0013

Hardware info:
Motherboard   :  ASUS PRIME Z270-A  Rev 1.xx
BIOS ver.     :  1203 12/25/2017
CPU Model     :  Celeron(R) CPU G3900 @ 2.80GHz
CPU Cores     :  2 (Cores + Threads)
Mem Total     :         3978180 kB
Mem Free      :         2684156 kB
Swap Total    :               0 kB
Swap Free     :               0 kB
Ethernet      :  Intel I219-V

CUDA SDK version
nvcc path     : /usr/local/cuda/bin/nvcc
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Tue_Jun_12_23:07:04_CDT_2018
Cuda compilation tools, release 9.2, V9.2.148

nvOC is not installed as a service

HDD and Partion info:
NAME    SIZE FSTYPE TYPE ROTA HOTPLUG TRAN   VENDOR   MODEL             REV MOUNTPOINT
sda    55.9G        disk    0       0 sata   ATA      Patriot Flare    21.1
├─sda1    9M vfat   part    0       0
└─sda2 55.9G ext4   part    0       0                                       /

VGA info:
01:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080] (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] (rev a1)
04:00.0 VGA compatible controller: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] (rev a1)
05:00.0 VGA compatible controller: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] (rev a1)

Local git branch and submodules status:
## release...origin/release [ahead 16, behind 220]
M  .gitmodules
M  0cpuminer
UU 0miner
UU 1bash.template
D  1bash.template.lite
M  2unix
M  3main
M  5watchdog
M  6tempcontrol
A  7load_check
M  7miner_restart
A  7miner_schedule
M  7reboot
M  7telegram
M  8wtm_auto_switch
M  8wtm_profit_check
M  9poolswitch
A  LICENSE
UU README.md
A  foreman/miner-watch
A  foreman/package.sh
A  helpers/disabled_gpu.sh
A  helpers/generic_helper.sh
UU miners
M  nvOC
M  www/cgi-bin/minerinfo
U0000000000000000000000000000000000000000 miners
## HEAD (no branch)
-cd6fab68823e247bb84dd1fa0448d5f75ec4917d ANXccminer/src
-baf6c9e4e36c9cc1b67698ee2977d445f598c573 ASccminer/src
-24c65cf166bbb3332d60e2baef859ceb604e5d49 ETHMINER/src
-c5ab73837c8024f1e6b8fe7ad46e6881fb8366e6 KTccminer/src
-bedaf007d4619fc4157aeafb59b44850f08d93f1 KTccminer_cryptonight/src
-7d41d49b92db27b9ab80270adaa92f6b06d1ef78 KXccminer/src
-78dad7dd659eae72a07d2448de62b1946c1f2b41 MSFTccminer/src
-8affcb9cd09edd917d33c1ed450f23400f571bdb NAccminer/src
-9e86bdd24ed7911b698f1d0ef61a4028fcbd13c5 SPccminer/src
-c800f1a803e1b2074ed2a7c15023c096d0772048 SUPRminer/src
-a81ab0f7a557a12a21d716dd03537bc8633fd176 TPccminer/src
-48b170a5828256600ca71e66d4c114af4e114236 VERTMINER/src
-c0ab1734332d6472225d8ac7394f6fcba71aabc9 XMR_Stak/src
-bfd1c002f98f2d63f2174618838afc28cf4ffffe cpuOPT/src

1bash settings:
1bash version .............: 0058
LOCAL or REMOTE ...........: REMOTE
TEAMVIEWER started ........: NO
SSH daemon started ........: YES
SLOW_USB_KEY_MODE .........: NO
SRR .......................: NO

Watchdog ..................: YES
SYSRQ Reboot ..............: NO
Watchdog Cycle ............: 20
GPU Utilization Threshold .: 70
Alternate Pool ............: NO

Temp Control ..............: YES
MANUAL_FAN ................: NO
TARGET_TEMP ...............: 70
__FAN_ADJUST ..............: 5
POWER_ADJUST ..............: 5
ALLOWED_TEMP_DIFF .........: 2
RESTORE_POWER_LIMIT .......: 85
MINIMAL_FAN_SPEED .........: 50
MAXIMAL_FAN_SPEED .........: 95

CLEAR_LOGS_ON_BOOT ........: NO
AUTO_REBOOT ...............: NO
_Parallax_MODE (upPaste)...: NO

TELEGRAM_MESSAGES .: NO
TELEGRAM_ALERTS ...: NO

HEADLESS MODE:.............: NO
GPUPowerMizerMode_Adjust...: NO
ETH Pill ..................: YES

POWERLIMIT MODE ...........: GLOBAL
Power Limit WATTS .........: 160
OVERCLOCK MODE ............: GLOBAL
Memory Overclock ..........: 1200
Core Overclock ............: 120

GLOBAL WORKERNAME .........: YES
AUTO WORKERNAME ...........: CUSTOM
WORKERNAME ................: Icemine01
plusCPU ...................: NO

AUTO_SWITCH ...............: NO
COIN ......................: NICE_X16R
ALGO ......................: X16R
MINER .....................: BMINER
NICE_X16R WORKER ................: Icemine01
NICE_X16R ADDRESS ...............: 39qjQtzn...
NICE_X16R POOL ..................: x16r.eu.nicehash.com
NICE_X16R PORT ..................: 3366
X16R INTENSITY ..........: 0


at least something happens after bash nvOC start:

Code:
m1@m1-desktop:~$nvOC start
Restarting nvOC tasks....

m1@m1-desktop:~/NVOC/mining$ bash nvOC master-log
m1@m1-desktop:~$nvOC master-log
==> /home/m1/NVOC/mining/nvoc_logs/screenlog.0 <==









==> /home/m1/NVOC/mining/nvoc_logs/tempcontrol-screenlog.0 <==


GPU 0, Target temp: 70, Current: 29, Diff: -41, Fan: 50, Power: 8.75
GPU 1, Target temp: 70, Current: 21, Diff: -49, Fan: 50, Power: 11.84
GPU 2, Target temp: 70, Current: 24, Diff: -46, Fan: 50, Power: 10.55
GPU 3, Target temp: 70, Current: 21, Diff: -49, Fan: 50, Power: 9.22
Mon May 27 16:59:55 EDT 2019 - All good, will check again in 18.0 seconds




==> /home/m1/NVOC/mining/nvoc_logs/watchdog-screenlog.0 <==
 <pid> [...]            send signal to every <pid> listed
 -<signal>, -s, --signal <signal>
                        specify the <signal> to be sent
 -l, --list=[<signal>]  list all signal names, or convert one to a name
 -L, --table            list all signal names in a nice table

 -h, --help     display this help and exit
 -V, --version  output version information and exit

For more details see kill(1).
tail: cannot open '/home/m1/NVOC/mining/nvoc_logs/8_wtmautoswitchlog' for reading: No such file or directory

==> /home/m1/NVOC/mining/nvoc_logs/screenlog.0 <==


==> /home/m1/NVOC/mining/nvoc_logs/tempcontrol-screenlog.0 <==
DISABLED_GPUS not set
Temp Control for nvOC v0019-3.2
Version: v0019-3.2.0012

5264 (process ID) old priority 0, new priority -15
LOG FILE: (Showing the last 10 recorded entries)
WARNING: Sat Nov  3 00:36:32 EDT 2018 - Problem detected! GPU1 is not responding. Will give watchdog 60 seconds to react, if not we will reboot!
WARNING: Sat Nov  3 00:36:47 EDT 2018 - Problem detected! GPU1 is not responding. Will give watchdog 45 seconds to react, if not we will reboot!
WARNING: Mon May 27 10:57:26 EDT 2019 - tempcontrol@[GPU2] Problem detected: nvidia-smi failed to query current status. Watchdog has 60 seconds to react, otherwise we will reboot!
========= SMI Query output with errors @[GPU2]:
57, 85, 160.00, 15.72, GeForce GTX 1080 38, 70, 160.00, 18.00, GeForce GTX 1080 Ti 55, [Unknown Error], 160.00, [Unknown Error], GeForce GTX 1080 Ti 40, 70, 160.00, 18.40, GeForce GTX 1080 Ti
========= End of SMI query output
WARNING: Mon May 27 10:57:47 EDT 2019 - tempcontrol@[GPU2] Problem detected: nvidia-smi failed to query current status. Watchdog has 60 seconds to react, otherwise we will reboot!
========= SMI Query output with errors @[GPU2]:
50, 85, 160.00, 10.26, GeForce GTX 1080 33, 70, 160.00, 14.08, GeForce GTX 1080 Ti 52, [Unknown Error], 160.00, [Unknown Error], GeForce GTX 1080 Ti 35, 70, 160.00, 11.94, GeForce GTX 1080 Ti
========= End of SMI query output



      TEMP_CONTROL v0019-3.2.0012 - nvOC v0019-3.2 - Community Release

Detected: 4 GPU's

GPU 0:  POWER LIMIT: 160,  TARGET TEMP: 70
GPU 1:  POWER LIMIT: 160,  TARGET TEMP: 70
GPU 2:  POWER LIMIT: 160,  TARGET TEMP: 70
GPU 3:  POWER LIMIT: 160,  TARGET TEMP: 70

GLOBAL  FAN_ADJUST (%):  5
GLOBAL  POWER_ADJUST (W):  5
GLOBAL  ALLOWED_TEMP_DIFF (C):  2
GLOBAL  RESTORE_POWER_LIMIT (%):  85
GLOBAL  MINIMAL_FAN_SPEED (%):  50

GPU 0, Target temp: 70, Current: 29, Diff: -41, Fan: 50, Power: 8.26
GPU 1, Target temp: 70, Current: 21, Diff: -49, Fan: 50, Power: 11.25
GPU 2, Target temp: 70, Current: 24, Diff: -46, Fan: 50, Power: 10.65
GPU 3, Target temp: 70, Current: 21, Diff: -49, Fan: 50, Power: 9.02
Mon May 27 17:00:21 EDT 2019 - All good, will check again in 18.0 seconds



but unfortunately no mining, no matter if I choose ETHASH/CLAYMORE/ETHMINER or X16R/ZENEMY/BMINER:

Code:
m1@m1-desktop:~$nvOC miner-log











there was one log back in the days where at least I could saw what command was used to fire up the mining tool but now I dont even see this





FYI: I can do bash nvOC start and then do a screen-dmS miner manually and with
Code:
ethdcrminer64 -epool stratum+tcp://daggerhashimoto.eu.nicehash.com:3353 -ewal 39qjQtznWGrsQAcbgQCa4VjQyMonzDNSUK -epsw x -esm 3 -allpools 1 -estale 0 

the rig is running fine. Seriously: Why do I always have problems with nvOC after every single update/change process? Why are there dozens of logs if none of them help me in any way? What is the best way to check for problems in nvOC anyways?

Once I chose this OS because of the great features like profitswitching etc but nowadays I am just happy if it mines?!



I deleted all nvoc folders and cloned git again and things are working. besides ethminer&nicehash, wont start. claymore works


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on May 30, 2019, 04:38:17 AM
I deleted all nvoc folders and cloned git again and things are working. besides ethminer&nicehash, wont start. claymore works

Glad its working ...

Ethminer has some changes in latest versions 
Read 1bash additional info on ethminer
Code:
ETHASH_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"       # Some pools require to use "%2e" instead of "." More examples available :https://github.com/ethereum-mining/ethminer/blob/master/docs/POOL_EXAMPLES_ETH.md


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on May 31, 2019, 07:05:07 PM
FYI: I can do bash nvOC start and then do a screen-dmS miner manually and with
Code:
ethdcrminer64 -epool stratum+tcp://daggerhashimoto.eu.nicehash.com:3353 -ewal 39qjQtznWGrsQAcbgQCa4VjQyMonzDNSUK -epsw x -esm 3 -allpools 1 -estale 0 

the rig is running fine. Seriously: Why do I always have problems with nvOC after every single update/change process? Why are there dozens of logs if none of them help me in any way? What is the best way to check for problems in nvOC anyways?

Once I chose this OS because of the great features like profitswitching etc but nowadays I am just happy if it mines?!

We completely reworked a few very important things from 3.0 to 3.2, this means you are basically required to update your config from a fresh new 1bash template (you should have seen a warning about that during the upgrade if you used our managed script). Another aspect not to underestimate is that if you upgrade not so often it is very likely that also the miners you are currently used to implement something new to take care, and with lot of new things it's very difficult to troubleshoot the issues.

About the logs, those errors about no logs available are just the consequence of nvOC didn't start correctly, so there were still no logs to look at. The only log you should look at if nvOC fails to start its components is the master log, which is not available via nvOC cmdlet if you run nvOC into gnome-terminal - which is both your and default default. Your only option in such case is to access your rig via TeamViewer/vnc to see the gnome terminal window. Of course both ssh and TeamViewer gets automatically enable in such failure situations to prevent you get locked out.

I'm not sure what was the root cause of your issues where you said "I thought I might need another update and ran bash nvOC upgrade but it didn't update to 3.2". Did you save some outputs of the upgrade command? Then, what you attempted afterwards was likely not correct because the point upgrade is not so easy to handle manually via git commands - that's why the upgrade cmdlet exists. From your reports, I see you explicitly cloned 3.2-stable branch. This means your upgrade path won't jump to future point releases. I guess you were on 3.0-stable before. This is fine if you want to take control over the upgrade path and not getting major updates, but if you expected to get the new 3.2 release doing nvOC upgrade you should consider switching to "release" branch instead - which is the default one in firstboot settings.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Bmoop on June 02, 2019, 11:48:58 AM
Hi all,

after i did big update for NVOC - I cant open the screen (screen -x miner) to miner-machine.
If I want open the screen then I get follow message
"There is no screen to be attached matching miner"

If I open over browser then I get follow message
"Gpu Count: NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running."
and
"GPU Utilization: NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running."

Cards are 8 * GTX1060


Please, can me anyone say, how I can install the lastest NVIDIA driver? And will this fix this problem/message?

Many thx for you help!


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on June 02, 2019, 01:21:24 PM
Hi all,

after i did big update for NVOC - I cant open the screen (screen -x miner) to miner-machine.
If I want open the screen then I get follow message
"There is no screen to be attached matching miner"

If I open over browser then I get follow message
"Gpu Count: NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running."
and
"GPU Utilization: NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running."

Cards are 8 * GTX1060


Please, can me anyone say, how I can install the lastest NVIDIA driver? And will this fix this problem/message?

Many thx for you help!


Check my earlier post on this problem
let us know if it solves your problem or not
https://bitcointalk.org/index.php?topic=5129295.msg50597130#msg50597130
 


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Bmoop on June 02, 2019, 05:15:06 PM
I did try your older post

sudo apt install --reinstall nvidia-410

and

sudo apt install nvidia-418

I get for both actions the message "Unable to locate package....."

I think I need a fool-proof description  ???


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on June 02, 2019, 10:44:56 PM
Run
Code:
sudo apt-get update
then retry. Which nvOC os image are you using?


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Bmoop on June 03, 2019, 04:44:25 AM
The Update was a lot of Auto-Updates.

I did try also to download current OS but the download has always errors on unzipp.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on June 03, 2019, 10:20:23 AM
Auto update is disabled by default, so you get the no package found

You should enable updates in "Software & Updates" in "Updates" tab.

Or you can use the latest image with nvidia-418 pre installed.

Download-pre-built-OS-images (https://github.com/papampi/nvOC_by_fullzero_Community_Release/wiki/Download-pre-built-OS-images)


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Bmoop on June 03, 2019, 02:59:03 PM
Can I install the newest Image and set in/use with the old "1bash-file" ?  Or were there any changes to the new image?

Many  thx for your help!

BR


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on June 05, 2019, 12:03:32 AM
Safe answer: no, you cannot.

Actually it depends on the version of nvOC you're running on your current image.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: WaveFront on June 05, 2019, 07:36:56 PM
Hello,
I just tried to install nvOC 19-3.2, Ubuntu 16.04, Cuda 9.2, Nvidia 418, 2019-05-02

After the first boot, after resizing the partition, I get an error message:

error : unknown filesystem
Entering rescue mode...
grub rescue>

Is there anything I can do. What might be wrong?

cheers
Luca


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on June 06, 2019, 08:55:11 AM
Something went damn wrong during partition auto-expand, retry with partition expansion enabled, and see what happens. If it still doesn't work, reinstall with disabled auto-expand and do it manually from Gparted once you get in normally. Let me know.

Some logs for this kind of issue during firstboot should be found into the small fat partition if you manage to read it somehow.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: WaveFront on June 06, 2019, 03:25:18 PM
Hey Luke,

Thanks for your answer.
The partition auto-expand is starting automatically after first boot.
Is there a way to stop partition auto-expand?
I cannot find any option related to partitioning on 1bash

Cheers
Luca



Hello Luke,

Didn't notice that I just have to edit the firstboot.json

Will try this.

Cheers
Luca


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Bmoop on June 06, 2019, 05:34:52 PM
Hi all,

I did install nvOC 19-3.2, Ubuntu 16.04, Cuda 9.2, Nvidia 418

setup the 1bash file

And if I starting the mining machine I get the message "miner not started, no auto start activ"

But auto start is set to "YES"


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on June 06, 2019, 06:03:40 PM
Make sure about that, seems really a problem of values into 1bash, check you edited the right one


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Bmoop on June 06, 2019, 06:21:56 PM
I did only change...

line 201 to "ETH"
line 205 AUTO_START_MINER="YES"
line 254 GLOBAL_WORKERNAME="YES"
line 256 AUTO_WORKERNAME="CUSTOM"
line 258 CUSTOM_WORKERNAME="rig1"
line 344 _POWERLIMIT_WATTS=65
line 346 _CORE_OVERCLOCK=0
line 348 _MEMORY_OVERCLOCK=1300
line 371 MINER_TEMP_CONTROL="YES"
line 375 FAN_SPEED=70
line 379 TARGET_TEMP=65
line 383 SHUTDOWN_TEMP=90
line 772 ETHMINER_OPTS=""
line 773 ETHMINER_VERSION="latest" 
line 964 ETH_ADDRESS="0xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
line 965 ETH_OPTS=""
line 966 ETH_POOL="eth-eu1.nanopool.org"
line 967 ETH_PORT="9999"
line 968 ETH_WORKER="$WORKERNAME/xxxxxx@xxx.com"
line 969 ETH_POOL_PROTOCOL="stratum+tcp"


No indual Settings of the GPU, no dual-mode.

Thats all


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on June 06, 2019, 09:01:29 PM
And if I starting the mining machine I get the message "miner not started, no auto start activ"

I have some trouble understanding your problem since that message is nowhere in nvOC. I assumed you are referring to ""Auto Start Miner is set to NO...  Miner is not starting". If this is the case there is no AUTO_START_MINER="YES" into your 1bash. You may have edited 1bash from the wrong location. Run "bash ~/NVOC/mining/nvOC report" and post results.

If the error message is different then, please, report here the precise one.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: fk2 on June 06, 2019, 10:25:12 PM
We completely reworked a few very important things from 3.0 to 3.2, this means you are basically required to update your config from a fresh new 1bash template (you should have seen a warning about that during the upgrade if you used our managed script). Another aspect not to underestimate is that if you upgrade not so often it is very likely that also the miners you are currently used to implement something new to take care, and with lot of new things it's very difficult to troubleshoot the issues.
I am aware of qbash templates and redo all the infos when I update by filling out the template and save an old 1bash.bkp. this btw is awful to be honest: I have to redo all the infos every time I pass a specific qbash version, therefore I hate updating the rigs...

About the logs, those errors about no logs available are just the consequence of nvOC didn't start correctly, so there were still no logs to look at. The only log you should look at if nvOC fails to start its components is the master log, which is not available via nvOC cmdlet if you run nvOC into gnome-terminal - which is both your and default default. Your only option in such case is to access your rig via TeamViewer/vnc to see the gnome terminal window. Of course both ssh and TeamViewer gets automatically enable in such failure situations to prevent you get locked out.
so there is some logging I cant see without teamviewer? that sucks very hard because all our rigs run on a server farm and preferred access is with ssh :( you need to get away from this desktop stuff, the power lies in terminal/ssh imho

I'm not sure what was the root cause of your issues where you said "I thought I might need another update and ran bash nvOC upgrade but it didn't update to 3.2". Did you save some outputs of the upgrade command? Then, what you attempted afterwards was likely not correct because the point upgrade is not so easy to handle manually via git commands - that's why the upgrade cmdlet exists. From your reports, I see you explicitly cloned 3.2-stable branch. This means your upgrade path won't jump to future point releases. I guess you were on 3.0-stable before. This is fine if you want to take control over the upgrade path and not getting major updates, but if you expected to get the new 3.2 release doing nvOC upgrade you should consider switching to "release" branch instead - which is the default one in firstboot settings.
didnt saved any outputs. I tried to update 3.0 stable and then the problems appeared. I cloned once without luck, deleted everything and recloned which worked. but ethminer still not starting with fresh 3.2 STABLE and when I cant even read the master log then I get a little upset why I even tried to update :p


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: WaveFront on June 07, 2019, 08:59:36 AM
Hello,

In the 3.2 version (installed from nvOC-3.2_Ubuntu-16.04_Cuda-9.2_Nvidia-418_2019-05-02-2.img), I have the feeling that there are bugs in the nvOC script. For example, when I run

Code:
/nvOC gpuinfo
I get the error:
Code:
column: Invalid or incomplete multibyte or wide character

Am I the only person to have this error?

Cheers
Luca


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on June 07, 2019, 11:20:38 AM
@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?

@fk2 I fully understand your points. The required updates of 1bash sucks, I know, but we usually take care of not breaking compatibility with older config file revisions. You see we explicitly managed 1bash revision compatibility such that you can avoid touching your old 1bash as long as possible, and I think this is working quite good since we are now capable of adding new miners without any update to 1bash structure. We also changed a lot of code in order to take default decisions if nothing about that feature is configured in 1bash, and this is something that wasn't done in the original nvOC design. Now if we implement something new and this has no kind of relation to other existing feature, an update wont require you to update your 1bash.
You can see all logs, including main log, via ssh if you switch to a systemd service setup. I made this a long time ago because I was on your same point already at that time. Getting it to work has still some rough edges because it is not so widely tested, therefore it can't be considered to be easy for anyone, that's why it is not the default approach. But if you would like to try it, just follow this discussion on GitHub https://github.com/papampi/nvOC_by_fullzero_Community_Release/issues/41 and let me know how it goes.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: fk2 on June 07, 2019, 12:06:27 PM
I will, ty Luke


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Bmoop on June 07, 2019, 02:13:31 PM
And if I starting the mining machine I get the message "miner not started, no auto start activ"

I have some trouble understanding your problem since that message is nowhere in nvOC. I assumed you are referring to ""Auto Start Miner is set to NO...  Miner is not starting". If this is the case there is no AUTO_START_MINER="YES" into your 1bash. You may have edited 1bash from the wrong location. Run "bash ~/NVOC/mining/nvOC report" and post results.

If the error message is different then, please, report here the precise one.



Hi Luke,
yes, the error message is "auto start is no"

But it isnt NO, it is YES!

and on the post from June 06,2019, 06:21:56; I did write which setup (line-numbers on notepad++) changed.


_______________________________________________________________________________ ________

I did reinstall the nvOC and use the same 1bash file like befor.
Now the miner wants start and then send the message....

disconnected from [0.0.0.0:0]
selected pool 0xmyadress......
could not resolve host 0xmyadress.workername, Host not found (authoritati




Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on June 07, 2019, 09:47:03 PM
You clearly have some issues with 1bash file editing. I still think you are editing the wrong file. Please post outputs of "bash ~/NVOC/mining/nvOC report" command.

Notepad++ is a windows file editor, I guess you used it to edit the 1bash file inside the small fat partition from windows. Please note that after first boot of nvOC any further modifications to that file in that position is ignored. If you need to change your setup after first boot you need to edit ~/NVOC/mining/1bash directly instead.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Bmoop on June 08, 2019, 12:11:19 PM
Hi Luke,

I did setup on the 1bash file with Notepad++ befor first start

Here is the nvoc-report





Code:

Operating System info:
Kernel        :  4.4.0-146-generic
OS            :  Ubuntu 16.04.6 LTS
System        :  (gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10)
nvidia driver :  418.56

nvOC info:
nvOC path     :  /home/m1/NVOC/mining
nvOC          :  0019-3.2
Report        :  0012
1bash         :  0058
1bash.template:  0058
3main         :  0028
5watchdog     :  0024
6tempcontrol  :  0012
wtm switch    :  0023
wtm profit    :  0004
pool switch   :  0002
minerinfo     :  0013

Hardware info:
Motherboard   :  ASRock H81 Pro BTC R2.0
BIOS ver.     :  P1.20 07/22/2014
CPU Model     :  Pentium(R) CPU G3260 @ 3.30GHz
CPU Cores     :  2 (Cores + Threads)
Mem Total     :         8113328 kB
Mem Free      :         7156080 kB
Swap Total    :               0 kB
Swap Free     :               0 kB
Ethernet      :  Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controll                                er (rev 11)

CUDA SDK version
nvcc path     : /usr/local/cuda/bin/nvcc
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Tue_Jun_12_23:07:04_CDT_2018
Cuda compilation tools, release 9.2, V9.2.148

nvOC is not installed as a service

HDD and Partion info:
NAME    SIZE FSTYPE TYPE ROTA HOTPLUG TRAN VENDOR  MODEL          REV MOUNTPOINT
sda    28.7G        disk    1       1 usb  SanDisk Ultra         1.00
├─sda1    9M vfat   part    1       1
└─sda2 28.6G ext4   part    1       1                                 /

VGA info:
01:00.0 VGA compatible controller: NVIDIA Corporation GP106 [GeForce GTX 1060 6G                                B] (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation GP106 [GeForce GTX 1060 6G                                B] (rev a1)
03:00.0 VGA compatible controller: NVIDIA Corporation GP106 [GeForce GTX 1060 6G                                B] (rev a1)
04:00.0 VGA compatible controller: NVIDIA Corporation GP106 [GeForce GTX 1060 6G                                B] (rev a1)
05:00.0 VGA compatible controller: NVIDIA Corporation GP106 [GeForce GTX 1060 6G                                B] (rev a1)
06:00.0 VGA compatible controller: NVIDIA Corporation GP106 [GeForce GTX 1060 6G                                B] (rev a1)

Local git branch and submodules status:
## release...origin/release
+WHAT_IS_HERE_FOR_ADRESS_?? miners (remotes/origin/3.2-miners)
## HEAD (no branch)
 M XMR_Stak/2.10.0/xmr-stak.nvoc.sh
 M XMR_Stak/2.10.1/xmr-stak.nvoc.sh
 M XMR_Stak/2.4.4/xmr-stak.nvoc.sh
 M XMR_Stak/2.9.0/xmr-stak.nvoc.sh

1bash settings:
1bash version .............: 0058
LOCAL or REMOTE ...........: LOCAL
TEAMVIEWER started ........: NO
SSH daemon started ........: YES
SLOW_USB_KEY_MODE .........: NO
SRR .......................: NO

Watchdog ..................: YES
SYSRQ Reboot ..............: NO
Watchdog Cycle ............: 20
GPU Utilization Threshold .: 70
Alternate Pool ............: NO

Temp Control ..............: YES
MANUAL_FAN ................: NO
TARGET_TEMP ...............: 65
__FAN_ADJUST ..............: 5
POWER_ADJUST ..............: 5
ALLOWED_TEMP_DIFF .........: 2
RESTORE_POWER_LIMIT .......: 85
MINIMAL_FAN_SPEED .........: 50
MAXIMAL_FAN_SPEED .........: 95

CLEAR_LOGS_ON_BOOT ........: NO
AUTO_REBOOT ...............: NO
_Parallax_MODE (upPaste)...: NO

TELEGRAM_MESSAGES .: NO
TELEGRAM_ALERTS ...: NO

HEADLESS MODE:.............: NO
GPUPowerMizerMode_Adjust...: NO
ETH Pill ..................: NO

POWERLIMIT MODE ...........: GLOBAL
Power Limit WATTS .........: 65
OVERCLOCK MODE ............: GLOBAL
Memory Overclock ..........: 1300
Core Overclock ............: 0

GLOBAL WORKERNAME .........: YES
AUTO WORKERNAME ...........: CUSTOM
WORKERNAME ................: rig1
plusCPU ...................: NO

AUTO_SWITCH ...............: NO
COIN ......................: ETH
ALGO ......................: ETHASH
MINER .....................: ETHMINER
ETH WORKER ................: rig1/xxxxxx@xxx.com
ETH ADDRESS ...............: 0xmyadresss
ETH POOL ..................: eth-eu1.nanopool.org
ETH PORT ..................: 9999



If I try to edit "1bash" file over the console. then I do open the 1bash-file first with "nano 1bash"
But if I search in open 1bash-file "strg+w" I get no findings, never.

For example:
nano 1bash
strg+w "eth_worker"
finding = nothing



Many thx for your help!
Bmoop


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on June 08, 2019, 03:30:48 PM
As soon as the miner start, in miner-log, there is its full command line which starts with "screen …". Check that the command line is constructed as expected. From what you shared, ethminer is trying to use your eth address as pool host (weird), this could only happen if something breaks the complete parameter string. Here is the ethminer prototype command line:
Code:
ethminer -P ${!xproto}://${!xaddr}${!xwallet}${!xwork}:$MINER_PWD@${!xpool}:${!xport} -U
From your settings I expect this to become:
Code:
"ethminer -P stratum+tcp://0x____address_____.rig1/xxxxxx@xxxx.com:x@eth-eu1.nanopool.org:9999 -U"

That '@' char inside your workername looks suspicious. According to ethminer documentation that should be passed as special character (https://github.com/ethereum-mining/ethminer/blob/master/docs/POOL_EXAMPLES_ETH.md#special-characters-in-variables) Try changing your ETH_WORKER to "$WORKERNAME/xxxxxx%40xxx.com"

This MUST be into your 1bash since the report is capable of reading it correctly.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Bmoop on June 09, 2019, 10:07:59 AM
Hi Luke,

I did reinstall again and change the "@" to "%40".

The parameter string is now:
home/m1/NVOC/mining/miners/ETHMINER/latest/ethminer -P stratum+tcp:// 0x____address_____.rig1/xxxxxx%40xxxx.com:x@eth-eu1.nanopool.org:9999 -U –cuda devices 0 1 2 3 4 5


Miner doesnt works. The error is the same like befor.



Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on June 09, 2019, 12:55:33 PM
You also need to change '/' to %2f for the same reason, give a look to the docs. Of course you don't need to reinstall, just edit 1bash from ssh with nano ~/NVOC/mining/1bash or upload the new one from your pc via scp. Please note your first attempt was for sure suffering some problems related to 1bash incorrect editing.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Bmoop on June 09, 2019, 05:23:01 PM
which "/" do you  mean? I h ave no "/" inside my setup dates. (okay, you mean between "rig1" and "xxxx". I did)

Yes, I know that I havent to reinstall new :-)
but the reason is, I cant open the 1bash file. Or if I open this file and search anything inside, I dont get a hit. This means, I cant read the 1bash file.
Its the same local on the mining machine and also over network+host.





Hi Luke, mayn thx for you help!

the miner is working. The two change special characters was the  reason. On the old version of the nvoc (V0019-2.0) doesnt make errors  ::)

But i still cant modify the 1bash file local or over ssh. Dont know why didnt work.  ??? ???



Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on June 10, 2019, 08:49:56 AM
Hi Luke, mayn thx for you help!

the miner is working. The two change special characters was the  reason. On the old version of the nvoc (V0019-2.0) doesnt make errors  ::)

But i still cant modify the 1bash file local or over ssh. Dont know why didnt work.  ??? ???



Are you sure you use correct path to 1bash?

Code:
nano ~/NVOC/mining/1bash


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Bmoop on June 10, 2019, 09:13:30 AM
Hi Luke, mayn thx for you help!

the miner is working. The two change special characters was the  reason. On the old version of the nvoc (V0019-2.0) doesnt make errors  ::)

But i still cant modify the 1bash file local or over ssh. Dont know why didnt work.  ??? ???



Are you sure you use correct path to 1bash?

Code:
nano ~/NVOC/mining/1bash

Yes, Im sure


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on June 10, 2019, 11:05:15 PM
the miner is working. The two change special characters was the  reason. On the old version of the nvoc (V0019-2.0) doesnt make errors  ::)

ethminer developers changed this, it is not something which depends on nvoc, if you plug in an older ethminer version you will be fine with no special escaped character, as in the old 2.0 release.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: fk2 on June 16, 2019, 01:36:08 PM
One of My miner has a new problem: it stops working and is idling instead. Unfortunately i dont know wether it is renooting or if it stops worming all of a sudden.

Code:
 m1@m1-desktop:~$nvOC master-log                                                 ==> /home/m1/NVOC/mining/nvoc_logs/screenlog.0 <==                              09:40:34 GPU1 Share Accepted 46 ms                                              09:40:40 Temperature: GPU0 65C GPU1 50C GPU2 70C GPU3 56C                       09:40:40 Speed: GPU0 5.26 G/s GPU1 7.70 G/s GPU2 7.70 G/s GPU3 7.52 G/s         09:40:40 Accepted Shares: GPU0 50 GPU1 67 GPU2 76 GPU3 77                       09:40:40 Rejected Shares: GPU0 0 GPU1 0 GPU2 0 GPU3 0                           09:40:40 Fidelity: GPU0 1.013 GPU1 1.019 GPU2 0.999 GPU3 1.069                  09:40:40 Total Speed: 28.18 G/s Fidelity: 1.025 Shares Accepted: 270 Rejected: 009:40:40 Uptime: 0d 01:45:01                                                                                                                                    Fri Jun 14 09:40:54 EDT 2019 - Miner is running, 3main killing miner                                                                                            ==> /home/m1/NVOC/mining/nvoc_logs/tempcontrol-screenlog.0 <==                  ========= SMI Query output with errors @[GPU2]:                                 48, [Unknown Error], 160.00, [Unknown Error], GeForce GTX 1080 30, 70, 200.00, 22.26, GeForce GTX 1080 Ti 46, [Unknown Error], 200.00, [Unknown Error], GeForce GTX 1080 Ti 31, 70, 200.00, 11.67, GeForce GTX 1080 Ti                          ========= End of SMI query output                                               WARNING: Fri Jun 14 07:39:21 EDT 2019 - tempcontrol@[GPU0] Problem persists: watchdog has 45 seconds to react, otherwise we will reboot!                        WARNING: Fri Jun 14 07:39:29 EDT 2019 - tempcontrol@[GPU2] Problem persists: watchdog has 45 seconds to react, otherwise we will reboot!                                                                                                                                                                                                                                                                              TEMP_CONTROL v0019-3.2.0012 - nvOC v0019-3.2 - Community Release                                                                                                                                                                          ==> /home/m1/NVOC/mining/nvoc_logs/watchdog-screenlog.0 <==                     WTM Auto Switch Killed watchdog                                                 WTM Auto Switch Killed watchdog                                                 WTM Auto Switch Killed watchdog                                                 WTM Auto Switch Killed watchdog                                                 WTM Auto Switch Killed watchdog                                                 WTM Auto Switch Killed watchdog                                                 WTM Auto Switch Killed watchdog
WTM Auto Switch Killed watchdog
WTM Auto Switch Killed watchdog
WTM Auto Switch Killed watchdog

==> /home/m1/NVOC/mining/nvoc_logs/8_wtmautoswitchlog <==

I should get a telegram but i dont


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on June 16, 2019, 01:41:37 PM
One of My miner has a new problem: it stops working and is idling instead. Unfortunately i dont know wether it is renooting or if it stops worming all of a sudden.

Code:
 m1@m1-desktop:~$nvOC master-log                                                
 ==> /home/m1/NVOC/mining/nvoc_logs/screenlog.0 <==                              
09:40:34 GPU1 Share Accepted 46 ms                                              
09:40:40 Temperature: GPU0 65C GPU1 50C GPU2 70C GPU3 56C                      
09:40:40 Speed: GPU0 5.26 G/s GPU1 7.70 G/s GPU2 7.70 G/s GPU3 7.52 G/s        
09:40:40 Accepted Shares: GPU0 50 GPU1 67 GPU2 76 GPU3 77                      
 09:40:40 Rejected Shares: GPU0 0 GPU1 0 GPU2 0 GPU3 0                          
09:40:40 Fidelity: GPU0 1.013 GPU1 1.019 GPU2 0.999 GPU3 1.069                  
09:40:40 Total Speed: 28.18 G/s Fidelity: 1.025 Shares Accepted: 270 Rejected: 009:40:40 Uptime: 0d 01:45:01                                                                                                                                    
Fri Jun 14 09:40:54 EDT 2019 - Miner is running, 3main killing miner                                                                                            
==> /home/m1/NVOC/mining/nvoc_logs/tempcontrol-screenlog.0 <==
                  
========= SMI Query output with errors
@[GPU2]: 48, [Unknown Error], 160.00, [Unknown Error], GeForce GTX 1080 30, 70, 200.00, 22.26, GeForce GTX 1080 Ti 46, [Unknown Error], 200.00, [Unknown Error], GeForce GTX 1080 Ti 31, 70, 200.00, 11.67, GeForce GTX 1080 Ti                        
 ========= End of SMI query output                                              
WARNING: Fri Jun 14 07:39:21 EDT 2019 - tempcontrol@[GPU0] Problem persists: watchdog has 45 seconds to react, otherwise we will reboot!                      
 WARNING: Fri Jun 14 07:39:29 EDT 2019 - tempcontrol@[GPU2] Problem persists: watchdog has 45 seconds to react, otherwise we will reboot!                                                                                                                                                                                                                                                                              
TEMP_CONTROL v0019-3.2.0012 - nvOC v0019-3.2 - Community Release                                                                                                                                                                          
==> /home/m1/NVOC/mining/nvoc_logs/watchdog-screenlog.0 <==                    
WTM Auto Switch Killed watchdog                                                
WTM Auto Switch Killed watchdog                                                
WTM Auto Switch Killed watchdog                                                
WTM Auto Switch Killed watchdog                                                
WTM Auto Switch Killed watchdog                                                
 WTM Auto Switch Killed watchdog                                                
WTM Auto Switch Killed watchdog
WTM Auto Switch Killed watchdog
WTM Auto Switch Killed watchdog
WTM Auto Switch Killed watchdog

==> /home/m1/NVOC/mining/nvoc_logs/8_wtmautoswitchlog <==

I should get a telegram but i dont


It looks like GPU0 and GPU2 has some problems ...



Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: fk2 on June 16, 2019, 07:16:03 PM
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


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: WaveFront on June 17, 2019, 08:52:00 PM
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$




Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on June 17, 2019, 11:29:11 PM
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


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: parentibule on June 18, 2019, 09:13:02 AM
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 :/


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on June 18, 2019, 10:23:49 PM
That stuff gets downloaded during first boot, if you have no enough free space the git clone will fail.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: kk_00 on June 19, 2019, 11:37:35 AM
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


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: fk2 on June 20, 2019, 01:12:29 PM
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$


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: cnminer on June 20, 2019, 02:20:13 PM
set fan error on RTX cards


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: fk2 on June 20, 2019, 11:08:08 PM
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...


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on June 25, 2019, 08:49:07 AM
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...


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on June 25, 2019, 10:04:31 AM
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.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: urnzwy on June 29, 2019, 01:46:15 AM
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.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Rumo on June 29, 2019, 12:50:32 PM
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


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: bobers on June 29, 2019, 04:11:04 PM
Hi, please help me update teamviewer on my last NVOC image. System sais it is too old for connect. Thanks


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: urnzwy on June 29, 2019, 06:39:38 PM
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/


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on June 30, 2019, 11:07:03 PM
@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.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Rumo on July 01, 2019, 01:20:15 PM
@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.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on July 01, 2019, 05:35:05 PM
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.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: bobers on July 02, 2019, 12:25:00 PM
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


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: urnzwy on July 02, 2019, 03:23:59 PM
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.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: sikke1 on July 02, 2019, 08:32:50 PM

To get latest updates, Run:
Code:
bash ~/NVOC/mining/nvOC upgrade

You can always remind us if you noticed a miner is updated so we update it faster in nvOC miners repo




T-Rex miner has some updates.

https://bitcointalk.org/index.php?topic=4432704.0


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: bobers on July 04, 2019, 10:55:28 AM


why after i close and reopen terminal or restart mining nvOC with

Code:
bash ~/NVOC/mining/nvOC restart

i receive this message WARN: ApiServer: failed to bind socket 0.0.0.0:4068 (Address already in use), next attempt in 5 second


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: bdog1234 on July 08, 2019, 09:02:09 AM
Hello,

I just upgraded my 8 rigs to the latest version. Prior to this they have been running on 19-2.0 from December 2017. I am gone a lot and very busy now and don't have a lot of time to mess with them so they have just been running Nicehash ET hash rather than me trying to chase the most profitable coins, deal with multiple wallets, etc. The pay in BTC is so convienent.

I decided to clean off all the rigs today and while at why not upgrade. It took me a while to get going as I was using the wrong 1bash.template. I downloaded the entire 7zip image but the 1.bash.template contained in it was not the newest and I had to get the latest from GitHub. Got that working.

I am still having an issue with the miners. the only one I can get to work with nice-ethash is claymore. I don't know if this is good or bad. On the old version I was using ethminer and it doesn't have a fee I think and Claymore does. Anything but claymore gives me "could not subscribe" errors.

What miner should I be using for best performance and how do I make it work if it isn't claymore?

Thanks.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on July 08, 2019, 02:13:53 PM

To get latest updates, Run:
Code:
bash ~/NVOC/mining/nvOC upgrade

You can always remind us if you noticed a miner is updated so we update it faster in nvOC miners repo




T-Rex miner has some updates.

https://bitcointalk.org/index.php?topic=4432704.0


T-Rex updated to latest 0.12.1



Hello,

I just upgraded my 8 rigs to the latest version. Prior to this they have been running on 19-2.0 from December 2017. I am gone a lot and very busy now and don't have a lot of time to mess with them so they have just been running Nicehash ET hash rather than me trying to chase the most profitable coins, deal with multiple wallets, etc. The pay in BTC is so convienent.

I decided to clean off all the rigs today and while at why not upgrade. It took me a while to get going as I was using the wrong 1bash.template. I downloaded the entire 7zip image but the 1.bash.template contained in it was not the newest and I had to get the latest from GitHub. Got that working.

I am still having an issue with the miners. the only one I can get to work with nice-ethash is claymore. I don't know if this is good or bad. On the old version I was using ethminer and it doesn't have a fee I think and Claymore does. Anything but claymore gives me "could not subscribe" errors.

What miner should I be using for best performance and how do I make it work if it isn't claymore?

Thanks.


Latest ethminer has made some changes.

have a look at their wiki and if you have problem with worker name check 1bash extended info for eth wallet address format:

Code:
ETHASH_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"       # Some pools require to use "%2e" instead of "." More examples available :https://github.com/ethereum-mining/ethminer/blob/master/docs/POOL_EXAMPLES_ETH.md


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: sikke1 on July 08, 2019, 07:39:22 PM
https://bitcointalk.org/index.php?topic=5034735.0

GMiner has updates too.
Thank you for T-Rex update.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on July 09, 2019, 01:01:04 AM
Gminer 1.50 update is served as well, please test, it's linked to "latest" because I have not tested it yet. Will move to "recommended" when if all is fine.

ie you need to set GMINER_VERSION="latest" in 1bash to use the latest version

@bdog1234 ethminer has yet to release the updated finale post-fork version, so you will probably get better performances with claymore meanwhile

@bobers which miner gives the api binding error? try disabling foreman, reboot, and see if it still gives that error. Also check if it gives tha same error stopping, waiting a minute, and the starting nvOC back.

still @bobers: it is NICE_EQUIHASH, make sure it is there into EQUIHASH_COINS definition. It is there already in latest 1bash.template for sure. Just to be clear, you are no using any nvOC autoswitcher (wtm/salfters), right? If not: wtm switcher manages COIN="" value by itself automatically (you see its value being changed); salfters decides what to mine by themselves, they don't care the COIN="" value.

@urnzwy sorry, I missed your message, looks like there is something wrong in the good old salfter switchers, use WTM_SWITCHER instead, it works fine with nicehash too.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: sikke1 on July 09, 2019, 09:05:18 AM
Thank you. I started testing GMiner 1.50 with one rig


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: nanominer.official on July 16, 2019, 01:43:15 PM
Dear miners and friends

This is nvOC Community Release based on the original nvOC easy-to-use Linux Nvidia (https://bitcointalk.org/index.php?topic=1854250) by fullzero (https://bitcointalk.org/index.php?action=profile;u=374093)

nvOC Community Release like the original nvOC is free and has No Dev-Fee. You can always check 1bash to find developers BTC addresses if you wish to donate.

nvOC Community Release is set of scripts can be use in any Ubuntu system (need some expert edits) or use with provided images (Ubuntu 16.04/18.04) build with Nvidia individual card OC and individual card power limit support, manual fan support, auto launching on boot, auto switch coin based on wtm profits and a single easy to configure Bash Script (1bash) which can be configured from any computer using a text editor.

With nvOC Community Releaed you can set almost anything you wish for in your mining rig and easily add any new coin, algo or miners from 1bash.

Built-in Algorithms:
BITCORE CRYPTONIGHT CRYPTONIGHTHEAVY CRYPTONIGHTV7 CRYPTONIGHTV8 CUCKAROO29 CUCKATOO31 CUCKOOCYCLE DECRED ENERGI EQUIHASH ETHASH GRS LBRY LYRA2V2 LYRA2RE3 LYRA2Z MYR_GR NEOSCRYPT PASCAL PHI1612 PHI2 SIA SIB SKEIN SKUNK X13 X16R X21S X22I XEVAN ZHASH

Builtin miners:
BMINER  CLAYMORE CryptoDredge DSTM ENERGIMINER ETHMINER EWBF GMINER LOLMINER NBMiner PhoenixMiner Tpccminer T_Rex XMR_Stak ZENEMYminer Z_EWBF cpuOPT


Available Settings:

  • Set Auto Start Miner on boot
  • Set Auto Switching coins
  • Set the GPUs you want to mine with
  • Use TEAMVIEWER and set the resolution you want to use with it
  • Auto Reboot rig timer
  • Auto restart miner timer
  • Schedule mining to stop and start between given times in a day
  • Set your desired worker names
  • Set to clear logs on reboot
  • Use of SRR
  • Control GPU LED and brightness
  • Miner Watchdog: Monitors the rig and automatically corrects the detected problems if possible by restarting miner or rig
  • Load Check to check system load average and reboot if needed
  • Use sys request reboot or normal reboot
  • WatchDog check cycle period
  • Set Minimum GPU utilization threshold to warn and restart mining if it goes bellow
  • Alternate pool settings
  • Power limit and Overclock modes: Global, GPU Specific, Algo Specific, Global with GPU Offset, Algo Specific with GPU Offset
  • Use Headless mode (for P100 card variants with no monitor output)
  • Use OhGodAnETHlargementPill
  • Miner Temp Control to automatically adjusts the fan speed to keep the desired temp
  • Use manual fan control individual target temps
  • Set Hot ShutDown to shutdown rig if temp exceeds
  • Set TempControl check cycles
  • Set Minimal and Maximal fan speeds
  • Set Allowed fan difference, fan adjust and power adjust steps
  • Foreman monitoring (https://bitcointalk.org/index.php?topic=4767563.0)
  • Supports Nicehash, Zpool and MPH Algo mining


Check contributors and all the settings available in 1bash.template (https://github.com/papampi/nvOC_by_fullzero_Community_Release/blob/3.2-stable/1bash.template)




Hello there,

I'd like to ask you, is there any chance you can add Nanominer to nvOC?

Here's the website: https://nanominer.org

Thanks in advance!


Sure will do,
Send miner command line example and we will take a look into it.




Please find the commands here: https://help.nanominer.org/article/169-main-settings and let me know if you have any questions.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: CWJ1007 on July 17, 2019, 10:16:18 AM
https://bitcointalk.org/index.php?topic=5034735.0

Grin coin had hard fork , plz kindly help for update gminer to v1.51

Thank you very much


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on July 21, 2019, 11:12:17 PM

Please find the commands here: https://help.nanominer.org/article/169-main-settings and let me know if you have any questions.
Feel free to open a PR with the miner binary tarball and necessary json manifest to get nanominer included into nvOC. You are probably better then us into understanding how nanominer works and which arguments it needs.



https://bitcointalk.org/index.php?topic=5034735.0

Grin coin had hard fork , plz kindly help for update gminer to v1.51

Thank you very much

Done. Next time open an issue on github if you would like to get it updated much quicker. Here's what we needed to update, mayber you will be able to do it on your own and share (the json is just a copy of the old one with minor edits to version numbers): https://github.com/papampi/nvOC_miners/commit/9af8fe160983f448c112d1c9d475a64772ae2612


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: nanominer.official on July 26, 2019, 02:13:02 PM

Please find the commands here: https://help.nanominer.org/article/169-main-settings and let me know if you have any questions.
Feel free to open a PR with the miner binary tarball and necessary json manifest to get nanominer included into nvOC. You are probably better then us into understanding how nanominer works and which arguments it needs.

Sure, will do. And I'll update you as soon as done.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: monck on August 17, 2019, 02:17:32 PM
It would be great if you could update GMINER to V1.55 - it is necessary for BEAM V2
Many thanks in advance!


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on August 18, 2019, 11:28:39 AM
It would be great if you could update GMINER to V1.55 - it is necessary for BEAM V2
Many thanks in advance!

LuKePicci updated Gminer
Update your miners and it should be fine.

Set it in 1bash to latest, if all is ok let us know to set it as "recommended" too.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: mibjt on September 01, 2019, 04:31:22 PM
Hi,

Can someone walk me through how to setup nvOC to mine NiceEthash? I already updated the miners and set the 1bash for nice_ethash as follows:

# NICE_ETHASH
NICE_ETHASH_ADDRESS="$NICE_ADDRESS"
NICE_ETHASH_POOL="daggerhashimoto.jp-new.nicehash.com"
NICE_ETHASH_PORT="3353"
NICE_ETHASH_WORKER="woker"
NICE_ETHASH_OPTS=""            # To mine with claymore add "-esm 3 -allpools 1 -estale 0"
NICE_ETHASH_POOL_PROTOCOL="stratum2+tcp"


Its able to mine and the nicehash new site shows the rig is up but the accepted hash rate and earnings are 0. Would appreciate greatly if someone could assist me on this?


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: sikke1 on September 01, 2019, 07:18:43 PM

 :o GMiner update please

https://bitcointalk.org/index.php?topic=5034735.0


v1.61
+ improved compatibility with large rigs (>= 13 GPUs)
+ improved launch time of miner




Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: scryptr on September 02, 2019, 04:25:53 PM
Hi,

Can someone walk me through how to setup nvOC to mine NiceEthash? I already updated the miners and set the 1bash for nice_ethash as follows:

# NICE_ETHASH
NICE_ETHASH_ADDRESS="$NICE_ADDRESS"
NICE_ETHASH_POOL="daggerhashimoto.jp-new.nicehash.com"
NICE_ETHASH_PORT="3353"
NICE_ETHASH_WORKER="woker"
NICE_ETHASH_OPTS=""            # To mine with claymore add "-esm 3 -allpools 1 -estale 0"
NICE_ETHASH_POOL_PROTOCOL="stratum2+tcp"


Its able to mine and the nicehash new site shows the rig is up but the accepted hash rate and earnings are 0. Would appreciate greatly if someone could assist me on this?

SET NICE_ETHASH_OPTS--

# NICE_ETHASH
NICE_ETHASH_ADDRESS="$NICE_ADDRESS"
NICE_ETHASH_POOL="daggerhashimoto.jp-new.nicehash.com"
NICE_ETHASH_PORT="3353"
NICE_ETHASH_WORKER="woker"
NICE_ETHASH_OPTS="-esm 3 -allpools 1 -estale 0"            # To mine with claymore add "-esm 3 -allpools 1 -estale 0"
NICE_ETHASH_POOL_PROTOCOL="stratum2+tcp"

The answer is in your post.  For Claymore, if "-esm 3" is not set, the miner will not communicate properly with the NiceHash stratum server.

--scryptr

P.S. I DID SOME EXPERIMENTING--

I pointed a single miner (my 1080ti in my desktop) at the new pool address (above).  It mined and hashes and shares were accepted.  However, the miner did not appear on the old dashboard monitor.  I mined with the same wallet as my other miners, but the statistics did not appear on the dashboard with my other miners.

Come September 10th, I will switch my mining address if necessary.  Currently, all my miners are on "daggerhashimoto.usa.nicehash.com:3353".  The statistics are properly reported.

--scryptr


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: chrysophylax on September 03, 2019, 04:08:38 PM
Hi,

Can someone walk me through how to setup nvOC to mine NiceEthash? I already updated the miners and set the 1bash for nice_ethash as follows:

# NICE_ETHASH
NICE_ETHASH_ADDRESS="$NICE_ADDRESS"
NICE_ETHASH_POOL="daggerhashimoto.jp-new.nicehash.com"
NICE_ETHASH_PORT="3353"
NICE_ETHASH_WORKER="woker"
NICE_ETHASH_OPTS=""            # To mine with claymore add "-esm 3 -allpools 1 -estale 0"
NICE_ETHASH_POOL_PROTOCOL="stratum2+tcp"


Its able to mine and the nicehash new site shows the rig is up but the accepted hash rate and earnings are 0. Would appreciate greatly if someone could assist me on this?

SET NICE_ETHASH_OPTS--

# NICE_ETHASH
NICE_ETHASH_ADDRESS="$NICE_ADDRESS"
NICE_ETHASH_POOL="daggerhashimoto.jp-new.nicehash.com"
NICE_ETHASH_PORT="3353"
NICE_ETHASH_WORKER="woker"
NICE_ETHASH_OPTS="-esm 3 -allpools 1 -estale 0"            # To mine with claymore add "-esm 3 -allpools 1 -estale 0"
NICE_ETHASH_POOL_PROTOCOL="stratum2+tcp"

The answer is in your post.  For Claymore, if "-esm 3" is not set, the miner will not communicate properly with the NiceHash stratum server.

--scryptr

P.S. I DID SOME EXPERIMENTING--

I pointed a single miner (my 1080ti in my desktop) at the new pool address (above).  It mined and hashes and shares were accepted.  However, the miner did not appear on the old dashboard monitor.  I mined with the same wallet as my other miners, but the statistics did not appear on the dashboard with my other miners.

Come September 10th, I will switch my mining address if necessary.  Currently, all my miners are on "daggerhashimoto.usa.nicehash.com:3353".  The statistics are properly reported.

--scryptr

scryptr ...

That is because you have set the stratum link to the new stratum not your old one. For example, 'jp-new' not 'jp'. Otherwise the stats will be reported to the old NH page.

#crysx


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: scryptr on September 04, 2019, 06:03:59 PM
NICEHASH HAS NOT BEEN SO CLEAR--

The explanations about the "New NiceHash" website have been vague about those miners that do not use NiceHash Miner, and an old (external) BitCoin payment address.

--scryptr


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on September 04, 2019, 06:44:25 PM
:o GMiner update please

I just pushed an update for gminer to 1.62. I changed a few things to allow tarballs to be downloaded from their release sources. I did this to allow quicker updates as miners are now more "pluggable" then before. We don't need to prepare and upload a special tarball anymore when an update is released by developers.

So, just run a miners update as usual and let me know how it goes with gminer 1.62 (it's set as latest, usa 'latest' or '1.62' as GMINER_VERSION in 1bash)


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: chrysophylax on September 04, 2019, 06:54:05 PM
NICEHASH HAS NOT BEEN SO CLEAR--

The explanations about the "New NiceHash" website have been vague about those miners that do not use NiceHash Miner, and an old (external) BitCoin payment address.

--scryptr

Agreed ...

#crysx



:o GMiner update please

I just pushed an update for gminer to 1.62. I changed a few things to allow tarballs to be downloaded from their release sources. I did this to allow quicker updates as miners are now more "pluggable" then before. We don't need to prepare and upload a special tarball anymore when an update is released by developers.

So, just run a miners update as usual and let me know how it goes with gminer 1.62 (it's set as latest, usa 'latest' or '1.62' as GMINER_VERSION in 1bash)

Does nvOC have any form of 'decent' profit switching? ...

I am wondering if it does, and if not, what would be a viable way to autoswitch the miners in nvOC effectively? Anyone have anything running that is useful?

i would appreciate it.

Great work with the updater also. Will try and push a test of this soon. I am REALLY after the rxOC style of mining solution for the 7970/280x cards. I have been failing at getting these older cards running for sometime now, and are really in need of some help in this 'older' area of AMD cards if you/anyone have any advice.

#crysx


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on September 04, 2019, 09:47:24 PM
nvOC has a working autoswitcher based on WTM (whattomine.com) data. If you didn't know about that, just give it a try.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: chrysophylax on September 05, 2019, 05:19:29 AM
nvOC has a working autoswitcher based on WTM (whattomine.com) data. If you didn't know about that, just give it a try.

I didn't know ...

So will look into that. Even though WhatToMine isn't 'really' accurate, it seems to be one of those sites that a lot of people use.

Do you have any advice (apart from throw them out) regarding the old AMD cards, and what software I could use? Does anyone? FullZero? Papampi?

Thanks LuKePicci.

#crysx


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: mibjt on September 10, 2019, 04:43:58 PM
Hi,

Can someone walk me through how to setup nvOC to mine NiceEthash? I already updated the miners and set the 1bash for nice_ethash as follows:

# NICE_ETHASH
NICE_ETHASH_ADDRESS="$NICE_ADDRESS"
NICE_ETHASH_POOL="daggerhashimoto.jp-new.nicehash.com"
NICE_ETHASH_PORT="3353"
NICE_ETHASH_WORKER="woker"
NICE_ETHASH_OPTS=""            # To mine with claymore add "-esm 3 -allpools 1 -estale 0"
NICE_ETHASH_POOL_PROTOCOL="stratum2+tcp"


Its able to mine and the nicehash new site shows the rig is up but the accepted hash rate and earnings are 0. Would appreciate greatly if someone could assist me on this?

SET NICE_ETHASH_OPTS--

# NICE_ETHASH
NICE_ETHASH_ADDRESS="$NICE_ADDRESS"
NICE_ETHASH_POOL="daggerhashimoto.jp-new.nicehash.com"
NICE_ETHASH_PORT="3353"
NICE_ETHASH_WORKER="woker"
NICE_ETHASH_OPTS="-esm 3 -allpools 1 -estale 0"            # To mine with claymore add "-esm 3 -allpools 1 -estale 0"
NICE_ETHASH_POOL_PROTOCOL="stratum2+tcp"

The answer is in your post.  For Claymore, if "-esm 3" is not set, the miner will not communicate properly with the NiceHash stratum server.

--scryptr

P.S. I DID SOME EXPERIMENTING--

I pointed a single miner (my 1080ti in my desktop) at the new pool address (above).  It mined and hashes and shares were accepted.  However, the miner did not appear on the old dashboard monitor.  I mined with the same wallet as my other miners, but the statistics did not appear on the dashboard with my other miners.

Come September 10th, I will switch my mining address if necessary.  Currently, all my miners are on "daggerhashimoto.usa.nicehash.com:3353".  The statistics are properly reported.

--scryptr

Thanks for the assist. I tried your suggestion of adding the "-esm 3 -allpools 1 -estale 0" to my nice hash opts. Did not work. Ended up using the default Ethminer to do the mining instead. Managed to get it working on a 6 card rig mining for 10 minutes and the nicehash new site shows the stats. Perhaps when I tested it on a single 1070 (non TI) card, the amount mined was insignificant due to the difficulty increasing overtime.

# NICE_ETHASH
NICE_ETHASH_ADDRESS="$NICE_ADDRESS"
NICE_ETHASH_POOL="daggerhashimoto.jp-new.nicehash.com"
NICE_ETHASH_PORT="3353"
NICE_ETHASH_WORKER="moneymachine"
NICE_ETHASH_OPTS=""            # To mine with claymore add "-esm 3 -allpools 1 -estale 0"
NICE_ETHASH_POOL_PROTOCOL="stratum2+tcp"


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: scryptr on September 10, 2019, 05:35:13 PM
I STOPPED MINING ON NICEHASH--

I am able to find my external wallet balance on the "new" NiceHash, it is not lost.  There remains enough for a weekly payout, so I should receive it.

However, the available statistics for mining with an external wallet are no longer sufficient for monitoring progress.  I do have a single GPU mining on a NiceHash internal wallet.  The "new" NiceHash assigns an internal wallet for mining, and all the statistics and graphs for mining are available if you choose the "detailed" setting while logged into NiceHash.

Before I put all my eggs in one basket, I am going ahead with the single GPU on the "new" NiceHash.   NiceHash still owes me BTC on the old external wallet.  I may need to mine to the external wallet for brief periods each month in order to receive BTC in the repayment plan.

--scryptr


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: mibjt on September 11, 2019, 04:41:29 AM
Switched back to Nicehash as I find it more profitable ATM--

With the Current Nicehash move to a new website platform, I just once in a while transfer the bitcoin earned out of the nicehash provided wallet into my Trezor. What Coin do you mine now and what is your rig setup (GPUs you are using)? Personally as of this writing, I tried mining x16r with 6 1070s on my asrock H110 BTC pro+ and got very little back. Switched back to Etherium mining on nicehash as I find it more profitable.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: scryptr on September 11, 2019, 01:02:55 PM
MINING ETHEREUM ON NICEHASH--

But my top-end nVidia cards were doing OK on BeamvII for a while also.  They were not so stable, though.  The single 1080ti mining ETH on the new NiceHash at 50MH/s is faster than my Vegas mining ETH at 47MH/s elsewhere.

When I am more familiar with the new NiceHash I may direct more hash there.  Their repayment program is scheduled to last 20 more months at the current 1% a month.  I need to watch my old external wallet so that I will receive my past due BTC.       --scryptr


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Oleg_filin on September 16, 2019, 10:28:04 AM
We are unable to mining BEAM with NVOC.

google translate.

Why not? Just add the coin info in 1bash

In Algo section add it to Equihash coins:
Code:
EQUIHASH_COINS="BEAM,...."

Set you Equihash miner to GMINER or whichever you like:
Code:
EQUIHASH_MINER="GMINER"

Add coin info:
Code:
# BEAM (BEAM)
BEAM_ADDRESS="replace_with_your_address"
BEAM_OPTS="--algo 150_5"
BEAM_POOL="beam.sparkpool.com"
BEAM_PORT="2222"
BEAM_WORKER="$WORKERNAME"
BEAM_POOL_PROTOCOL="stratum+tcp"

Set your coin:
Code:
COIN="BEAM"

Restart nvOC
Code:
bash ~/NVOC/mining/nvOC restart


Hello. How I can mining beam with NvOc and algo beamhash2?




http://photoshare.ru/data/35/35917/1/9ek0i2-b5j.jpg (http://photoshare.ru/data/35/35917/1/9ek0i2-b5j.jpg)


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: SalvajeX on September 18, 2019, 08:22:46 AM
Hi Folks,
does nvOC supports RTX 2080ti card?


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on September 20, 2019, 09:27:54 PM
We are unable to mining BEAM with NVOC.

google translate.

Why not? Just add the coin info in 1bash

In Algo section add it to Equihash coins:
Code:
EQUIHASH_COINS="BEAM,...."

Set you Equihash miner to GMINER or whichever you like:
Code:
EQUIHASH_MINER="GMINER"

Add coin info:
Code:
# BEAM (BEAM)
BEAM_ADDRESS="replace_with_your_address"
BEAM_OPTS="--algo 150_5"
BEAM_POOL="beam.sparkpool.com"
BEAM_PORT="2222"
BEAM_WORKER="$WORKERNAME"
BEAM_POOL_PROTOCOL="stratum+tcp"

Set your coin:
Code:
COIN="BEAM"

Restart nvOC
Code:
bash ~/NVOC/mining/nvOC restart


Hello. How I can mining beam with NvOc and algo beamhash2?
Same thing, define a new algo by adding BEAMHASH2_COINS="BEAM", remove BEAM from EQUIHASH_COINS and set everything as usual.
does nvOC supports RTX 2080ti card?
Why not?


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Oleg_filin on September 21, 2019, 08:13:31 AM
And add BEAMHASH2_MINER="GMINER"?


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on September 21, 2019, 10:27:57 PM
Oh yes!


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Oleg_filin on September 22, 2019, 11:40:21 AM
Oh yes!

Hello.

 I can’t do anything,

added BEAMHASH2_COINS = "BEAM", added BEAMHASH2_MINER = "GMINER", tried - - algo 150_5 and - - algo beamhash, but the miner does not start.  
Here is a screen

http://158.r.photoshare.ru/01587/00f22f91fbff54dbb35e771af006f79afd381b03.jpg


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on September 22, 2019, 04:17:29 PM
Add BEAMHASH2 to ALGOS.

ALGOS="... BEAMHASH2 ..."

In general, for every ALG in ALGOS nvOC parses ALG_* options, like ALG_COINS ALG_MINER and so on.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Oleg_filin on September 23, 2019, 08:00:56 AM
Still not working

But work if run mine_beam.sh in gminer folder

http://158.r.photoshare.ru/01587/00f23c24b5d8b549ddec7f0d7996827a59d8c5cd.jpg

The miner’s starting file is formed differently, when compared with mine_bash.sh.  How to change the configuration of the miner startup file config in 1bash?  Or another place?


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: blackline on September 23, 2019, 09:08:56 AM
you must add in this line
ALGOS="BITCORE CRYPTONIGHT CRYPTONIGHTHEAVY CRYPTONIGHTV7 CRYPTONIGHTV8 CRYPTONIGHTR CUCKAROO29 CUCKATOO31 CUCKOOCYCLE DECRED ENERGI EQUIHASH ETHASH GRS LBRY LYRA2V2 LYRA2RE3 LYRA2Z MYR_GR BEAMHASH NEOSCRYPT PASCAL PHI1612 PHI2 SIA SIB SKEIN SKUNK X13 X16R X21S X22I XEVAN ZHASH MTP"


BITCORE_COINS="BTX"
BEAMHASH_COINS="BEAM"


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: blackline on September 23, 2019, 09:11:06 AM
and add this line also

## BEAMHASH
BEAMHASH_INTENSITY="0"
BEAMHASH_MINER="GMINER"
BEAMHASH_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"




# BEAM(BEAM)
BEAM_ADDRESS="##########################"
BEAM_OPTS="--ssl 1"
BEAM_POOL="beam-asia.leafpool.com"
BEAM_PORT="4444"
BEAM_WORKER="$WORKERNAME"
BEAM_POOL_PROTOCOL=""


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Oleg_filin on September 23, 2019, 11:02:54 AM
Thank you very much, I launched it
but I still had to add gminer_opt = "- algo beamhash"
otherwise it would not start


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: blackline on September 23, 2019, 12:25:23 PM
send screen photo


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Tigel on October 01, 2019, 05:28:07 PM
What is required for ravencoin mining after the algo change?


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on October 07, 2019, 10:52:06 PM
Both z.enemy (latest) and t-rex (recommended) have been updated supporting ravencoin hardfork to x16rv2 algo, just check out the latest updates with nvOC upgrade commands.

Hints about how to add x16rv2 to 1bash meanwhile we get it to release channel: https://github.com/papampi/nvOC_by_fullzero_Community_Release/commit/9ccd5f80ed6f7b9728db12f652a90a005154a2a6

(edit: now in release channel as well)


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on October 21, 2019, 03:44:22 PM
Claymore updated to v15.0


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: damNmad on November 07, 2019, 11:10:15 PM
Guys, anyone using nicehash? been on wtm switching for too long, wanted to switch to nicehash but mining doesn't start!


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Oleg_filin on November 11, 2019, 01:09:51 PM
Hello.

I can't run mining zcoin (xzc). Cryptodredge (0.18.0) and T-Rex (0.14.6) don't run. Can you help me?


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: MATHReX on November 13, 2019, 05:13:19 AM
Hello.

I can't run mining zcoin (xzc). Cryptodredge (0.18.0) and T-Rex (0.14.6) don't run. Can you help me?

Can you elaborate on the problem that you are facing with it?
Which GPUs are you using to mine XZC?
GPUs need at least 5GB VRAM to mine XZC with MTP algorithm.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Oleg_filin on November 13, 2019, 06:56:33 AM
Hello.

I can't run mining zcoin (xzc). Cryptodredge (0.18.0) and T-Rex (0.14.6) don't run. Can you help me?

Can you elaborate on the problem that you are facing with it?
Which GPUs are you using to mine XZC?
GPUs need at least 5GB VRAM to mine XZC with MTP algorithm.

Gpu 1080 and 1080ti the miner at startup writes that the algorithm is not defined, maybe you need to specify some algorithm parameter in addition?


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on November 13, 2019, 03:35:24 PM
ZXC is not included in the default template, you need to add as usual. Look at previous page about BEAM, it's the same with every coin. Everything is documented in the help text in 1bash, you have examples and explanations for each section you need to touch when adding new coins, algos or miners.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Oleg_filin on November 13, 2019, 06:52:41 PM
ZXC is not included in the default template, you need to add as usual. Look at previous page about BEAM, it's the same with every coin. Everything is documented in the help text in 1bash, you have examples and explanations for each section you need to touch when adding new coins, algos or miners.

In the 1bash file I already had the mtp algorithm added, the xzc coin is indicated as the mtp algorithm coin - xzc, the miner for the mtp algorithm is cryptodredge. 
However, mining does not start. 

For mining beam coin, I added BEAM_OPTS="--ssl 1"
And  - -algo beamhash


what needs to be added for mining xzc?


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on November 15, 2019, 10:08:23 PM
If MTP is there already you only need to define  coin settings, eg address, pool and so on.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: damNmad on November 20, 2019, 10:04:07 PM
ZXC is not included in the default template, you need to add as usual. Look at previous page about BEAM, it's the same with every coin. Everything is documented in the help text in 1bash, you have examples and explanations for each section you need to touch when adding new coins, algos or miners.

In the 1bash file I already had the mtp algorithm added, the xzc coin is indicated as the mtp algorithm coin - xzc, the miner for the mtp algorithm is cryptodredge. 
However, mining does not start. 

For mining beam coin, I added BEAM_OPTS="--ssl 1"
And  - -algo beamhash


what needs to be added for mining xzc?


Please post the details you currently have for MTP and the pool you want to mine it with, I'll try my best to get it sorted.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on December 15, 2019, 11:21:17 AM
You need to connect through primary gpu, not integrated one. Reinstall from scratch with integrated graphics disabled (check BIOS settings).


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: WaveFront on February 19, 2020, 07:48:01 PM
Hello everyone
Is the project still active?
I didn't see a lot of activity recently
Cheers
Luca


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: LuKePicci on February 27, 2020, 09:53:25 PM
Almost everything is working, so not very much to change. Miners get updated when needed but people can easily get new miners running by themselves so no frequent changes to code are needed. There is some little work done in 3.3-dev but nothing big. You (all) are free to push some contributions if you have some good ones in your mind.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: sikke1 on February 28, 2020, 08:28:48 PM
nvOC is working very good and mining what ever you need 24/7 no issues.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: kamote101 on March 28, 2020, 09:57:34 PM
Hi,
Is AION still supported on the new version?  I upgraded to 3.2 and I'm getting LAUNCHING: (coin: AION, algo: UNDEFINED)
I added the lines below on 1bash.

COIN="AION" 
EQUIHASH_COINS="AION,.....
EQUIHASH_MINER="EWBF"
 
# AION
AION_ADDRESS="xxxxxxx"
AION_EXTENSION_ARGUMENTS=""
AION_POOL="cluster.aionpool.tech"
AION_PORT="2222"
AION_WORKER="011"
AION_POOL_PROTOCOL="stratum+tcp"


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: dhan000 on July 02, 2020, 10:32:13 PM
How can I upgrade nvidia drivers.
gtx 1660 does not recognize super graphics cards.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on July 12, 2020, 08:14:52 AM
How can I upgrade nvidia drivers.
gtx 1660 does not recognize super graphics cards.

Stop nvOC mining:

Code:
bash ~/NVOC/mining/nvOC stop

Make sure nvidia repo is enabled in ubuntu software sources.
Install latest from ubuntu software & updates, Additional Drivers section or:

Code:
sudo apt update && sudo apt upgrade

reboot.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: scryptr on August 07, 2020, 01:44:10 PM
How can I upgrade nvidia drivers.
gtx 1660 does not recognize super graphics cards.

Stop nvOC mining:

Code:
bash ~/NVOC/mining/nvOC stop

Make sure nvidia repo is enabled in ubuntu software sources.
Install latest from ubuntu software & updates, Additional Drivers section or:

Code:
sudo apt update && sudo apt upgrade

reboot.

@PAPAMPI:  IS IT POSSIBLE TO UPGRADE FROM 16.04 TO 18.04?  HOW? --

I have two rigs runnning on the last (...v3.2) release with Ubuntu 16.04.  They are very stable, and I have been able to upgrade the miners that I use and tweak 1bash in minor ways.

I'd like to do a system upgrade to Ubuntu 18.04 without destroying a stable system.  How should I proceed?

Many thanks in advance...       --scryptr


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on August 07, 2020, 04:01:55 PM


@PAPAMPI:  IS IT POSSIBLE TO UPGRADE FROM 16.04 TO 18.04?  HOW? --

I have two rigs runnning on the last (...v3.2) release with Ubuntu 16.04.  They are very stable, and I have been able to upgrade the miners that I use and tweak 1bash in minor ways.

I'd like to do a system upgrade to Ubuntu 18.04 without destroying a stable system.  How should I proceed?

Many thanks in advance...       --scryptr

If I remember correctly some older miners needed libcurl3 which is changed to lubcurl4 in Ubuntu 18.04
Other than that there should be no problem.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: scryptr on August 08, 2020, 03:25:25 PM
UPGRADE STEPS FOR UBUNTU 16.04--

After a quick web search, I pulled up the following steps:

Steps to upgrade Ubuntu 16.04 to 18.04

    1) Login to Ubuntu box.
    2) Patch current system by running sudo apt update && sudo apt upgrade.
    3) After reboot make sure either UFW firewall is temporarily disabled or TCP port 1022 is open.
    4) To upgrade Ubuntu 18.04 LTS from 16.04 LTS run sudo do-release-upgrade.

I'll try this and report my results.       --scryptr

Quick answer: upon updating, upgrading, and rebooting, I issued "sudo do-release-upgrade".  The message in return was "no upgrade found". 

What do you suggest?  Is there a setting that I need to change?       --scryptr


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on August 09, 2020, 06:23:56 AM
UPGRADE STEPS FOR UBUNTU 16.04--

After a quick web search, I pulled up the following steps:

Steps to upgrade Ubuntu 16.04 to 18.04

    1) Login to Ubuntu box.
    2) Patch current system by running sudo apt update && sudo apt upgrade.
    3) After reboot make sure either UFW firewall is temporarily disabled or TCP port 1022 is open.
    4) To upgrade Ubuntu 18.04 LTS from 16.04 LTS run sudo do-release-upgrade.

I'll try this and report my results.       --scryptr

Quick answer: upon updating, upgrading, and rebooting, I issued "sudo do-release-upgrade".  The message in return was "no upgrade found". 

What do you suggest?  Is there a setting that I need to change?       --scryptr

Updates are usually disabled in nvOC,
So you need to open up "Software & Updates"
Check mark the updates in "Ubuntu Software" section and also in "Updates" section check mark them all
Also in "Updates" section , the last part is "Notify me of a new Ubuntu version" select "For long term support version"
When you click close it will reload and should notify of new release


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: scryptr on August 09, 2020, 12:38:30 PM
UPDATE TO UBUNTU 18.04--

I updated after configuring the release upgrade from the keyboard.  I then connected from remote via SSH, and repeated the steps outlined above.  The update completed without a system hangup, and then rebooted.

On reboot, nvOC did not start the miner.  I issued "nvOC start", and received this response:

       "m1@m1-desktop:~$/home/m1/NVOC/mining/nvOC start
        Restarting nvOC tasks....

        Unable to init server: Could not connect: Connection refused
        # Failed to parse arguments: Cannot open display:
       m1@m1-desktop:~$"

I will go into the miner directory and set up a standalone start script; but I would like to set the system straight so that it can talk to itself.  Any suggestions?       --scryptr

P.S.  -- NOTE:  When towards the end of the update, I was given an ASCII (colored text) command prompt asking what to do with the "grub" script.  I had several choices.  I could keep the original, use the new grub supplied by the package manager, merge the two or three grub scripts, open a window to edit them, and etc.

I chose to keep the original.  The SSH session continued and scrolled through all the actions until it ended.  No big errors popped up.  I rebooted at the final prompt, and the system restarted.       --scryptr

P.P.S. -- I went to the keyboard and noticed that the monitor had no display.  The monitor reported "no signal".  However, via SSH, my miner is running just fine.  Further, if I open up the webpage/API display at the miner LAN address, the information is displayed properly.  The readout reports that I am running UBUNTU 18.04.

Any clues?       --scryptr


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on August 10, 2020, 10:18:48 AM
UPDATE TO UBUNTU 18.04--

I updated after configuring the release upgrade from the keyboard.  I then connected from remote via SSH, and repeated the steps outlined above.  The update completed without a system hangup, and then rebooted.

On reboot, nvOC did not start the miner.  I issued "nvOC start", and received this response:

       "m1@m1-desktop:~$/home/m1/NVOC/mining/nvOC start
        Restarting nvOC tasks....

        Unable to init server: Could not connect: Connection refused
        # Failed to parse arguments: Cannot open display:
       m1@m1-desktop:~$"

I will go into the miner directory and set up a standalone start script; but I would like to set the system straight so that it can talk to itself.  Any suggestions?       --scryptr

P.S.  -- NOTE:  When towards the end of the update, I was given an ASCII (colored text) command prompt asking what to do with the "grub" script.  I had several choices.  I could keep the original, use the new grub supplied by the package manager, merge the two or three grub scripts, open a window to edit them, and etc.

I chose to keep the original.  The SSH session continued and scrolled through all the actions until it ended.  No big errors popped up.  I rebooted at the final prompt, and the system restarted.       --scryptr

P.P.S. -- I went to the keyboard and noticed that the monitor had no display.  The monitor reported "no signal".  However, via SSH, my miner is running just fine.  Further, if I open up the webpage/API display at the miner LAN address, the information is displayed properly.  The readout reports that I am running UBUNTU 18.04.

Any clues?       --scryptr


Restore xorg with:

Code:
bash /home/m1/NVOC/mining/nvOC restore-xorg


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: scryptr on August 10, 2020, 01:48:00 PM
XORG WAS AT FAULT--

After issuing the command "bash /home/m1/NVOC/mining/nvOC restore-xorg", and running through a couple reboots, the system started properly.  I am able to sit at the keyboard and watch the miner, and able to reach the console via SSH.

I no longer need to issue a manual command to start the miner.  Nvidia-smi properly displays the video cards information.  And, the system is now running Ubuntu 18.04.

Thank you!       --scryptr


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on August 10, 2020, 08:32:42 PM
XORG WAS AT FAULT--

After issuing the command "bash /home/m1/NVOC/mining/nvOC restore-xorg", and running through a couple reboots, the system started properly.  I am able to sit at the keyboard and watch the miner, and able to reach the console via SSH.

I no longer need to issue a manual command to start the miner.  Nvidia-smi properly displays the video cards information.  And, the system is now running Ubuntu 18.04.

Thank you!       --scryptr

Glad its all OK.


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: mibjt on August 20, 2020, 08:06:13 AM
I keep getting **rejected 197ms "5 invalid nonce size" on my miner. Anyone encounter this issue and how to fix?


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Oleg_filin on September 03, 2020, 09:57:29 AM
Hello

Please tell me how can I fix the gtx1080 rig crash problem with using ohgodanethlagermentpill-r2 and mining eth.  The rig crashes when running the utility.

1080ti rigs work well


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on September 06, 2020, 08:02:51 AM
Hello

Please tell me how can I fix the gtx1080 rig crash problem with using ohgodanethlagermentpill-r2 and mining eth.  The rig crashes when running the utility.

1080ti rigs work well

Made some changes so you can use eth-pill flags
Upgrade nvOC
check new 1bash.template
or
Add this line after OhGodAnETHlargementPill="YES"  

Code:
OhGodAnETHlargementPill_OPTS=""    # Variables/Flags for ETH Pill 
And add your variables

restart miner and check ethpill guake terminal


Let me know how it goes...


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Oleg_filin on September 06, 2020, 11:27:12 AM
Hello

Please tell me how can I fix the gtx1080 rig crash problem with using ohgodanethlagermentpill-r2 and mining eth.  The rig crashes when running the utility.

1080ti rigs work well

Made some changes so you can use eth-pill flags
Upgrade nvOC
check new 1bash.template
or
Add this line after OhGodAnETHlargementPill="YES"  

Code:
OhGodAnETHlargementPill_OPTS=""    # Variables/Flags for ETH Pill 
And add your variables

restart miner and check ethpill guake terminal


Let me know how it goes...


This did not fix the problem .. I add settings flag "--revA 0,1,2,3,4,5,6". 
And rig crash momently how run ohgodanethlagermentpill-r2


I try run mining eth with nbminer with the memory tweek option (nbminer opt "-mt 2") . The miner don't run and asks to run as administrator rules, how to do this in NVOC?
https://photoshare.ru/data/35/35917/1/9wv1gp-wbd.jpg


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on September 09, 2020, 09:15:46 AM
Hello

Please tell me how can I fix the gtx1080 rig crash problem with using ohgodanethlagermentpill-r2 and mining eth.  The rig crashes when running the utility.

1080ti rigs work well

Made some changes so you can use eth-pill flags
Upgrade nvOC
check new 1bash.template
or
Add this line after OhGodAnETHlargementPill="YES"  

Code:
OhGodAnETHlargementPill_OPTS=""    # Variables/Flags for ETH Pill 
And add your variables

restart miner and check ethpill guake terminal


Let me know how it goes...


This did not fix the problem .. I add settings flag "--revA 0,1,2,3,4,5,6". 
And rig crash momently how run ohgodanethlagermentpill-r2


I try run mining eth with nbminer with the memory tweek option (nbminer opt "-mt 2") . The miner don't run and asks to run as administrator rules, how to do this in NVOC?
https://photoshare.ru/data/35/35917/1/9wv1gp-wbd.jpg


In nbminer folder open nvoc-mjner.json edit hcd line and add sudo before nbminer command like this:

Code:
"hcd": "sudo nbminer -o ...."

See if it solve your issue


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Oleg_filin on September 15, 2020, 07:42:29 AM
Hello

Please tell me how can I fix the gtx1080 rig crash problem with using ohgodanethlagermentpill-r2 and mining eth.  The rig crashes when running the utility.

1080ti rigs work well

Made some changes so you can use eth-pill flags
Upgrade nvOC
check new 1bash.template
or
Add this line after OhGodAnETHlargementPill="YES"  

Code:
OhGodAnETHlargementPill_OPTS=""    # Variables/Flags for ETH Pill 
And add your variables

restart miner and check ethpill guake terminal


Let me know how it goes...


This did not fix the problem .. I add settings flag "--revA 0,1,2,3,4,5,6". 
And rig crash momently how run ohgodanethlagermentpill-r2


I try run mining eth with nbminer with the memory tweek option (nbminer opt "-mt 2") . The miner don't run and asks to run as administrator rules, how to do this in NVOC?
https://photoshare.ru/data/35/35917/1/9wv1gp-wbd.jpg


In nbminer folder open nvoc-mjner.json edit hcd line and add sudo before nbminer command like this:

Code:
"hcd": "sudo nbminer -o ...."

See if it solve your issue

Not solve
https://photoshare.ru/data/35/35917/1/9xbf0t-kpd.jpg


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on September 15, 2020, 09:10:22 AM
Hello

Please tell me how can I fix the gtx1080 rig crash problem with using ohgodanethlagermentpill-r2 and mining eth.  The rig crashes when running the utility.

1080ti rigs work well

Made some changes so you can use eth-pill flags
Upgrade nvOC
check new 1bash.template
or
Add this line after OhGodAnETHlargementPill="YES"  

Code:
OhGodAnETHlargementPill_OPTS=""    # Variables/Flags for ETH Pill 
And add your variables

restart miner and check ethpill guake terminal


Let me know how it goes...


This did not fix the problem .. I add settings flag "--revA 0,1,2,3,4,5,6".  
And rig crash momently how run ohgodanethlagermentpill-r2


I try run mining eth with nbminer with the memory tweek option (nbminer opt "-mt 2") . The miner don't run and asks to run as administrator rules, how to do this in NVOC?
https://photoshare.ru/data/35/35917/1/9wv1gp-wbd.jpg


In nbminer folder open nvoc-mjner.json edit hcd line and add sudo before nbminer command like this:

Code:
"hcd": "sudo nbminer -o ...."

See if it solve your issue

Not solve
https://photoshare.ru/data/35/35917/1/9xbf0t-kpd.jpg

OK
I made a mistake, revert nvoc-miner.json back to its default.
Open 0miner and edit line 216
from:
Code:
  eval $LAUNCH $HCD $OPTS
to
Code:
  eval $LAUNCH sudo $HCD $OPTS


P.S: This will run all your miners with root privilege


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: Oleg_filin on September 17, 2020, 05:40:33 AM
Hello

Please tell me how can I fix the gtx1080 rig crash problem with using ohgodanethlagermentpill-r2 and mining eth.  The rig crashes when running the utility.

1080ti rigs work well

Made some changes so you can use eth-pill flags
Upgrade nvOC
check new 1bash.template
or
Add this line after OhGodAnETHlargementPill="YES"  

Code:
OhGodAnETHlargementPill_OPTS=""    # Variables/Flags for ETH Pill 
And add your variables

restart miner and check ethpill guake terminal


Let me know how it goes...


This did not fix the problem .. I add settings flag "--revA 0,1,2,3,4,5,6".  
And rig crash momently how run ohgodanethlagermentpill-r2


I try run mining eth with nbminer with the memory tweek option (nbminer opt "-mt 2") . The miner don't run and asks to run as administrator rules, how to do this in NVOC?
https://photoshare.ru/data/35/35917/1/9wv1gp-wbd.jpg


In nbminer folder open nvoc-mjner.json edit hcd line and add sudo before nbminer command like this:

Code:
"hcd": "sudo nbminer -o ...."

See if it solve your issue

Not solve
https://photoshare.ru/data/35/35917/1/9xbf0t-kpd.jpg

OK
I made a mistake, revert nvoc-miner.json back to its default.
Open 0miner and edit line 216
from:
Code:
  eval $LAUNCH $HCD $OPTS
to
Code:
  eval $LAUNCH sudo $HCD $OPTS


P.S: This will run all your miners with root privilege

Thanks!  This solved the problem


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: WaveFront on November 22, 2020, 02:32:07 PM
Hello,

Just a quick question.
I was restarting the rigs after several months of inactivity and cannot really remember all the configurations.

Which script is launching the miner? (with the parameters from 1bash)
I am trying do diagnose a problem. I used to mine Eth with bminer. Now somehow my rig connects to the pool (ethermine), load the DAG for each card but shows 0 MH/s

Cheers
Luca



Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: WaveFront on November 22, 2020, 07:40:16 PM
Solved my problem, ;D  but still cannot find the script that is launching the miners


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: thaelin on December 07, 2020, 04:36:52 PM
  Just a heads up that the Mega site down load of nvOC3.2 is corrupted and is only 2.85gigs while Google Drive is over 10 gigs. Had a long and hard fight as to why it would not boot up normal.

On your search for where the miners are launched, I have zeroed in on the Screen.rc files. As I still have issues with Python code, I have not figured it out either. Papampi is the man of the hour there. As of now, A 10head and a 4 head up and running 3.2 with all upgrades. Viva la Papampi.

And a big thanks to all of you who made NVOC happen and made it better

thay


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on December 07, 2020, 05:10:28 PM
  Just a heads up that the Mega site down load of nvOC3.2 is corrupted and is only 2.85gigs while Google Drive is over 10 gigs. Had a long and hard fight as to why it would not boot up normal.

On your search for where the miners are launched, I have zeroed in on the Screen.rc files. As I still have issues with Python code, I have not figured it out either. Papampi is the man of the hour there. As of now, A 10head and a 4 head up and running 3.2 with all upgrades. Viva la Papampi.

And a big thanks to all of you who made NVOC happen and made it better

thay


Checkout nvOC github wiki (https://github.com/papampi/nvOC_by_fullzero_Community_Release/wiki/Download-pre-built-OS-images)
All 19-3.2, Ubuntu 16.04, Cuda 9.2, Nvidia 418 images are 2.85 Gb


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: dang1986 on February 10, 2021, 04:04:03 PM
Hi, Mining newbie here..

I have followed the steps to image nvOC onto a drive however when I boot I get the login screen which show m1 user and guest with required passwords. I'm stuck on what to do next any advice would be greatly appreciated


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: papampi on February 11, 2021, 03:21:02 PM
Hi, Mining newbie here..

I have followed the steps to image nvOC onto a drive however when I boot I get the login screen which show m1 user and guest with required passwords. I'm stuck on what to do next any advice would be greatly appreciated

It looks like a nvidia driver problem, ssh or login to tty and install nvidia-430


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: WaveFront on April 21, 2021, 03:19:38 PM
Hello,

I am trying to upgrade a rig by adding a RTX 3070. The rig is running a mix of GTX 1060 and RTX 1660
For some reasons the RTX 3070 is not recognised by the system.
I am running NVIDIA binary drivers 430.64 but still the RTX 3070 is not recognised

I suspect the problem is related to the diver that I am using. Is there a way to upgrade the driver version? I cannot find a way to install it on nvOC (Ubuntu 16.04)

Please help


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: mibjt on April 28, 2021, 07:15:56 PM
Hi. I am trying to look ahead beyond July 2021. What will the impact of eip 1559 and ice age affect the eth mining software in nvOC? Since ice age is a forced fork of the eth blockchain, will we need to update the current miners to support that?


Title: Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
Post by: scryptr on May 16, 2021, 10:21:04 AM
UPGRADE TO UBUNTU 18.04--

You need to do a system upgrade.  I did it, it can be done..       --scryptr


Hello,

I am trying to upgrade a rig by adding a RTX 3070. The rig is running a mix of GTX 1060 and RTX 1660
For some reasons the RTX 3070 is not recognised by the system.
I am running NVIDIA binary drivers 430.64 but still the RTX 3070 is not recognised

I suspect the problem is related to the diver that I am using. Is there a way to upgrade the driver version? I cannot find a way to install it on nvOC (Ubuntu 16.04)

Please help