Pages:
Author

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

newbie
Activity: 22
Merit: 0
December 24, 2017, 04:15:43 AM
Guys, got new MB Gigabyte AORUS GA-AX370-GAMING 5 with Ryzen 1700 and having issue that when i boot into nvOC with one card i can see Ubuntu UI terminals etc...

Main card with Monitor plugged in is in

Soon as i add 2nd card i see ubuntu loading screen but when is should show the OS UI is just black screen Sad

I can log via SSH and see that is mining , but i would like to keep option to see the "real" screen also...

Any clue where what to check?

https://imgur.com/a/lAJYZ

Thanks

This is a common problem. When you added the 2nd GPU, it became GPU0 so the display is now showing on it instead of the 1st GPU that you installed. Just connect your monitor to it and you should see the desktop again.

I played around a bit when i connected monitor to the 1st slot GPU and i change it in the xconfig UI was working, but i would like to be able to change it via command line "nvidia-xconfig" in xorg.conf. Anyone knows how to do that....was trying

Code:
nvidia-xconfig --enable-all-gpus --separate-x-screens

Got the picture on the slot 2 gpu , but it messed up xorg.conf and was restarting after 5s
member
Activity: 224
Merit: 13
December 24, 2017, 03:24:56 AM
Guys, got new MB Gigabyte AORUS GA-AX370-GAMING 5 with Ryzen 1700 and having issue that when i boot into nvOC with one card i can see Ubuntu UI terminals etc...

Main card with Monitor plugged in is in

Soon as i add 2nd card i see ubuntu loading screen but when is should show the OS UI is just black screen Sad

I can log via SSH and see that is mining , but i would like to keep option to see the "real" screen also...

Any clue where what to check?



Thanks

This is a common problem. When you added the 2nd GPU, it became GPU0 so the display is now showing on it instead of the 1st GPU that you installed. Just connect your monitor to it and you should see the desktop again.
member
Activity: 104
Merit: 10
December 24, 2017, 02:03:05 AM
please can anyone share me their working ccminer for x17 algo i cant make it to work.. please please
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 24, 2017, 12:04:30 AM


Did you run the update script with sudo too ?
If yes please run this (thnx to wi$em@n suggestion)

Code:
sudo chown -R m1 /home/m1

Im bit confused what to run now...

So i should run this as SUDO
Code:
./nvOC report

then this

Code:
sudo chown -R m1 /home/m1

Question about update under SUDO is this one?:

Code:
cd ~/Downloads
wget https://www.dropbox.com/s/s3rkv2o3bynqnpm/nvOC-19-2-update
bash ~/Downloads/nvOC-19-2-update

I didnt run the update under SUDO...wasnt in instructions https://bitcointalksearch.org/topic/m.26128098

FYI: its a bit messy to search thought 300+ pages what to do an how, would be great to update 1st page.

Thanks


1. Run the update script as normal user m1 (Do NOT use sudo)

2. Run this:  sudo chown -R m1 /home/m1

3. Edit your 1bash with your settings, addresses, OC... (do NOT use sudo for this)

4. Run the miner (you can reboot to start the miner)

5. If after reboot your miner doesnt work, execute this as normal user m1 (do NOT use sudo):   ./nvOC report

6. Post the report here (copy everything between the code marks)


Downloaded from here...

Code:
https://www.dropbox.com/s/s3rkv2o3bynqnpm/nvOC-19-2-update

There were few issues i was able to run it in the end, but ended with error is it normal?

thanks

Code:
cleaning old temp and watchdog logs
nvOC-19-2-update: line 604: syntax error: unexpected end of file
root@m1-desktop:/home/m1/Downloads# ~

Had to paste it here cloudflare doesnt let me to paste whole things...Sad
https://pastebin.com/u2XxK8xW




You are running as root!!!!
Log as m1 user ... Not root


Edit:
Run this as m1 normal user to remove old files and then update:

Code:
cd /home/m1/Downloads
rm /home/m1/Downloads/nvOC-19-2-update
rm -rf /home/m1/Downloads/nvOC-19-2
rm /home/m1/Downloads/nvOC-19-2.tar.gz
wget https://www.dropbox.com/s/s3rkv2o3bynqnpm/nvOC-19-2-update
bash /home/m1/Downloads/nvOC-19-2-update
newbie
Activity: 22
Merit: 0
December 23, 2017, 06:31:01 PM
Guys, got new MB Gigabyte AORUS GA-AX370-GAMING 5 with Ryzen 1700 and having issue that when i boot into nvOC with one card i can see Ubuntu UI terminals etc...

Main card with Monitor plugged in is in

Soon as i add 2nd card i see ubuntu loading screen but when is should show the OS UI is just black screen Sad

