Author

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

newbie
Activity: 11
Merit: 0
June 18, 2017, 08:02:07 AM
Quick question what other motherboards are confirmed to work with 7 gpus, because I keep having problems with the Asus Prime Z270-A.What boards are you using and how many GPUs?
newbie
Activity: 26
Merit: 0
June 18, 2017, 06:13:53 AM
Hello, z170a pro is not supported ?

thanks!

yes - supported.

see full list at https://bitcointalksearch.org/topic/m.18447374

msi Z170a-pro is not Z170a gaming

it's a different version.

for motherboard that have Z170 chipset, you can use that image


Ok thanks, i'll try this today
legendary
Activity: 1834
Merit: 1080
---- winter*juvia -----
June 18, 2017, 05:58:34 AM
Hello, z170a pro is not supported ?

thanks!

yes - supported.

see full list at https://bitcointalksearch.org/topic/m.18447374

msi Z170a-pro is not Z170a gaming

it's a different version.

for motherboard that have Z170 chipset, you can use that image
newbie
Activity: 21
Merit: 0
June 18, 2017, 05:39:13 AM
Hey,

Having all sorts of problems getting 6 cards running on Z270-AR, just get "internal driver error" in the one bash output then it spits a load of too many arguments statements.

I've re-imaged fresh and confirmed the MD5.

I've done the standard from BIOS including the latest flash, 4g decoding, non ptp aware and clear boot keys, no joy Sad is there a different image for this one based on the Z270-A or are we all standard now?

Any ideas?

Thanks again great work love the project.

Are you connecting the monitor to the motherboard?

If you are change it to the primary GPU (the first 16x pcie slot closest to the CPU)

and follow the process on this thread:

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

Thanks for the reply, finally sorted this after many tests, lane speed needed to be adjusted to PCIe 2.0 to get this to run 7 cards at proper hash. See how i go when the m2 adapters arrive, up to 10 rigs now Smiley
newbie
Activity: 26
Merit: 0
June 18, 2017, 02:36:18 AM
Hello, z170a pro is not supported ?

thanks!

yes - supported.

see full list at https://bitcointalksearch.org/topic/m.18447374

msi Z170a-pro is not Z170a gaming

it's a different version.
legendary
Activity: 1834
Merit: 1080
---- winter*juvia -----
June 18, 2017, 02:24:20 AM
Hello, z170a pro is not supported ?

thanks!

yes - supported.

see full list at https://bitcointalksearch.org/topic/m.18447374
newbie
Activity: 26
Merit: 0
June 18, 2017, 02:20:26 AM
Hello, z170a pro is not supported ?

thanks!
full member
Activity: 130
Merit: 100
June 18, 2017, 12:46:19 AM
Just made some changes to oneBash to test out if Lyra2v2 can be mined.  It works.

Code:
COIN="LYRA2V2"

Code:
LYRA2V2_WORKER="nvOC"
LYRA2V2_ADDRESS="bitcoin.wallet.address"
LYRA2V2_POOL="stratum+tcp://lyra2v2.mine.zpool.ca:4533"


Implementation section.

Code:
if [ $COIN == "LYRA2V2" ]
then
HCD='/home/m1/SPccminer/ccminer'
ADDR="$LYRA2V2_ADDRESS.$LYRA2V2_WORKER"

until $HCD -a lyra2v2 -o $LYRA2V2_POOL -u $ADDR -p x
   do
   echo "FAILURE; reinit in 5" >&2
   sleep 5
done
fi

  This is currently working with the SPccminer within the nvOC.  Although I hope to see CCminer2.0 implemented soon.  Or is there a way to insert our own miner software such as Alexis78?
legendary
Activity: 1834
Merit: 1080
---- winter*juvia -----
June 18, 2017, 12:01:29 AM
Hi fullzero,

Back to ethpool, dwarfpool settings:

in onebash file - can I change ETH section from:

ETHERminedotORG="NO"
ETH_WORKER="nvoc"
ETH_ADDRESS="0x.....blah..blah..blah"
ETH_POOL="eth-us-east1.nanopool.org:9999"

