Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
by
papampi
on 01/05/2019, 06:15:49 UTC
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 by fullzero

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
  • Supports Nicehash, Zpool and MPH Algo mining


Check contributors and all the settings available in 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