I can log via SSH and see that is mining , but i would like to keep option to see the "real" screen also...

Any clue where what to check?

https://imgur.com/a/lAJYZ

Thanks
newbie
Activity: 22
Merit: 0
December 23, 2017, 05:56:55 PM


Did you run the update script with sudo too ?
If yes please run this (thnx to wi$em@n suggestion)

Code:
sudo chown -R m1 /home/m1

Im bit confused what to run now...

So i should run this as SUDO
Code:
./nvOC report

then this

Code:
sudo chown -R m1 /home/m1

Question about update under SUDO is this one?:

Code:
cd ~/Downloads
wget https://www.dropbox.com/s/s3rkv2o3bynqnpm/nvOC-19-2-update
bash ~/Downloads/nvOC-19-2-update

I didnt run the update under SUDO...wasnt in instructions https://bitcointalksearch.org/topic/m.26128098

FYI: its a bit messy to search thought 300+ pages what to do an how, would be great to update 1st page.

Thanks


1. Run the update script as normal user m1 (Do NOT use sudo)

2. Run this:  sudo chown -R m1 /home/m1

3. Edit your 1bash with your settings, addresses, OC... (do NOT use sudo for this)

4. Run the miner (you can reboot to start the miner)

5. If after reboot your miner doesnt work, execute this as normal user m1 (do NOT use sudo):   ./nvOC report

6. Post the report here (copy everything between the code marks)


Downloaded from here...

Code:
https://www.dropbox.com/s/s3rkv2o3bynqnpm/nvOC-19-2-update

There were few issues i was able to run it in the end, but ended with error is it normal?

thanks

Code:
cleaning old temp and watchdog logs
nvOC-19-2-update: line 604: syntax error: unexpected end of file
root@m1-desktop:/home/m1/Downloads# ~

Had to paste it here cloudflare doesnt let me to paste whole things...Sad
https://pastebin.com/u2XxK8xW

full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 23, 2017, 05:38:17 PM


Actually I get it to work on another installation.
I compiled ccminer  from tpruvot ( cuda 9 branch) and I get better result even without overcloking the card
I'm going to compile KlausT version to test.


That's exactly what I'm saying
Better or worse hash rate are in miners not in nvOC versions.

Please upload and post link of your compiled miners so others can use them too.
Thanks

Sorry I think I don't understand.
My point is that some ccminer variant installed with nvOC should work on NeoScrypt.
It's look like one of the best is ccminer from KlausT, which is installed by default.
But it crash with NeoScrypt. I tried lowering the intensity but still don't work.

Maybee I have a problem with my install, I will try to redo the image.

I compiled ccminer from tpruvot on a centOS so I don't think it will work on nvOC. Will check

thanks


I just checked and latest Klaust is 8.17 and the one included in 19-2.0 is 8.15
I will compile and an update for it.

Klaust 8.17 change log:
Code:
fix possible problem with high intensities
fix bug in -d option (numbers > 9 are working now)
fix Linux build


P.S: Do you have cuda 9.1 installed?
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 23, 2017, 04:53:40 PM
Hi papampi,

great work until my small help on WTM scripts. Congratulation!!

I using testing nvOC-19-2.0 community, now. I've a small problem with auto switching WTM coins... Detected new one, but no switch...

Log for WTM:
Code:
Currently mining ALTCOM coin is no longer more profitabile with 249
Switching to new MONA coin 190

Set up coin in 1bash is still:
Code:
COIN="ALTCOM"

Thanks for advice.

Hi mate and thanks again for your helps in wtm python script
Will check now, see if I can find the problem


Edit 1:
Just checked 8wtm_auto_switch script and it switched between MONA and ALTCOM with no problem.
Can you check and see if WTM_SWITCHER can write to WTM_top_coin or not?
May be a permission problem
Does other coins switch?

Edit 2:
Please put this in a test file and run with different coins in WTM_top_coin and 1bash COIN see if it can change 1bash or not


Code:
#!/bin/bash
source /home/m1/1bash
CURRENT_COIN=$COIN
TOP_COIN=$(cat /home/m1/WTM_top_coin | sed 's/:[0-9]*//' )
echo "$CURRENT_COIN"
echo "$TOP_COIN"

if [[ "$CURRENT_COIN" != "$TOP_COIN" ]]; then
  sed -i '/^#/!s/'COIN=\"$CURRENT_COIN\"'/'COIN=\"$TOP_COIN\"/'' /home/m1/1bash
  source /home/m1/1bash
  CURRENT_COIN=$COIN
  TOP_COIN=$(cat /home/m1/WTM_top_coin | sed 's/:[0-9]*//' )
  echo "Changed"
  echo "Current Coin: $CURRENT_COIN"
  echo "Top Coin: $TOP_COIN"
else
  echo "same coin"
  source /home/m1/1bash
  CURRENT_COIN=$COIN
  TOP_COIN=$(cat /home/m1/WTM_top_coin | sed 's/:[0-9]*//' )
  echo "Current Coin: $CURRENT_COIN"
  echo "Top Coin: $TOP_COIN"
fi

full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 23, 2017, 04:52:28 PM
Do you use pluscpu too?

No

Quote
Local or remote?

Local

Quote
Do you use "screen -r miner" to check miner output?

Miner output was ok but mined in the last switched coin before WTM was terminated

Quote
Please open 8wtm_auto_switch and  change  line 86
Code:
   MINER_TIME=$(ps -eo pid,etimes | grep $(ps -ef | grep -i screen | grep miner |awk '{print $2}') | awk '{print $2}')

To:
Code:
   MINER_TIME=$(ps -eo pid,etimes | grep $(ps -ef | grep SCREEN | grep miner | grep -v cpuminer | head -1 | awk '{print $2}') | awk '{print $2}')


Lets see if that happens again or not

After edit run:
Code:
pkill -f 8wtm
pkill -f 5watchdog
pkill -f 3main


Changes were done.

Many thanks - will keep you informed.



Found the problem
It was happening when miner was restarted by watchdog and wtm couldn't find the miner up time.
It should be fixed now.


Any one on wtm auto switch v0008 please update to latest v0010 by running :

Code:
cd /home/m1/Downloads
wget https://www.dropbox.com/s/3fbrlv4t5js8xt7/wtm_update
bash /home/m1/Downloads/wtm_update

newbie
Activity: 46
Merit: 0
December 23, 2017, 04:48:58 PM
Hi papampi,

great work until my small help on WTM scripts. Congratulation!!

I using testing nvOC-19-2.0 community, now. I've a small problem with auto switching WTM coins... Detected new one, but no switch...

Log for WTM:
Code:
Currently mining ALTCOM coin is no longer more profitabile with 249
Switching to new MONA coin 190

Set up coin in 1bash is still:
Code:
COIN="ALTCOM"

Thanks for advice.
newbie
Activity: 14
Merit: 0
December 23, 2017, 04:05:49 PM


Actually I get it to work on another installation.
I compiled ccminer  from tpruvot ( cuda 9 branch) and I get better result even without overcloking the card
I'm going to compile KlausT version to test.


That's exactly what I'm saying
Better or worse hash rate are in miners not in nvOC versions.

Please upload and post link of your compiled miners so others can use them too.
Thanks

Sorry I think I don't understand.
My point is that some ccminer variant installed with nvOC should work on NeoScrypt.
It's look like one of the best is ccminer from KlausT, which is installed by default.
But it crash with NeoScrypt. I tried lowering the intensity but still don't work.

Maybee I have a problem with my install, I will try to redo the image.

I compiled ccminer from tpruvot on a centOS so I don't think it will work on nvOC. Will check

thanks
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 23, 2017, 03:19:40 PM
Hi all,

I have trying nvOC this week and I learnt lot's of things with this distrib.
Thanks

I installed v0019-1.4 with 2.0 community update. Is it good ?
For now I'm trying to work on neoscrypt currencies but all version of ccminer except SPccminer crash on some cuda function call.
Unfortunately it's look like SPccminer is 20% slower than KTccminer.

Is there a good working version of nvOC for neoscrypt algo ?

Many Thanks

There is no better version for some algo, new versions change stability scripts and update miners
ccminer crash is usually because of high intensity, try to play with it and find sweet spot for your card


Actually I get it to work on another installation.
I compiled ccminer  from tpruvot ( cuda 9 branch) and I get better result even without overcloking the card
I'm going to compile KlausT version to test.


That's exactly what I'm saying
Better or worse hash rate are in miners not in nvOC versions.

Please upload and post link of your compiled miners so others can use them too.
Thanks
newbie
Activity: 14
Merit: 0
December 23, 2017, 02:55:15 PM
Hi all,

I have trying nvOC this week and I learnt lot's of things with this distrib.
Thanks

I installed v0019-1.4 with 2.0 community update. Is it good ?
For now I'm trying to work on neoscrypt currencies but all version of ccminer except SPccminer crash on some cuda function call.
Unfortunately it's look like SPccminer is 20% slower than KTccminer.

Is there a good working version of nvOC for neoscrypt algo ?

Many Thanks

There is no better version for some algo, new versions change stability scripts and update miners
ccminer crash is usually because of high intensity, try to play with it and find sweet spot for your card


Actually I get it to work on another installation.
I compiled ccminer  from tpruvot ( cuda 9 branch) and I get better result even without overcloking the card
I'm going to compile KlausT version to test.
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 23, 2017, 01:10:54 PM
Hi all,

I have trying nvOC this week and I learnt lot's of things with this distrib.
Thanks

I installed v0019-1.4 with 2.0 community update. Is it good ?
For now I'm trying to work on neoscrypt currencies but all version of ccminer except SPccminer crash on some cuda function call.
Unfortunately it's look like SPccminer is 20% slower than KTccminer.

Is there a good working version of nvOC for neoscrypt algo ?

Many Thanks

There is no better version for some algo, new versions change stability scripts and update miners
ccminer crash is usually because of high intensity, try to play with it and find sweet spot for your card
newbie
Activity: 14
Merit: 0
December 23, 2017, 11:17:15 AM
Hi all,

I have trying nvOC this week and I learnt lot's of things with this distrib.
Thanks

I installed v0019-1.4 with 2.0 community update. Is it good ?
For now I'm trying to work on neoscrypt currencies but all version of ccminer except SPccminer crash on some cuda function call.
Unfortunately it's look like SPccminer is 20% slower than KTccminer.

Is there a good working version of nvOC for neoscrypt algo ?

Many Thanks
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 23, 2017, 07:56:01 AM
I have nvOC19 image, how to apply the 19.2.0 update? Do I need to re-download a huge disk image?

Nope, just run the update script

Code:
cd /home/m1/Downloads
wget https://www.dropbox.com/s/cyo86xoqotplges/nvOC-19-2-update
bash /home/m1/Downlaods/nvOC-19-2-update
full member
Activity: 350
Merit: 100
December 23, 2017, 07:51:17 AM
I have nvOC19 image, how to apply the 19.2.0 update? Do I need to re-download a huge disk image?
newbie
Activity: 14
Merit: 0
December 23, 2017, 07:05:35 AM
Guys what was the  solution for the situation when nvoc0017 at login asks for  m1 user password but it doesn't accept miner1 ? i remember   someone posted  40-50 pages ago a solution for remote access tackling of this issue,  but in my case i am using the PC locally.
Reflashed the usb  thumb drive  4 times already, it was working fine for several months before and would show this screen only after power button would be used to turn the pc off suddenly .  Now every time I start from the flash drive it goes to the m1 login window.

I think best is to update to latest versions

Will see how the 19.1.4 behaves, nvoc17 has been rock solid for months on my computers mining zec or nicehash equihash, did not need any babysitting at all. Several attempts to run v19 before lead to issues with  random restarts due to some scripts messing around, tried to identify but could not make it work stable  so used v17 all along.  i  usually put manual fans setting, individual clocks and individual power and no automatic temp /power control .

Press alt+ctrl+f1 at login screen..then login and enter the following command
sudo dpkg --configure -a
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 23, 2017, 06:30:54 AM
Do you use pluscpu too?

No

Quote
Local or remote?

Local

Quote
Do you use "screen -r miner" to check miner output?

Miner output was ok but mined in the last switched coin before WTM was terminated

Please open 8wtm_auto_switch and  change  line 86
Code:
   MINER_TIME=$(ps -eo pid,etimes | grep $(ps -ef | grep -i screen | grep miner |awk '{print $2}') | awk '{print $2}')

To:
Code:
   MINER_TIME=$(ps -eo pid,etimes | grep $(ps -ef | grep SCREEN | grep miner | grep -v cpuminer | head -1 | awk '{print $2}') | awk '{print $2}')

Lets see if that happens again or not

After edit run:
Code:
pkill -f 8wtm
pkill -f 5watchdog
pkill -f 3main



Changes were done.

Many thanks - will keep you informed.


Thanks, hope it fixes the problem
newbie
Activity: 15
Merit: 0
December 23, 2017, 06:25:07 AM
Do you use pluscpu too?

No

Quote
Local or remote?

Local

Quote
Do you use "screen -r miner" to check miner output?

Miner output was ok but mined in the last switched coin before WTM was terminated

Quote
Please open 8wtm_auto_switch and  change  line 86
Code:
   MINER_TIME=$(ps -eo pid,etimes | grep $(ps -ef | grep -i screen | grep miner |awk '{print $2}') | awk '{print $2}')

To:
Code:
   MINER_TIME=$(ps -eo pid,etimes | grep $(ps -ef | grep SCREEN | grep miner | grep -v cpuminer | head -1 | awk '{print $2}') | awk '{print $2}')


Lets see if that happens again or not

After edit run:
Code:
pkill -f 8wtm
pkill -f 5watchdog
pkill -f 3main


Changes were done.

Many thanks - will keep you informed.

Pages:
Jump to: