Author

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

newbie
Activity: 10
Merit: 0
December 05, 2017, 07:47:42 AM
Pretty sure this is something really simple...but I can't get a login to the desktop Sad
I get a prompt with either m1 or Guest session and the password miner1 doesn't work for me at all.
It seems to take it but just jumps back to the login screen again

Can you log in in console mode?

press:   ctrl + alt + f1

to enter console mode

login is:  m1

password: miner1

If you can login in console mode; type:

reboot

and press enter

the miner should restart and auto login with full X.



nvoc 19
did someone find the solution i have two 1070 mini mo giga ga-z270p-d3  same problem
it mines then in the night stops mining if i reboot cant login with pass miner1
even if i open another terminal and reboot just goes back to login screen and i cant log back in

thx for your help

+1 with the same problem. If i re flash everything works great for about 12/24hrs, then the rig reboots without clear reason and get's stuck in the login page unable to login. For me the only solution is to erase and re-flash nvOC into the USB. Already tried differente USB drive all with the exact same results. MOBO is a Asus prime z270-P
member
Activity: 85
Merit: 10
December 04, 2017, 03:09:33 PM
Check in the discord community we explain the features keep in mind it's In beta
member
Activity: 126
Merit: 10
December 04, 2017, 03:02:36 PM
Guys if you head over to the Official Discord channel you can get an updated version 1.5 its available in the downloads section of the discord channel updates include the following:
Updated all miners and drivers to latest ones as of 12/3/2017
Enhanced WatchDog Performance With a variable sensitivity Scanner
"Will also scan for disconnected gpus and or lost gpus" will auto reboot to get you up and running faster
added remote bash feature Will allow your to host your 1bash files remotely to edit your miners without direct connection
Enhanced Auto Temperature now scans faster adjusts faster for less fluctuations and once target temp is reached will keep the temperature better
Added auto overclock feature to allow the miner to find the best clock and memory settings for your card make sure you set a valid max temperature per card
So you must set a maximum temperature that the card actually gets to with power adjustments
Added Dual Windows so that its easier to troubleshoot the miners because the terminal stays open after loading the miner
Added bug fixes and improvments to enhance hashrate and system performance.
Fixed a bunch of Bugs that where plagueing fullzeros v1.4
Fixed a bunch of small bugs to many to list here.


The Discord channel link is on the 1st post
Thank you Poisonxa,
I am downloading it and will give it a try :-)
How does the auto overclock feature works?
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 04, 2017, 02:48:50 PM
Unofficial pamp why don't u come to discord let's merge projects

I think it's easier on GitHub,
Please head over to GitHub and I add you to contributors to merge changes
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 04, 2017, 02:47:48 PM


Here is an unofficial stable with so many fixes and new stuff by me, Stubu and Leenoox

Change log:
Code:
3main edits :
Removed the infinite loops and put one at the end to cover all mining blocks (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 as per forum posts
  Changed ZM lines to use the latest ZM miner 0.5.6 (s/5_3/5_4/g)
  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 mod)
  Changed all miner start scripts to use separate pool and port from 1bash so watchdog can check the pool connection easier (papampi mod)
  Added log rotate settings (papampi mod)
  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)


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

  wdog edits:
  Added check if miner is running or not when utilization dropped to restart miner faster (stubo mod)
  Added check for internet and wait if its down (stubo mod)
  Added check mining pool:port if internet is up and wait before restart miner and reboot system (papampi mod)
  Added "Warning" to log output of alerts to catch them easier (papampi mod)
  Changed logfile location to tmpfs (papampi mod)
  Fixed a bug in logging system to start with 2k size.
  Added checking number of gpus installed vs system reported gpus at start of wdog, so you know if a gpu is not working.
  Changed sleep time before wdog goin on watch to be based on gpu counts (papampi mod)

  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)



  Added log rotation (papampi mod)
  changed minerinfo and papampi-telegram for new log locations (papampi mod)
  Create tmpfs partition to change logfile location to tmpfs to lower read/writes to HDD/USB (papampi mod)
  changed minerinfo web so those who dont use wtm dont see empty or no wtm entries



  And so many more





nvOC 19.2 unofficial github
member
Activity: 85
Merit: 10
December 04, 2017, 02:46:34 PM
Unofficial pamp why don't u come to discord let's merge projects
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 04, 2017, 02:44:21 PM
Guys if you head over to the Official Discord channel you can get an updated version 1.5 its available in the downloads section of the discord channel updates include the following:
Updated all miners and drivers to latest ones as of 12/3/2017
Enhanced WatchDog Performance With a variable sensitivity Scanner
"Will also scan for disconnected gpus and or lost gpus" will auto reboot to get you up and running faster
added remote bash feature Will allow your to host your 1bash files remotely to edit your miners without direct connection
Enhanced Auto Temperature now scans faster adjusts faster for less fluctuations and once target temp is reached will keep the temperature better
Added auto overclock feature to allow the miner to find the best clock and memory settings for your card make sure you set a valid max temperature per card
So you must set a maximum temperature that the card actually gets to with power adjustments
Added Dual Windows so that its easier to troubleshoot the miners because the terminal stays open after loading the miner
Added bug fixes and improvments to enhance hashrate and system performance.
Fixed a bunch of Bugs that where plagueing fullzeros v1.4
Fixed a bunch of small bugs to many to list here.


The Discord channel link is on the 1st post

Is this official update by fullzero or an unofficial?

member
Activity: 85
Merit: 10
December 04, 2017, 12:18:43 PM
Guys if you head over to the Official Discord channel you can get an updated version 1.5 its available in the downloads section of the discord channel updates include the following:
Updated all miners and drivers to latest ones as of 12/3/2017
Enhanced WatchDog Performance With a variable sensitivity Scanner
"Will also scan for disconnected gpus and or lost gpus" will auto reboot to get you up and running faster
added remote bash feature Will allow your to host your 1bash files remotely to edit your miners without direct connection
Enhanced Auto Temperature now scans faster adjusts faster for less fluctuations and once target temp is reached will keep the temperature better
Added auto overclock feature to allow the miner to find the best clock and memory settings for your card make sure you set a valid max temperature per card
So you must set a maximum temperature that the card actually gets to with power adjustments
Added Dual Windows so that its easier to troubleshoot the miners because the terminal stays open after loading the miner
Added bug fixes and improvments to enhance hashrate and system performance.
Fixed a bunch of Bugs that where plagueing fullzeros v1.4
Fixed a bunch of small bugs to many to list here.


The Discord channel link is on the 1st post
member
Activity: 126
Merit: 10
December 04, 2017, 11:19:28 AM
Hello,

Anyone has experience in mining Electroneum (ETN)?
Can I use the settings for Monero and just change the pool address and wallet?
I see that Monero is configured for xmr-stak-nvidia. Is there a developer fee?

Cheers  Grin

copper member
Activity: 91
Merit: 0
December 04, 2017, 07:43:47 AM
Hello guys, i know this is stupid but I cannot get my nvOC flash drive to boot..

I tried on my personal PC as well - first I tried to boot from UEFI: and nothing happened. Then I booted from without UEFI and it launched properly. Then I went back to my mining machine and tried doing the same but I only see the UEFI option and when I select it, nothing happens again. The mobo on the miner is ASUS B250 Mining and the one on my personal PC is ASUS Z270-A which makes me even more confused as to why I see different options.

Any help would be appreciated.

I had the same problem with the Asus B250 Mining Expert. As I recall, the CSM was set to disabled by default in the BIOS. Try changing it to enabled.

Hope this helps.

Thanks, that was it !
member
Activity: 121
Merit: 20
December 04, 2017, 12:24:31 AM
please, somebody, upload latest oneBash and all related config files.
I'm on ubunty and use some tweeks from very old oneBash and want to update the system. Smiley thanks
member
Activity: 224
Merit: 13
December 03, 2017, 12:45:00 PM
Hello guys, i know this is stupid but I cannot get my nvOC flash drive to boot..

I tried on my personal PC as well - first I tried to boot from UEFI: and nothing happened. Then I booted from without UEFI and it launched properly. Then I went back to my mining machine and tried doing the same but I only see the UEFI option and when I select it, nothing happens again. The mobo on the miner is ASUS B250 Mining and the one on my personal PC is ASUS Z270-A which makes me even more confused as to why I see different options.

Any help would be appreciated.

I had the same problem with the Asus B250 Mining Expert. As I recall, the CSM was set to disabled by default in the BIOS. Try changing it to enabled.

Hope this helps.
copper member
Activity: 91
Merit: 0
December 03, 2017, 11:34:03 AM
Hello guys, i know this is stupid but I cannot get my nvOC flash drive to boot..

I tried on my personal PC as well - first I tried to boot from UEFI: and nothing happened. Then I booted from without UEFI and it launched properly. Then I went back to my mining machine and tried doing the same but I only see the UEFI option and when I select it, nothing happens again. The mobo on the miner is ASUS B250 Mining and the one on my personal PC is ASUS Z270-A which makes me even more confused as to why I see different options.

Any help would be appreciated.
full member
Activity: 340
Merit: 103
It is easier to break an atom than partialities AE
December 03, 2017, 10:37:11 AM
Thanks a lot mate.
It was always a question for me what those loops are for...
Tested the miner start script without the loops and all is good.

I think as you said its some legacy code from old nvOC and can be removed.

And as I said before that wtm-miner is just a copy of 3main miner starts so wtm auto switch dont restart 3main which will take so long and just switch miner.

I rolled a version of 3main without the loops this morning and tested it with poor results. It would appear that the miner runs but the watchdog kills it because of low utilization after the 70 second grace period. So, what I think is going on here is that we need 3main to continue to run not because of the mining screen but because of the OC and PL settings. When 3main ends, those go away, and the miner starts performing poorly. What I did to fix it was to add a single infinite loop at the end of 3main to make sure it never exits. So, at least we can clean up 3main substantially by removing the 30+ instances of that loop. My version of 3main is left with only 3 - two in the SALFTER sections (because I haven't bothered to figure out what is going on there) and the one I added back in at the end.

Can you try enabling persistence mode

Code:
nvidia-smi -pm 1

remove the loop at the end and try if this fixes the utilization after 3main exits

is ti possible to intégrate or make permanent in nvOC ?

Man page give this result :
 DEVICE MODIFICATION OPTIONS
   [any one of]
   -pm, --persistence-mode=MODE
       Set  the  persistence  mode for the target GPUs.  See the (GPU ATTRIBUTES) section for a description of persistence
       mode.  Requires root.  Will impact all GPUs unless a single GPU is specified using the -i argument.  The effect  of
       this operation is immediate.  However, it does not persist across reboots.  After each reboot persistence mode will
       default to "Disabled".  Available on Linux only.
full member
Activity: 340
Merit: 103
It is easier to break an atom than partialities AE
December 03, 2017, 09:41:26 AM
I do not understand but for 1 to 2 weeks, I have a pb with guake after a manual restart or autiomatic rig:

Code:
nvOC_v0019-1.4


rig IP: 10.1.1.100


rig MAC: ab:cd:ef:gh:ij:kl


01:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
03:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)


Sun Dec  3 13:19:33 2017       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 387.12                 Driver Version: 387.12                    |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce GTX 1070    Off  | 00000000:01:00.0  On |                  N/A |
|  0%   42C    P0    36W / 151W |    116MiB /  8110MiB |      1%      Default |
+-------------------------------+----------------------+----------------------+
|   1  GeForce GTX 1070    Off  | 00000000:03:00.0 Off |                  N/A |
|  0%   33C    P8     8W / 151W |      9MiB /  8113MiB |      0%      Default |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID   Type   Process name                             Usage      |
|=============================================================================|
|    0      1017      G   /usr/lib/xorg/Xorg                            85MiB |
|    0      1581      G   compiz                                        28MiB |
|    1      1017      G   /usr/lib/xorg/Xorg                             6MiB |
+-----------------------------------------------------------------------------+

Power limit for GPU 00000000:01:00.0 was set to 135.00 W from 151.00 W.

Warning: persistence mode is disabled on this device. This settings will go back to default as soon as driver unloads (e.g. last application like nvidia-smi or cuda application terminates). Run with [--help | -h] switch to get more information on how to enable persistence mode.

Power limit for GPU 00000000:03:00.0 was set to 135.00 W from 151.00 W.

Warning: persistence mode is disabled on this device. This settings will go back to default as soon as driver unloads (e.g. last application like nvidia-smi or cuda application terminates). Run with [--help | -h] switch to get more information on how to enable persistence mode.

All done.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

(guake:2048): 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)
^CTraceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main

Can someone explain how to résolve this pb ?
newbie
Activity: 1
Merit: 0
December 03, 2017, 08:58:11 AM
Pretty sure this is something really simple...but I can't get a login to the desktop Sad
I get a prompt with either m1 or Guest session and the password miner1 doesn't work for me at all.
It seems to take it but just jumps back to the login screen again

Can you log in in console mode?

press:   ctrl + alt + f1

to enter console mode

login is:  m1

password: miner1

If you can login in console mode; type:

reboot

and press enter

the miner should restart and auto login with full X.



nvoc 19
did someone find the solution i have two 1070 mini mo giga ga-z270p-d3  same problem
it mines then in the night stops mining if i reboot cant login with pass miner1
even if i open another terminal and reboot just goes back to login screen and i cant log back in

thx for your help
sr. member
Activity: 518
Merit: 251
Trustee Wallet Signature Bounty
December 03, 2017, 07:41:24 AM
Hello, guys!

I use the nvOC 0019-1.4,

I noticed that the Memory parameter is constantly growing, and I have to restart the miner from time to time, then the parameter is reset to 25% and then starts to load again. Someone faced with this? how to treat?

 Huh
member
Activity: 224
Merit: 13
December 03, 2017, 05:16:58 AM
Can somebody please compile ccminer2.2.2 ?
( https://github.com/tpruvot/ccminer )
I need compiled binary... Can't do it because i don't have free space on flash stick...

I compiled it a few weeks back and put it here:

http://www.cstone.net/~stu/nvOC/miners/

Thanks.

This compiled miner don't mine on my rig and return an illegal instruction when a i mine neoscrypt.

I tried ton compile it but i have somme errors on


See the fix here:
https://bitcointalksearch.org/topic/m.24626345


I did not think the pb came from there.
Sorry but I did not know how to decode this pb as long as I did not have it or reading the log. I saw well passed this pb compilation previous but as the post was about the xervan algorytm, I have not rethought.

Thank you to you for this good diag fast.

PB solved

TIVM mate

Glad I could help. When I first started compiling miners for nvOC a few months back, I ran into the same error so I put in the time searched and read through the entire thread. Sure enough, the problem had already been identified and solved so I posted on it again - different miner but same compile error (SSL compatibility with bignum, bn.h).
newbie
Activity: 1
Merit: 0
December 03, 2017, 01:45:26 AM
Hello to everybody!
2 fixes from me:
1. In 3main fixed p106 overclock if FULL_HEADLESS_MODE = YES. In original individual clocks and fan control were not working properly.
Also changed initial xorg configuration to
sudo nvidia-xconfig -a --cool-bits=28 --allow-empty-initial-configuration
as were done in
Thank you for contributing!
Regarding the need for dummy plugs, have you tried using  --allow-empty-initial-configuration in xorg.conf?
Quote
sudo nvidia-xconfig -a --cool-bits=28 --allow-empty-initial-configuration
This allows me to run headless without the need for plugs of any kind.
https://drive.google.com/open?id=1vv8OXO4zzYvRb46496cmMRQpT9-qyq2F
2. Watchod mod - added draw power watching. As for me if one (or more) GPU crashes mining still works and gpu utilizations are about 100% for all, but at less then half normal speed. For me indicator of crash is [Unknown error] state in nvidia-smi power.draw.
https://drive.google.com/open?id=1RLfLCta8GMX7Jk8d_BQuzG7eCnTXB2n2

UPD: another mod
3. Added minimal power seting. Needs to add string to Maxximus007_AUTO_TEMPERATURE_CONTROL section in 1bash:
MINIMAL_POWER=90
#90 is the sample value, for p106 as I found minimal power is 85 W
https://drive.google.com/open?id=1ayE8YuDJZwSsL93dmaugMYzctGd_eOa5
full member
Activity: 340
Merit: 103
It is easier to break an atom than partialities AE
December 02, 2017, 07:59:17 PM
Can somebody please compile ccminer2.2.2 ?
( https://github.com/tpruvot/ccminer )
I need compiled binary... Can't do it because i don't have free space on flash stick...

I compiled it a few weeks back and put it here:

http://www.cstone.net/~stu/nvOC/miners/

Thanks.

This compiled miner don't mine on my rig and return an illegal instruction when a i mine neoscrypt.

I tried ton compile it but i have somme errors on


See the fix here:
https://bitcointalksearch.org/topic/m.24626345


I did not think the pb came from there.
Sorry but I did not know how to decode this pb as long as I did not have it or reading the log. I saw well passed this pb compilation previous but as the post was about the xervan algorytm, I have not rethought.

Thank you to you for this good diag fast.

PB solved

TIVM mate

Jump to: