Author

Topic: [ mining os ] nvoc - page 117. (Read 418542 times)

full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 09, 2017, 07:19:24 AM

The new unofficial 19-2.0 is almost ready,
Thanks to Stubo and Leenoox for their awesomeness

So many great additions and lots of bug fixes.
New dstm zm miner 0.5.6, Claymore 10.02, TPccminer 2.2.2, ccmeiner-xevan.
New and improved watchdog and temp control , and so many more ...
New Coins: Electroneum(ETN), Trezarcoin(TZC), Vivo(VIVO), Pirl(PIRL), Altcommunity(ALTCOM)

New 1bash will be posted soon so you can edit and make it ready for the update.

The update will be released in a day or 2
So If you have any suggestions or requests , post before we release it.

Keep calm and carry on mining.

In coin pxc and sib in 0miner

if [ $COIN == "PXC" ]
then
  HCD='/home/m1/TPccminer/ccminer'
  ADDR="$PXC_ADDRESS/$PXC_WORKER"
  screen -dmSLL miner $HCD -a neoscrypt -o stratum+tcp://$PXC_POOL:$PXC_PORT  -u $ADDR -p $MINER_PWD -i $PXC_INTENSITY
fi

if [ $COIN == "SIB" ]
then
  HCD='/home/m1/TPccminer/ccminer'
  ADDR="$SIB_ADDRESS.$SIB_WORKER"
  screen -dmSLL miner $HCD -a sib -o stratum+tcp://$SIB_POOL:$SIB_PORT -u $ADDR -p $MINER_PWD -i $SIB_INTENSITY..


is it correct..or instead of "dmsLL"..  "dmsL" should be there..

Thanks a lot
Applied the fix.
newbie
Activity: 14
Merit: 0
December 09, 2017, 07:16:14 AM

The new unofficial 19-2.0 is almost ready,
Thanks to Stubo and Leenoox for their awesomeness

So many great additions and lots of bug fixes.
New dstm zm miner 0.5.6, Claymore 10.02, TPccminer 2.2.2, ccmeiner-xevan.
New and improved watchdog and temp control , and so many more ...
New Coins: Electroneum(ETN), Trezarcoin(TZC), Vivo(VIVO), Pirl(PIRL), Altcommunity(ALTCOM)

New 1bash will be posted soon so you can edit and make it ready for the update.

The update will be released in a day or 2
So If you have any suggestions or requests , post before we release it.

Keep calm and carry on mining.

In coin pxc and sib in 0miner

if [ $COIN == "PXC" ]
then
  HCD='/home/m1/TPccminer/ccminer'
  ADDR="$PXC_ADDRESS/$PXC_WORKER"
  screen -dmSLL miner $HCD -a neoscrypt -o stratum+tcp://$PXC_POOL:$PXC_PORT  -u $ADDR -p $MINER_PWD -i $PXC_INTENSITY
fi

if [ $COIN == "SIB" ]
then
  HCD='/home/m1/TPccminer/ccminer'
  ADDR="$SIB_ADDRESS.$SIB_WORKER"
  screen -dmSLL miner $HCD -a sib -o stratum+tcp://$SIB_POOL:$SIB_PORT -u $ADDR -p $MINER_PWD -i $SIB_INTENSITY..


is it correct..or instead of "dmsLL"..  "dmsL" should be there..
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 09, 2017, 06:12:56 AM
nvOC 19-2.0 Community Release Notes:


Code:
Miner Updates/Additions:
  DSTM's Zcash/Equihash Miner v. 0.5.6
  tpruvot/ccminer v. 2.2.3
  krnlx/ccminer-xevan latest
  KlausT/ccminer v. 0.8.15
  Claymore 10.02
  Nanashi ccminer
  Vertminer
  
3main edits :
  Removed the infinite loops and put one at the end to cover all mining blocks (stubo)
  Bug fix for 1050 Ti where pstate3 was not OC'ed (stubo)
  Removed repetitive if LOCAL then "screen -r miner" from each mining block and put one at the end to cover all mining blocks (stubo)
  Added support for BTG
  Added telemetry/api to EWBF and ZM miner launches so that you can hit :42000 to see this miner output (stubo)
  Added the ability to pass in a miner password for all miners that have the "--pass" arg. (stubo)
  Changed instances of "--pass x" and "--pass x"  and "-p x" to "--pass $MINER_PWD" (stubo)
  Changed dstm zm location to "~/zec/zm/latest/" for easier future updates (papampi)
  Changed all miner start scripts to use separate pool and port from 1bash so watchdog can check the pool connection easier (papampi)
  Added log rotate settings (papampi)
  Moved miner start from 3main to 0miner, to make 3main lighter and better handle of miner start (papampi)
  Added auto start miner yes or no ( in case you need to edit or debug the rig) (papampi)
  Bug fix - $pwr_lim_daggerhashimoto5 corrected to $pwr_lim_daggerhashimoto (leenoox)
  Bug fix - INDIVIDUAL settings were applied to GPU's 0-13 only. Fixed to work with 0-18 (leenoox)
  Partial code cleanup (leenoox)

1bash edits:
  Added EWBF_OPTS and ZM_OPTS for telemetry/api to EWBF and ZM miner (stubo)
  Added MINER_PWD for miner passwords (stubo)
  Unified and separated all pool address and pool ports so wdog can check if pool is up or no if needed (papampi)
  Updated contributors list and release name (leenoox)

wdog edits:
  Added check if miner is running or not when utilization dropped to restart miner faster (stubo)
  Added check for internet and wait if its down (stubo)
  Added check mining pool:port if internet is up and wait before restart miner and reboot system (papampi)
  Added "Warning" to log output of alerts to catch them easier (papampi)
  Changed logfile location to tmpfs (papampi)
  Fixed a bug in logging system to limit logs to 500 lines
  Added checking number of gpus installed vs system reported gpus at start of wdog, so you know if a gpu is not working (papampi)
  Changed sleep time before wdog goin on watch to be based on gpu counts (papampi)
  Set higher process and disk I/O priorities - watchdog is essential service
  Code optimization (leenoox)

temp control (by leenoox):
  Set higher process and disk I/O priorities - Temp control is essential service
  Auto detection of number of GPU's
  Only set, adjust and display available GPU's, dynamic variables creation
  Numeric check of the return values from nvidia-smi (looking for numbers only, anything else = error)
  Reboot if GPU error detected and watchdog didn't react for 60 seconds (act as a backup watchdog)
  Added query delay to nvidia API (no burst spamming, added 0.5 sec delay, prevent overload), helps reduce stale shares
  New (improved) display output including colors and bold text
  Fixed the log file handling (Bug fix: Previous implemantation was not limiting the file size)
  Removed repetitive GPUFanControlState setting, it only needs to be set once, not every cycle (prevent API overload)

nvOC utility (by stubo):
  New function based utility that has many features including gpuinfo, stop, start, clearlogs, restart, etc.
  

Others:
  Added log rotation (papampi)
  Changed minerinfo and papampi-telegram for new log locations (papampi)
  Create tmpfs partition to change logfile location to tmpfs to lower read/writes to HDD/USB (papampi)
  Changed minerinfo web so those who dont use wtm dont see empty or no wtm entries (papampi)
full member
Activity: 325
Merit: 110
December 09, 2017, 03:53:35 AM
What version of ccminer is packaged into the latest nvoc?

I smashed the lyra train for 48 hrs but my 1080ti's only pull 54MH due to old ccminer.

Alexis old ccminer is best for lyra.

Code:
ccminer alexis-1.0 for nVidia GPUs from alexis78@github ***
*** Built with the nVidia CUDA Toolkit 8.0 (Not recommended prefer 7.5)


May 10th 2014?

https://github.com/alexis78/ccminer/releases/tag/v1.0
newbie
Activity: 24
Merit: 0
December 09, 2017, 03:17:28 AM
https://www.ahashpool.com/site/multialgo/
How i can achieve this?
This is automatic most profitable algo and coin selection with autoexchange to bitcoin
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 09, 2017, 01:54:57 AM
The new unofficial 19-2.0 is almost ready,
Thanks to Stubo and Leenoox for their awesomeness

So many great additions and lots of bug fixes.
New dstm zm miner 0.5.6, Claymore 10.02, TPccminer 2.2.2, ccmeiner-xevan.
New and improved watchdog and temp control , and so many more ...
New Coins: Electroneum(ETN), Trezarcoin(TZC), Vivo(VIVO), Pirl(PIRL), Altcommunity(ALTCOM)

New 1bash will be posted soon so you can edit and make it ready for the update.

The update will be released in a day or 2
So If you have any suggestions or requests , post before we release it.

Keep calm and carry on mining.
newbie
Activity: 31
Merit: 0
December 09, 2017, 01:01:28 AM
Guys how to run 19 cards (P106) on Asus B250 mining expert?Huh  13 cards work fine.
on 19 cards command nvidia-smi do nothing(

I believe this board can support max 13 of the same GPU's. Asus was promising to release new BIOS update to correct the issue. No idea if they released update or not.
I don't have this board, if someone who has this board and managed to run more than 13 GPU's, please post the workaround

Tnx! Waiting new bios so
full member
Activity: 200
Merit: 101
December 08, 2017, 09:49:18 PM
Guys how to run 19 cards (P106) on Asus B250 mining expert?Huh  13 cards work fine.
on 19 cards command nvidia-smi do nothing(

I believe this board can support max 13 of the same GPU's. Asus was promising to release new BIOS update to correct the issue. No idea if they released update or not.
I don't have this board, if someone who has this board and managed to run more than 13 GPU's, please post the workaround
newbie
Activity: 31
Merit: 0
December 08, 2017, 08:51:27 PM
Guys how to run 19 cards (P106) on Asus B250 mining expert?Huh  13 cards work fine.
on 19 cards command nvidia-smi do nothing(
full member
Activity: 340
Merit: 103
It is easier to break an atom than partialities AE
December 08, 2017, 08:39:41 PM
What version of ccminer is packaged into the latest nvoc?

I smashed the lyra train for 48 hrs but my 1080ti's only pull 54MH due to old ccminer.

Alexis old ccminer is best for lyra.

Code:
ccminer alexis-1.0 for nVidia GPUs from alexis78@github ***
*** Built with the nVidia CUDA Toolkit 8.0 (Not recommended prefer 7.5)
full member
Activity: 325
Merit: 110
December 08, 2017, 07:16:02 PM
What version of ccminer is packaged into the latest nvoc?

I smashed the lyra train for 48 hrs but my 1080ti's only pull 54MH due to old ccminer.
newbie
Activity: 11
Merit: 0
December 08, 2017, 06:21:28 PM
I"m running a 6 1080 rig. Can someone post there OC settings for Equihash so I have a baseline to tweak off of? http://krypto-mining.blogspot.co.uk/ wasn't much help, just gives me an idea on core. Thanks!
full member
Activity: 340
Merit: 103
It is easier to break an atom than partialities AE
December 08, 2017, 03:55:59 PM
I already posted this question but it seems that beardens linuxians have no idea of my pb with Guake and some python and GTK libraries...

Please help because this problem blocks 3main just after the reboot at the first start.

this error is also not systematic

I will remove it (guake) if i have not any solutions.

LOG :

Code:
(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .
INFO:guake.guake_app:Logging configuration complete
/usr/lib/python2.7/dist-packages/guake/guake_app.py:1785: GtkWarning: gtk_box_pack: assertion 'child->parent == NULL' failed
  self.mainframe.pack_start(self.notebook, expand=True, fill=True, padding=0)

** (guake:2056): WARNING **: Binding 'F12' failed!

Every reboot i have this message and my miner stop minning because of this guake blocking error :-(


EDIT :
nothing to do with this shit program. it seems after some research on the web that these mistakes are common on guake.

I made a remove, a purge, a reisntall, an upgrade, with reboots every time, and nothing to do, each reboot sytematically I have these errors.
What I do not understand is that I did not do anything until it happened spontaneously. since I try to solve this problem but I think more and more that this problem is the program itself.
AH though, the only thing that has worked out is that I replaced my Kingston Travlestart 32Gb USB key with a USB HDD disk on which I replicated the operational config USB key with HDDRawcopy.

Would it be possible to do without this program to replace it with another more reliable, secure and stable like terminator console?

I noted on page 180 that kk003 had also encountered this problem but that by doing an update it solved the problem. Aptitude installs me the latest stable version of the repositories and its dependencies so it annoys me to reinstall the system.


Open 2unix, raise the sleep 2 to sleep 3 or 4
May be it solve your problem


Problem solved with this command :
Code:
sudo apt-get upgrade

all this day, severals reboots by wdog

did not ask for a pb and did not cause a guake error

I do not know which library or package has resolved the pb, but it has been fixed.

this command has also updated the nvidia driver.

full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 08, 2017, 03:11:06 PM
I have no more local / physical access to my hdd of my rig. How can i get 1.4 or the WTM switcher when I am not able to clone with hdd raw copy/etcher???

What's your current version?
member
Activity: 224
Merit: 13
December 08, 2017, 10:34:15 AM
I have no more local / physical access to my hdd of my rig. How can i get 1.4 or the WTM switcher when I am not able to clone with hdd raw copy/etcher???

So you have physical access to the rig but not the HDD (or easy access to HDD)?

I use disk image software Macrium Reflect Free (https://www.macrium.com/reflectfree) to backup my windows rigs. It is kind of a complicated process but you could image the boot disk of the rig using a bootable USB stick that Reflect will create for you. I have tested it with nvOC (Ubuntu) and it handles the partitions flawlessly. I roll out new rigs by writing the customized nvOC image I created with it instead of the generic image.

I can describe the process and what you would have to do if you have physical access to plug in a bootable USB.
fk1
full member
Activity: 216
Merit: 100
December 08, 2017, 09:03:53 AM
I have no more local / physical access to my hdd of my rig. How can i get 1.4 or the WTM switcher when I am not able to clone with hdd raw copy/etcher???
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 08, 2017, 08:36:13 AM
I already posted this question but it seems that beardens linuxians have no idea of my pb with Guake and some python and GTK libraries...

Please help because this problem blocks 3main just after the reboot at the first start.

this error is also not systematic

I will remove it (guake) if i have not any solutions.

LOG :

Code:
(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .

(guake:2056): libglade-WARNING **: unknown attribute `swapped' for .
INFO:guake.guake_app:Logging configuration complete
/usr/lib/python2.7/dist-packages/guake/guake_app.py:1785: GtkWarning: gtk_box_pack: assertion 'child->parent == NULL' failed
  self.mainframe.pack_start(self.notebook, expand=True, fill=True, padding=0)

** (guake:2056): WARNING **: Binding 'F12' failed!

Every reboot i have this message and my miner stop minning because of this guake blocking error :-(


EDIT :
nothing to do with this shit program. it seems after some research on the web that these mistakes are common on guake.

I made a remove, a purge, a reisntall, an upgrade, with reboots every time, and nothing to do, each reboot sytematically I have these errors.
What I do not understand is that I did not do anything until it happened spontaneously. since I try to solve this problem but I think more and more that this problem is the program itself.
AH though, the only thing that has worked out is that I replaced my Kingston Travlestart 32Gb USB key with a USB HDD disk on which I replicated the operational config USB key with HDDRawcopy.

Would it be possible to do without this program to replace it with another more reliable, secure and stable like terminator console?

I noted on page 180 that kk003 had also encountered this problem but that by doing an update it solved the problem. Aptitude installs me the latest stable version of the repositories and its dependencies so it annoys me to reinstall the system.


Open 2unix, raise the sleep 2 to sleep 3 or 4
May be it solve your problem
fk1
full member
Activity: 216
Merit: 100
December 08, 2017, 06:33:07 AM
Precised question edited*
member
Activity: 224
Merit: 13
December 08, 2017, 04:46:51 AM
hello,

can anyone share latest tpruvot/ccminer for 1070?  thanks!

I compiled it for nvOC back in October and you can find it here:

http://www.cstone.net/~stu/nvOC/miners/ccminer-2.2.2-tpruvot.tar.gz   

Give it a shot and please let me know if it works for you.
newbie
Activity: 11
Merit: 0
December 07, 2017, 09:49:01 PM
I've been running v0016 for awhile with a mix of different brand 1080's to mine ZEC. I'm about to start using v0019.1.4 to mine BTG or ZEN. Any suggestions on where I should start with the OC settings?
Jump to: