Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3
by
papampi
on 19/10/2017, 13:19:55 UTC
hey

I really like the NVOC OS , works like a charm, well almost

There are 2 issues that I have that I cannot seem to fix.

First is the reporting, I can see the page "nvOC Web Interface" but when I click on "miner info" I get

"The requested URL /home/m1/www/cgi-bin/minerinfo was not found on this server."

have been looking and trying to fix this for a couple of days but I am unable to fix it.

second is the mining itself, if I set it to "ETH" it works flawlessly with 0 downtime, but when I set it to "ETH_DUAL_SC" than I see that my SC coins only have 370 sol (in Win 10 I had 31.5MHs on ETH and 450 sol on SC), but even the sol rate aside, it runs for 5 minutes and than it exit the mining screen and going back to promp.

Is there any way to find the log or to see why it's not working ?

kind regards and thanks


Web problem reported and will be fixed in next version.
In the mean time open index.html with:
Code:
sudo gedit /var/www/html/index.html
Or in ssh session with:
Code:
sudo nano /var/www/html/index.html

Change lines from :
Code:
To:
Code:

Save, and it should be fixed
Or you can access WebInfo page by :
http://RIG_IP/cgi-bin/minerinfo


To see your miner output
in guake terminal or ssh session :
Code:
screen -r miner
To end screen session use ctrl-a+d
Dont use ctrl+c