to

ETHERminedotORG="NO"
ETH_WORKER="citronick -esm 1 -dbg -1 -wd 1 -r 1 "
ETH_ADDRESS="0x.....blah..blah..blah"
ETH_POOL="stratum+tcp://asia1.ethpool.org:3333"

Perhaps, you may consider to add ETH_ESM and the other key Claymore keyswicthes or alternatively include a ETH_EXTENTION to append any other Claymore stuff. Hopefully the failover pool features too soon.

All of my 1070s are still all Windows and smOS Nvidia Alpha v1, and would like to migrate all of them to nvOC ETH dwarfpool (-esm 0) or ethpool with esm settings.

While all my 1080tis are already on ZEC nvOC with very good results using EWBF.

Thanks


To add those commands just scroll down to the bottom of the onebash and add them to the claymores command line settings 


hmmm... I finally see the light!

Fullzero pointed me to that part too... got a syntax error but after looking them again in a bigger screen (LOL) ... I think I finally got it - will revert later.

I will had more customization options for Claymore in the next version based on your request.

excellent - thanks again fullzero!

any ETA on the next release?
full member
Activity: 160
Merit: 100
June 17, 2017, 05:31:03 PM
My Nvidia rig are running amazingly with nvOC! Thank you so much Cheesy

Do you have any ETA for OC and power limit for AMD card?

On an other topic, I'm trying to identify each port number on my motherboard. Is there a way to manually force 1 fan to spin up fast?
Like I want to run GPU3 fan 100% (and all others at 20%) to locate it, is there a way to force it under Ubuntu when the rig is running?

Thanks!

On the AMD beta version you can enter these manual cmds into the guake terminal to change settings:

fanspeed:
Code:
'/home/m1/ROC-smi-master/rocm-smi' --setfan 200

peformance level:
Code:
'/home/m1/ROC-smi-master/rocm-smi' --setperflevel high

coreclock level:
Code:
'/home/m1/ROC-smi-master/rocm-smi' --setsclk 7

memclock level:
Code:
'/home/m1/ROC-smi-master/rocm-smi' --setmclk 1

I'm quite a noob in Linux:
I launch a new terminal window and I write the fan command?
How to specify what fan GPU?

Thanks again Smiley
newbie
Activity: 12
Merit: 0
June 17, 2017, 03:06:09 PM
ASUS PRIME Z270-P has 6xPCIe slots. So I use 2 x PCIe -> 2 PCIe splitters.

SuperMicro X10SRL-F has 7xPCIe slots. So I use 3 x PCIe -> 2 PCIe splitters.

I thought so; what ports are the splitters attached to; both on the mobos and on the splitter boards themselves.

I want to try to predict all possible indexes when a splitter is used in any port.
I've already tried to change PCIe indexes in /etc/X11/xorg.conf (Section "Device") in accordance with to lspci, but did not see any changes.
Maybe I did something not right...  Huh

Not sure, things get a little weird after 7 GPUs.  I want to support up to 14 GPUs to be ready for the new asrock mobo; so I will work on this for next version.
I found resolutions of this problem:
nvidia-xconfig --enable-all-gpus --allow-empty-initial-configuration --cool-bits=31
full member
Activity: 160
Merit: 100
June 17, 2017, 02:47:42 PM
My Nvidia rig are running amazingly with nvOC! Thank you so much Cheesy

Do you have any ETA for OC and power limit for AMD card?

On an other topic, I'm trying to identify each port number on my motherboard. Is there a way to manually force 1 fan to spin up fast?
Like I want to run GPU3 fan 100% (and all others at 20%) to locate it, is there a way to force it under Ubuntu when the rig is running?

Thanks!
newbie
Activity: 8
Merit: 0
June 17, 2017, 01:36:01 PM
Great job!

https://i.imgur.com/WhBrVj9.png

Do you have any idea what this issue might be? Everything was fine, I was able to set OC values. The OC values persist, but I'm unable to update the OC values. A part of the reason has to be this.

