Author

Topic: [ mining os ] nvoc - page 333. (Read 418552 times)

Dhx
newbie
Activity: 8
Merit: 0
June 15, 2017, 04:02:21 AM
Could someone tip me off to a WiFi dongle or WiFi setup that's working well for them with nvOC?  I wasn't able to use NDISWrapper to install the windows driver for my old Netgear dongle (not sure if that was my inexperience or a technical issue).  Or perhaps, would wireless adapters work better?  Thanks.
newbie
Activity: 10
Merit: 0
June 15, 2017, 03:24:38 AM
Everything is up and running. Thanks so much OP. Do you have a wallet I can donate something to?

One quick question. How can I monitor mining through ssh without closing the mining process and opening on the remote pc. (at least that's how I understand the guide you provided).

I was thinking of something like the last step in this guide, where you use a screen? http://www.cryptobadger.com/2017/04/build-ethereum-mining-rig-linux/

For now I can use nvidia-smi to monitor temps at least.

if when you start screen you use this argument:

Code:
screen -dmS rig1

replacing rig1 with any name

screen with launch as a background process

in theory it should continue to run if you detach from the screen pressing:
Code:
CTRL + D

then you should in theory also be able to reattach to the screen with:

Code:
% screen -r

I am saying 'in theory' because I just read the article you linked and haven't tried this.

I will get around to delving into the depths of screen configurations at some point.



Please check my post on the next page.
legendary
Activity: 1050
Merit: 1001
June 15, 2017, 02:24:20 AM
I had to reboot one of my rigs and upon startup the console opens and tries to start but get the permission denied error over and over.  tried multiple usb ports and same thing, going to have to re flash the usb stick

What mining client were you using before you rebooted?

mining zec on same nvOS image... I re imaged the flash drive and its up and running now after copying the old onebash over

the only thing I can think of, is I did a hard reset of the rig when I "rebooted" it since I had to relocate it and adjust some cabling before bringing it back up, could that have screwed up the xorg.conf file?
full member
Activity: 349
Merit: 102
June 15, 2017, 01:44:31 AM
I'm benchmarking dual mining ETH+LBC on a Gigabyte 1070 Mini ITX (another 5 are en route) and found that nvOC isn't performing quite as well as Windows, with these settings:

PL 115
CC 250
MC 900
-dcri 50

nvOC is producing:
ETH 23.8MH/s
LBC 32.8MH/s

But Windows 10 with the latest nvidia drivers, claymore miner 9.5 and MSI Afterburner 4.4 Beta 10 set to:

PL 105
CC 250
MC 850
-dcri 50

I'm seeing:
ETH 29MH/s
LBC 40MH/s

Could this be because of the newer version of Claymore? Or something else?

It looks like your running at stock.

If you are only using one GPU: there is a bug in v0015.

To OC with one GPU follow the directions in this post:

https://bitcointalksearch.org/topic/mining-os-nvoc-1854250

You can verify if you are OCing properly by looking for messages like these at the top of the mining process:



Weird now after the fourth command I don't see any of those attribute setting confirmations in your screenshot, instead there are a few empty lines then:

/home/m1/9.0/ethdcrminer64: /usr/local/cuda/lib64/libOpenCL.so.1: no version information available (required by /home/m1/9.0/ethdcrminer64)

The miner still runs with the same speeds afterwards but something is amiss…

If you press f12 and enter:

gksu gedit '/etc/X11/xorg.conf'

then enter the password when prompted

Is the file empty?


I did a reimage because I had the display connected to the mobo output. After connecting to the 1070 output and booting the fresh image the only xorg.conf file was xorg.conf.04252017 which is weird because I thought it would be today i.e. xorg.conf.06152017?

I copied it anyway and logged out and back in and now the startup sets GPUGraphicsClockOffset and GPUMemoryTransferRateOffset OK. But then I get the same error:
/home/m1/9.0/ethdcrminer64: /usr/local/cuda/lib64/libOpenCL.so.1: no version information available (required by /home/m1/9.0/ethdcrminer64)

Is that expected?

I am seeing better performance though, now:
PL 105
CC 250
MC 850
-dcri 50

is producing:
ETH 26.1MH/s
LBC 36MH/s

So not quite up there with Windows but better. Thanks for the assistance. I'll revisit nvOC once I have all the cards setup in the rig as that's obviously what the OS is designed for.
newbie
Activity: 17
Merit: 0
June 15, 2017, 12:49:48 AM
Hi!  New member / user / and miner.  Thank you for all the work put into this project.  I am trying to use an ASUS Prime Z270-P mobo.  I downloaded the image off the OP and have my miner up and running but my cards are not overclocking or manual fan control.  I get an error for each card regarding fan control (I specified 90%).  Is this mobo not supported or am I doing something wrong?  I specified 600 mem overclock.  I am currently using 2 GTX1070 and 1 GTX 970 in this rig.  All 3 are running at stock speeds like they do in Windows.  Any help is greatly appreciated. 

PS.  I could not find the 2nd and 3rd items mentioned for the BIOS changes you have talked about for the PRIME Z270-A.  Is this the reason?  Any help greatly appreciated. 
full member
Activity: 349
Merit: 102
June 15, 2017, 12:38:36 AM
I'm benchmarking dual mining ETH+LBC on a Gigabyte 1070 Mini ITX (another 5 are en route) and found that nvOC isn't performing quite as well as Windows, with these settings:

PL 115
CC 250
MC 900
-dcri 50

nvOC is producing:
ETH 23.8MH/s
LBC 32.8MH/s

But Windows 10 with the latest nvidia drivers, claymore miner 9.5 and MSI Afterburner 4.4 Beta 10 set to:

PL 105
CC 250
MC 850
-dcri 50

I'm seeing:
ETH 29MH/s
LBC 40MH/s

Could this be because of the newer version of Claymore? Or something else?

It looks like your running at stock.

If you are only using one GPU: there is a bug in v0015.

To OC with one GPU follow the directions in this post:

https://bitcointalksearch.org/topic/mining-os-nvoc-1854250

You can verify if you are OCing properly by looking for messages like these at the top of the mining process:




Weird now after the fourth command I don't see any of those attribute setting confirmations in your screenshot, instead there are a few empty lines then:

/home/m1/9.0/ethdcrminer64: /usr/local/cuda/lib64/libOpenCL.so.1: no version information available (required by /home/m1/9.0/ethdcrminer64)

The miner still runs with the same speeds afterwards but something is amiss…
full member
Activity: 349
Merit: 102
June 15, 2017, 12:19:03 AM
I'm benchmarking dual mining ETH+LBC on a Gigabyte 1070 Mini ITX (another 5 are en route) and found that nvOC isn't performing quite as well as Windows, with these settings:

PL 115
CC 250
MC 900
-dcri 50

nvOC is producing:
ETH 23.8MH/s
LBC 32.8MH/s

But Windows 10 with the latest nvidia drivers, claymore miner 9.5 and MSI Afterburner 4.4 Beta 10 set to:

PL 105
CC 250
MC 850
-dcri 50

I'm seeing:
ETH 29MH/s
LBC 40MH/s

Could this be because of the newer version of Claymore? Or something else?

It looks like your running at stock.

If you are only using one GPU: there is a bug in v0015.

To OC with one GPU follow the directions in this post:

https://bitcointalksearch.org/topic/mining-os-nvoc-1854250

You can verify if you are OCing properly by looking for messages like these at the top of the mining process:



Thanks! I'll check that out
newbie
Activity: 28
Merit: 0
June 14, 2017, 11:59:03 PM
I'm benchmarking dual mining ETH+LBC on a Gigabyte 1070 Mini ITX (another 5 are en route) and found that nvOC isn't performing quite as well as Windows, with these settings:

PL 115
CC 250
MC 900
-dcri 50

nvOC is producing:
ETH 23.8MH/s
LBC 32.8MH/s

But Windows 10 with the latest nvidia drivers, claymore miner 9.5 and MSI Afterburner 4.4 Beta 10 set to:

PL 105
CC 250
MC 850
-dcri 50

I'm seeing:
ETH 29MH/s
LBC 40MH/s

Could this be because of the newer version of Claymore? Or something else?


yeah it is a similar performance drop to what i am getting
Dhx
newbie
Activity: 8
Merit: 0
June 14, 2017, 11:42:31 PM
As a lot of members have had problems with various 16gb USB keys this would solve that problem; although I think I can cut down the size more and ensure it will work with all (claimed) 16gb drives.  

The main reason I don't want to switch to 32 is many users already have 16gb USBs and switching to 32 would force them to buy another USB key.  

I will start recommending only 32gb drives from now on.

I would say that is the best route.  No reason to switch things up over night, but perhaps a slow transition.  The USB sticks are less than a half percent of the rig cost and the project is still rather young.  Of course, it all depends on if you see any value in the extra space.

Everything is up and running. Thanks so much OP. Do you have a wallet I can donate something to?

Popular sentiment but he won't take anything right now!  Unbelievable for what fullzero is offering and the intimate level of support.  We're going to have to organize a mine for fullzero day at some point.  In the meantime, I would say either mine his addresses on your own for a day or perhaps leave his address on the XMR CPU plus.
full member
Activity: 349
Merit: 102
June 14, 2017, 11:40:28 PM
I'm benchmarking dual mining ETH+LBC on a Gigabyte 1070 Mini ITX (another 5 are en route) and found that nvOC isn't performing quite as well as Windows, with these settings:

PL 115
CC 250
MC 900
-dcri 50

nvOC is producing:
ETH 23.8MH/s
LBC 32.8MH/s

But Windows 10 with the latest nvidia drivers, claymore miner 9.5 and MSI Afterburner 4.4 Beta 10 set to:

PL 105
CC 250
MC 850
-dcri 50

I'm seeing:
ETH 29MH/s
LBC 40MH/s

Could this be because of the newer version of Claymore? Or something else?

legendary
Activity: 1050
Merit: 1001
June 14, 2017, 09:57:03 PM
I had to reboot one of my rigs and upon startup the console opens and tries to start but get the permission denied error over and over.  tried multiple usb ports and same thing, going to have to re flash the usb stick
newbie
Activity: 28
Merit: 0
June 14, 2017, 09:50:46 PM
My performance is lower than it is on ethOS or in Windows. I have two 1070s and 4 1060 6GB. On those with no overclock I get around 120MH/s in other OSes. Here with a +300 memory OC I am only getting 105MH/s dual mining eth and sia. I lowered the dcri value to the same number. I didn't set a power limit, maybe that will do it.  

If you scroll to the top of the mining process do you see OC messages for core and memory for each card?

If so:

try +200 core clock and +900 memory clock

if that hard or soft crashes, try:

try +100 core clock and +600 memory clock

also what model 1070s and 1060s?

EVGA superclocked 1070s and gigabyte gaming g1 1060s. Let me try the new settings

edit: looks like it crashed on the original settings with cannot get current temperatures

I may try individual clocks and see if one of the cards is the problem.
newbie
Activity: 28
Merit: 0
June 14, 2017, 08:35:47 PM
My performance is lower than it is on ethOS or in Windows. I have two 1070s and 4 1060 6GB. On those with no overclock I get around 120MH/s in other OSes. Here with a +300 memory OC I am only getting 105MH/s dual mining eth and sia. I lowered the dcri value to the same number. I didn't set a power limit, maybe that will do it.  
hero member
Activity: 672
Merit: 500
June 14, 2017, 08:16:49 PM


Quick question, does this look like where my Power Sw needs to be plugged into? and an even dumber question, what does the other end plug into? Last hardware setup step for me

It looks right
The other end looks like a push button
hero member
Activity: 672
Merit: 500
June 14, 2017, 06:15:50 PM
fullzero,

Is there a way to adjust the dual mining within the claymore?

As if I activate dual mining I loos about 5 MH/s in this mode, when normally I can adjust it via the -dcri when using Claymore on its own. I didn't see anything but could have overlooked it within the Onebash.

It'll be in the onebash file and you might have to add it on the line for claymore
full member
Activity: 169
Merit: 100
June 14, 2017, 06:10:06 PM
fullzero,

Is there a way to adjust the dual mining within the claymore?

As if I activate dual mining I loos about 5 MH/s in this mode, when normally I can adjust it via the -dcri when using Claymore on its own. I didn't see anything but could have overlooked it within the Onebash.
newbie
Activity: 10
Merit: 0
June 14, 2017, 04:59:28 PM
Everything is up and running. Thanks so much OP. Do you have a wallet I can donate something to?

One quick question. How can I monitor mining through ssh without closing the mining process and opening on the remote pc. (at least that's how I understand the guide you provided).

I was thinking of something like the last step in this guide, where you use a screen? http://www.cryptobadger.com/2017/04/build-ethereum-mining-rig-linux/

For now I can use nvidia-smi to monitor temps at least.

 
newbie
Activity: 51
Merit: 0
June 14, 2017, 04:17:03 PM
Thanks for everything and all the help! Quick question for some reason today after I had to restart on boot up rather then going straight to the desktop and starting the miner it goes to a login screen and when I type in the miner1 password it accepts it flashes black and the asks for the password again. Any clue on how to solve this?


I've also had this happen.  Most recently it was when I shut down and added my newest 2 GPUs to the original 5.  I resorted to re-imaging to fix it.

OP mentioned quite a few pages back that if you're going to make any hardware changes you should start off with a freshly imaged thumb drive.  That was in regards to a BIOS update.  Have you made any hardware changes?
newbie
Activity: 51
Merit: 0
June 14, 2017, 04:10:32 PM
I received my Lexar thumb drives today.  HDD Raw Copy Tool ran at 49MB/sec writing the image to the drive, compared with my old Samsung 32GB that wrote at 25MB/sec.  Thanks for the suggestion, OP.
newbie
Activity: 11
Merit: 0
June 14, 2017, 04:06:50 PM
Thanks for everything and all the help! Quick question for some reason today after I had to restart on boot up rather then going straight to the desktop and starting the miner it goes to a login screen and when I type in the miner1 password it accepts it flashes black and the asks for the password again. Any clue on how to solve this?
Jump to: