Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019
by
Hostels
on 10/09/2017, 10:35:32 UTC
Guys i connect to my rig via SSH.
How to kill miner process.
I want to update claymore 10.0

If you just want to kill miner and restart it via watchdog (miner will be restart via wdog in about 70 seconds):

Code:
pkill -e miner

If you want to kill miner, wdog, temp and restart 3main :

Code:
pkill -e screen &&  pkill -f 3main && bash 3main  &
press enter when 3main loaded and no more info posted on screen (dont ctrl+c)

I update it(delete all files in 9_8 directory, then copy to 9_8 10.0 files). reboot and miner not start(

Try changing the permission of ethdcrminer64 file because I need to do it in mine to be able to run it.
Code:
chmod a+x /home/m1/eth/9_8/ethdcrminer64

THANKS!! WORK!