Please let me know.
hero member
Activity: 672
Merit: 500
June 17, 2017, 01:08:00 PM
In the onebash file does it monitor the mining software  and restart them if they fail?
sr. member
Activity: 810
Merit: 444
June 17, 2017, 11:56:43 AM
Thank you for your very good work :-).

For nVidia mining with Ubuntu, I use the nvidia-smi intrface with the driver.
With nvidia-smi, I can know the frequencies that I can set up for GPu and memory, but that is never +500 like you do...

How can you set up yours GPUs at so high value with Ubuntu (with Windows, it is very simple via AfterBurner, for example) ?

And other question : with nvOC, can you undervolt nVidia GPUs ?
sr. member
Activity: 414
Merit: 251
June 17, 2017, 11:56:31 AM
You guys seeing NVIDIA cards going to 0 hash often?  I'm seeing this very often on Zotac Mini and 1080TI Gigabyte rigs
With Claymore 9.5 yes (on AMD rigs), back to 9.4 for me. Have had it with too much OC on Gigabyte mini, running for 20-40 minutes then back to 0.

I will switch one of my 1070 mini rigs to ETH and see if this happens for me as well.  What OC settings are you using when this happens?


For Zotac Mini it is 200 Core and 450 Mem.  PL is default at 125.  For Gigabyte 1080Ti  both Default with No PowerLimit or 100 Core and 900 Mem and PL 225.  My brother in law reported this issue first and I never saw it until later on the Zotac mini but was seeing it on the 1080Ti.  It has become more often the more rigs I have so he's creating a program to detect 0 hash and auto reboot the rig
legendary
Activity: 1834
Merit: 1080
---- winter*juvia -----
June 17, 2017, 11:29:18 AM
Hi fullzero,

Back to ethpool, dwarfpool settings:

in onebash file - can I change ETH section from:

ETHERminedotORG="NO"
ETH_WORKER="nvoc"
ETH_ADDRESS="0x.....blah..blah..blah"
ETH_POOL="eth-us-east1.nanopool.org:9999"

to

ETHERminedotORG="NO"
ETH_WORKER="citronick -esm 1 -dbg -1 -wd 1 -r 1 "
ETH_ADDRESS="0x.....blah..blah..blah"
ETH_POOL="stratum+tcp://asia1.ethpool.org:3333"

Perhaps, you may consider to add ETH_ESM and the other key Claymore keyswicthes or alternatively include a ETH_EXTENTION to append any other Claymore stuff. Hopefully the failover pool features too soon.

All of my 1070s are still all Windows and smOS Nvidia Alpha v1, and would like to migrate all of them to nvOC ETH dwarfpool (-esm 0) or ethpool with esm settings.

While all my 1080tis are already on ZEC nvOC with very good results using EWBF.

Thanks


To add those commands just scroll down to the bottom of the onebash and add them to the claymores command line settings 


hmmm... I finally see the light!

Fullzero pointed me to that part too... got a syntax error but after looking them again in a bigger screen (LOL) ... I think I finally got it - will revert later.
hero member
Activity: 672
Merit: 500
June 17, 2017, 11:09:21 AM
Hi fullzero,

Back to ethpool, dwarfpool settings:

in onebash file - can I change ETH section from:

ETHERminedotORG="NO"
ETH_WORKER="nvoc"
ETH_ADDRESS="0x.....blah..blah..blah"
ETH_POOL="eth-us-east1.nanopool.org:9999"

to

ETHERminedotORG="NO"
ETH_WORKER="citronick -esm 1 -dbg -1 -wd 1 -r 1 "
ETH_ADDRESS="0x.....blah..blah..blah"
ETH_POOL="stratum+tcp://asia1.ethpool.org:3333"

Perhaps, you may consider to add ETH_ESM and the other key Claymore keyswicthes or alternatively include a ETH_EXTENTION to append any other Claymore stuff. Hopefully the failover pool features too soon.

All of my 1070s are still all Windows and smOS Nvidia Alpha v1, and would like to migrate all of them to nvOC ETH dwarfpool (-esm 0) or ethpool with esm settings.

While all my 1080tis are already on ZEC nvOC with very good results using EWBF.

Thanks


To add those commands just scroll down to the bottom of the onebash and add them to the claymores command line settings 
legendary
Activity: 1834
Merit: 1080
---- winter*juvia -----
June 17, 2017, 10:49:52 AM
Hi fullzero,

Back to ethpool, dwarfpool settings:

in onebash file - can I change ETH section from:

ETHERminedotORG="NO"
ETH_WORKER="nvoc"
ETH_ADDRESS="0x.....blah..blah..blah"
ETH_POOL="eth-us-east1.nanopool.org:9999"

to

ETHERminedotORG="NO"
ETH_WORKER="citronick -esm 1 -dbg -1 -wd 1 -r 1 "
ETH_ADDRESS="0x.....blah..blah..blah"
ETH_POOL="stratum+tcp://asia1.ethpool.org:3333"

Perhaps, you may consider to add ETH_ESM and the other key Claymore keyswicthes or alternatively include a ETH_EXTENTION to append any other Claymore stuff. Hopefully the failover pool features too soon.

All of my 1070s are still all Windows and smOS Nvidia Alpha v1, and would like to migrate all of them to nvOC ETH dwarfpool (-esm 0) or ethpool with esm settings.

While all my 1080tis are already on ZEC nvOC with very good results using EWBF.

Thanks
newbie
Activity: 11
Merit: 0
June 17, 2017, 10:39:51 AM
Any ideas on why boot is taking 20+ minutes and then once the miner starts everytime it runs one of the commands the entire system freezes for a solid 3-4 minutes. Any thing obvious that I am missing? Running of an SSD after following the provide instruction and I have tried no OC and fresh install. And once it finally finishes running all the commands it can never connect to the pool and I get a Share rejected error.


Edit: Just tested on a USB same issue

So I figured out the issue for some reason it lags hard when I connect 7x GPUs at once. @fullzero any clue on what you think might be causing this?

Not sure if this will help, but its worth a try.

Try installing updates:

go to the ubuntu launcher at the top left and type: u

you should see the ubuntu update app

open it and install all the updates.

Okay I will try that. In the bios I set it to Gen1 just to be sure even though I am using risers. It picks up all 7 and it runs for about 20-30 mins and then I get the same error as UberDaemon


GPU 0, GpuMiner cu_k1 failed 4, unspecified launch failure
GPU 0, GpuMiner kx failed 1
GPU 0, GpuMiner cu_k1 failed 4, unspecified launch failure
GPU 0, GpuMiner kx failed 1
GPU 1, GpuMiner cu_k1 failed 4, unspecified launch failure
GPU 1, GpuMiner kx failed 1
GPU 1, GpuMiner cu_k1 failed 4, unspecified launch failure
GPU 1, GpuMiner kx failed 1
GPU 2, GpuMiner cu_k1 failed 4, unspecified launch failure
GPU 2, GpuMiner kx failed 1
GPU 4, GpuMiner cu_k1 failed 4, unspecified launch failure
GPU 4, GpuMiner kx failed 1
GPU 4, GpuMiner cu_k1 failed 4, unspecified launch failure
GPU 4, GpuMiner kx failed 1
GPU 2, GpuMiner cu_k1 failed 4, unspecified launch failure
GPU 2, GpuMiner kx failed 1
GPU 5, GpuMiner cu_k1 failed 4, unspecified launch failure
GPU 5, GpuMiner kx failed 1
GPU 5, GpuMiner cu_k1 failed 4, unspecified launch failure
GPU 5, GpuMiner kx failed 1
GPU 3, GpuMiner cu_k1 failed 4, unspecified launch failure
GPU 3, GpuMiner kx failed 1
GPU 3, GpuMiner cu_k1 failed 4, unspecified launch failure
GPU 3, GpuMiner kx failed 1

WATCHDOG: GPU error, you need to restart miner



This is with and without OC.
Jump to: