Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining vBASIC || Community Edition 2.0
by
fk1
on 10/06/2018, 11:00:46 UTC
1. mining FTC with SPccminer, I can't find a "version" file in the folder.
2. If I choose coin=ETH and reboot the rig it doesn't start automatically. What can i do here?

Does mining starts at boot with other coins?
Does gnome-terminal opens and 3main runs when rig starts?

Code:
m1@m1-desktop:~$ ps -ef | grep gnome-terminal                                  
m1        2246  1641  0 23:22 ?        00:00:00 /usr/lib/gnome-terminal/gnome-te
rminal-server                                                                  
m1        2416  2153  0 23:22 pts/16   00:00:00 grep --color=auto gnome-terminal
m1@m1-desktop:~$ ps -ef | grep 3main                                            
m1        2273  2252  0 23:22 pts/17   00:00:00 bash /home/m1/3main            
m1        2418  2153  0 23:23 pts/16   00:00:00 grep --color=auto 3main        
With ethminer after reboot.

Code:
1@m1-desktop:~$ screen -r miner                                
There is no screen to be resumed matching miner.



Whats the content of ethminer folder?
Code:
ll /home/m1/eth/ethminer/latest


Run the miner update again without re-compile
Code:
cd /home/m1/Downloads
wget -N https://raw.githubusercontent.com/papampi/nvOC_miners/master/nvOC_miner_update.sh
bash /home/m1/Downloads/nvOC_miner_update.sh
ehtminer folder:
Code:
m1@m1-desktop:~$ ll /home/m1/eth/ethminer/latest
total 10664
drwxrwxr-x 2 m1 m1     4096 Jun  5 12:59 ./
drwxrwxr-x 6 m1 m1     4096 Jan  6 12:36 ../
-rwxr-xr-x 1 m1 m1 10904267 May 15 04:35 ethminer*
-rwxrwxr-x 1 m1 m1        6 May 15 10:43 version*

Re-Update:
Code:
m1@m1-desktop:~$ cd /home/m1/Downloads
m1@m1-desktop:~/Downloads$ wget -N https://raw.githubusercontent.com/papampi/nvOC_miners/master/nvOC_miner_update.sh
--2018-06-10 04:01:09--  https://raw.githubusercontent.com/papampi/nvOC_miners/master/nvOC_miner_update.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 15361 (15K) [text/plain]
Saving to: ‘nvOC_miner_update.sh’

nvOC_miner_update.sh                                100%[==================================================================================================================>]  15.00K  --.-KB/s    in 0.009s

Last-modified header missing -- time-stamps turned off.
2018-06-10 04:01:10 (1.66 MB/s) - ‘nvOC_miner_update.sh’ saved [15361/15361]

m1@m1-desktop:~/Downloads$ bash /home/m1/Downloads/nvOC_miner_update.sh
Updating miners for nvOC V0019-2.x
Stopping miner and watchdog to reduce errors
screen killed (pid 2507)
screen killed (pid 2792)
screen killed (pid 2846)

Reading package lists... Done
Building dependency tree
Reading state information... Done
rar is already the newest version (2:5.3.b2-1).
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
Checking Equihash DSTM zm_miner 0.6.1
DSTM zm miner is up-to-date

Checking Claymore v11.8
Claymore is up-to-date

Checking z-enemy 1.10
z-enemy is up-to-date

Checking Tpruvot ccminer-2.2.5
Tpccminer-2.2.5 is up-to-date

Checking MSFT Tpruvot ccminer-2.2.5 (RVN)
MSFTccminer-2.2.5 is up-to-date

Checking KlausT ccminer 8.20
KlausT ccminer is up-to-date

Checking Vertminer v1.0-stable.2 Release
Vertminer is is up-to-date

Checking nanashi-ccminer-2.2-mod-r2
nanashi-ccminer is up-to-date

Checking Ethminer 0.14.0
ethminer is up-to-date

Checking KTccminer-cryptonight
KTccminer-cryptonight is up-to-date

Checking Equihash Bminer
cat: /home/m1/zec/bminer/latest/version: No such file or directory
Downloading and making changes for Bminer 8.0.0
--2018-06-10 04:01:26--  https://raw.githubusercontent.com/papampi/nvOC_miners/master/Bminer/bminer-v8.0.0.tar.gz
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-06-10 04:01:27 ERROR 404: Not Found.


gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
chmod: cannot access '/home/m1/zec/bminer/latest/bminer': No such file or directory
Checking ANXccminer
ANXccminer is up-to-date


Downloading and checking new miners for nvOC-v0019-2.x finished


Do you want to re-compile your miners (y/N)?  N
Canceled..
Re starting miner...

after reboot, ethminer started automatically. I will test some other miner today, tyvm so far papampi!