Bitcoin Forum
October 05, 2025, 09:53:54 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 [253] 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 ... 352 »
  Print  
Author Topic: [ mining os ] nvoc  (Read 418569 times)
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
December 23, 2017, 06:10:54 PM
 #5041

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

l4ncel0t
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
December 23, 2017, 07:55:15 PM
 #5042

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.
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
December 23, 2017, 08:19:40 PM
 #5043

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

l4ncel0t
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
December 23, 2017, 09:05:49 PM
 #5044



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
hurvajs77
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
December 23, 2017, 09:48:58 PM
 #5045

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.
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
December 23, 2017, 09:52:28 PM
 #5046

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


papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
December 23, 2017, 09:53:40 PM
Last edit: December 23, 2017, 10:53:40 PM by papampi
 #5047

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


papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
December 23, 2017, 10:38:17 PM
 #5048



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?

killeriq
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
December 23, 2017, 10:56:55 PM
 #5049



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://bitcointalk.org/index.php?topic=1854250.msg26128098#msg26128098

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

killeriq
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
December 23, 2017, 11:31:01 PM
Last edit: December 23, 2017, 11:43:09 PM by killeriq
 #5050

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
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
December 24, 2017, 05:04:30 AM
Last edit: December 24, 2017, 08:36:50 AM by papampi
 #5051



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://bitcointalk.org/index.php?topic=1854250.msg26128098#msg26128098

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

JayneL
Member
**
Offline Offline

Activity: 104
Merit: 10


View Profile
December 24, 2017, 07:03:05 AM
 #5052

please can anyone share me their working ccminer for x17 algo i cant make it to work.. please please
Stubo
Member
**
Offline Offline

Activity: 224
Merit: 13


View Profile
December 24, 2017, 08:24:56 AM
 #5053

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.
killeriq
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
December 24, 2017, 09:15:43 AM
 #5054

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
killeriq
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
December 24, 2017, 09:42:00 AM
Last edit: December 24, 2017, 09:56:13 AM by killeriq
 #5055



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://bitcointalk.org/index.php?topic=1854250.msg26128098#msg26128098

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


link is gone again Sad usually it take some time till it connects - but now file is removed, why is this happendning dropbox removes that or someone here?

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

Found update file on my laptop but after in the end got the same error (yes im under m1 user)

Code:

cleaning old temp and watchdog logs
/home/m1/Downloads/nvOC-19-2-update: line 604: syntax error: unexpected end of file
m1@m1-desktop:~/Downloads$
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
December 24, 2017, 09:59:57 AM
 #5056



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://bitcointalk.org/index.php?topic=1854250.msg26128098#msg26128098

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


link is gone again Sad usually it take some time till it connects - but now file is removed, why is this happendning dropbox removes that or someone here?

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

Found update file on my laptop but after in the end got the same error (yes im under m1 user)

Code:

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


Link is fixed.

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/cyo86xoqotplges/nvOC-19-2-update
bash /home/m1/Downloads/nvOC-19-2-update

l4ncel0t
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
December 24, 2017, 10:16:37 AM
 #5057



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?


Hi,
So you were right from the start.
The main problem was with the intensity.
I messed up with intensity between ccminer version.
I compiled the cuda 8 version of KlausT ccminer on nvoc and it's working good with intensity set to 17.
On SP version i can go up to 21.
But my compiled version of TPruvot (cuda 9) work with this intensity setting and the version from nvOC don't.
I need to check the buildin version of KlausT with lower intensity.
Thanks again for you help

monck
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
December 24, 2017, 10:36:14 AM
 #5058

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



JFYI, it seems to be fixed - on my side stable on all rigs since yesterday
Many thanks!
killeriq
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
December 24, 2017, 11:12:44 AM
 #5059



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://bitcointalk.org/index.php?topic=1854250.msg26128098#msg26128098

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


link is gone again Sad usually it take some time till it connects - but now file is removed, why is this happendning dropbox removes that or someone here?

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

Found update file on my laptop but after in the end got the same error (yes im under m1 user)

Code:

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


Link is fixed.

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/cyo86xoqotplges/nvOC-19-2-update
bash /home/m1/Downloads/nvOC-19-2-update

This one worked finally - seems like you also fixed the "update" file. Thanks once again Wink

Do u have idea about the Monitor output problem ? few posts above
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
December 24, 2017, 11:26:43 AM
Last edit: December 24, 2017, 03:03:06 PM by papampi
 #5060

Here is the Klaust ccminer v 8.17 compiled with cuda 8
So far I get so much better neoscrypt hashrate with it
SPccminer was giving me around 400 with 1060 and KT is giving me more than 630


KTccminer-v8.17

Download, extract and copy it to /home/m1/KTccminer folder.
Please test and check before replacing your old version.

Change 0miner for the coins you want it to be the default miner.

Any one testing KlausT ccminer 8.17 please report your hashrate and changes to default miners so we can change the default miners if its better on those coins.
Thanks.


Edit
You can also run the  v0019-2.0 update script and it will replace it for you.


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/cyo86xoqotplges/nvOC-19-2-update
bash /home/m1/Downloads/nvOC-19-2-update

Pages: « 1 ... 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 [253] 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 ... 352 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!