Author

Topic: [ mining os ] nvoc - page 255. (Read 418549 times)

full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
August 28, 2017, 05:40:23 AM
Hi, after 60h of stable running the hash drops by 50%, but program dose not restart. Is there or can you add an option in 1bash filr " if hash under x Restart" ?

Tnx
Hash drops usually for 2 reasons
1- GPU not fully utilize, which Iamnotajeep watchdog will be aware and restart the miner
2- GPU get hot and Maxximus cant get it to temp limit  with 100% fan and it will lower the power usuage.

full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
August 28, 2017, 05:35:51 AM
Its definitely full install I guess, but fullzero said he will update OP with full instructions, lets wait for them.
If v0019 is Ubuntu 16.04 too , it shouldn't need full install.
Unless it has big changes in distro and softwares.
Hopefully it doesnt need full.

My advice, when u switch version.
Just do a fresh install, remember to save your alias or anything u have tweaked for your usage.
Easy way to do it, have a spare USB card, do your rig one by one Wink
So u just have to stop mining for maybe 1 minute.

lol ... its linux, not windows to fresh install with every issue or upgrade
If its just a rig is ok, but installing and configuring more is gonna be a headache.

I'm gonna stick to v0018 on my current rigs if it needs full.
V0019 for new ones
Or willing to write an upgrade guide if fullzero provide a complete changelog.
newbie
Activity: 15
Merit: 0
August 28, 2017, 05:32:15 AM
Hi, after 60h of stable running the hash drops by 50%, but program dose not restart. Is there or can you add an option in 1bash filr " if hash under x Restart" ?

Tnx
newbie
Activity: 15
Merit: 0
August 28, 2017, 05:19:37 AM
v0019 is up on Google Drive see the OP for the Link:

Thank you very much for your hard work.
full member
Activity: 378
Merit: 104
nvOC forever
August 28, 2017, 05:11:13 AM
Its definitely full install I guess, but fullzero said he will update OP with full instructions, lets wait for them.
If v0019 is Ubuntu 16.04 too , it shouldn't need full install.
Unless it has big changes in distro and softwares.
Hopefully it doesnt need full.

My advice, when u switch version.
Just do a fresh install, remember to save your alias or anything u have tweaked for your usage.
Easy way to do it, have a spare USB card, do your rig one by one Wink
So u just have to stop mining for maybe 1 minute.

I agree, that's the best way going forward so that we don't get any new issues with it!
full member
Activity: 420
Merit: 106
https://steemit.com/@bibi187
August 28, 2017, 04:59:42 AM
v0019 is up on Google Drive see the OP for the Link:

I will upload to MEGA after sleeping.


Lots of changes I will update the OP after sleeping.


the SHA256 hash is:

Code:
9f461a33051568425f616a265d7811b6c3372f61bbcfdbae7d50fb627c57fb38


If you are using windows:


open a cmd prompt:

click the start button and type: 

Code:
cmd

then press enter:

type the following:

Code:
CertUtil -hashfile PATH_TO_IMAGE_ZIP_HERE SHA256

and press enter

if the result is:

Code:
9f461a33051568425f616a265d7811b6c3372f61bbcfdbae7d50fb627c57fb38

then the ZIP_containing_the_image is good

Note: you can find the file path by right clicking the zip and selecting properties


If you are using linux:

open a terminal and enter the following:

Code:
sha256sum 'PATH_TO_IMAGE_ZIP_HERE'

and press enter

if the result is:
Code:
9f461a33051568425f616a265d7811b6c3372f61bbcfdbae7d50fb627c57fb38

then the ZIP_containing_the_image is good

Note: you can also type sha256sum then drag the zip to the terminal window to add the absolute path without typing it.


If you are using OSX:

open a terminal and enter the following:

Code:
shasum -a 256 'PATH_TO_IMAGE_ZIP_HERE'

and press enter

if the result is:
Code:
9f461a33051568425f616a265d7811b6c3372f61bbcfdbae7d50fb627c57fb38

then the ZIP_containing_the_image is good




Thanks as always Wink
I appreciate a lot your work !
I will try be more active to help habitual user flow with new version release, once again thanks for your hardwork !
full member
Activity: 420
Merit: 106
https://steemit.com/@bibi187
August 28, 2017, 04:57:56 AM
Its definitely full install I guess, but fullzero said he will update OP with full instructions, lets wait for them.
If v0019 is Ubuntu 16.04 too , it shouldn't need full install.
Unless it has big changes in distro and softwares.
Hopefully it doesnt need full.

My advice, when u switch version.
Just do a fresh install, remember to save your alias or anything u have tweaked for your usage.
Easy way to do it, have a spare USB card, do your rig one by one Wink
So u just have to stop mining for maybe 1 minute.
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
August 28, 2017, 04:49:00 AM
Its definitely full install I guess, but fullzero said he will update OP with full instructions, lets wait for them.
If v0019 is Ubuntu 16.04 too , it shouldn't need full install.
Unless it has big changes in distro and softwares.
Hopefully it doesnt need full.
full member
Activity: 378
Merit: 104
nvOC forever
August 28, 2017, 04:11:18 AM
v0019 is up on Google Drive see the OP for the Link:

I will upload to MEGA after sleeping.


Lots of changes I will update the OP after sleeping.


the SHA256 hash is:

Code:
9f461a33051568425f616a265d7811b6c3372f61bbcfdbae7d50fb627c57fb38


If you are using windows:


open a cmd prompt:

click the start button and type: 

Code:
cmd

then press enter:

type the following:

Code:
CertUtil -hashfile PATH_TO_IMAGE_ZIP_HERE SHA256

and press enter

if the result is:

Code:
9f461a33051568425f616a265d7811b6c3372f61bbcfdbae7d50fb627c57fb38

then the ZIP_containing_the_image is good

Note: you can find the file path by right clicking the zip and selecting properties


If you are using linux:

open a terminal and enter the following:

Code:
sha256sum 'PATH_TO_IMAGE_ZIP_HERE'

and press enter

if the result is:
Code:
9f461a33051568425f616a265d7811b6c3372f61bbcfdbae7d50fb627c57fb38

then the ZIP_containing_the_image is good

Note: you can also type sha256sum then drag the zip to the terminal window to add the absolute path without typing it.


If you are using OSX:

open a terminal and enter the following:

Code:
shasum -a 256 'PATH_TO_IMAGE_ZIP_HERE'

and press enter

if the result is:
Code:
9f461a33051568425f616a265d7811b6c3372f61bbcfdbae7d50fb627c57fb38

then the ZIP_containing_the_image is good




Awesome, Thanks a lot
How to upgrade from v0018?
Do we need a full install for upgrade too?
Or just uploading 1 bash, 2unix and ...  will do the job?


Its definitely full install I guess, but fullzero said he will update OP with full instructions, lets wait for them.
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
August 28, 2017, 04:03:04 AM
v0019 is up on Google Drive see the OP for the Link:

I will upload to MEGA after sleeping.


Lots of changes I will update the OP after sleeping.


the SHA256 hash is:

Code:
9f461a33051568425f616a265d7811b6c3372f61bbcfdbae7d50fb627c57fb38


If you are using windows:


open a cmd prompt:

click the start button and type: 

Code:
cmd

then press enter:

type the following:

Code:
CertUtil -hashfile PATH_TO_IMAGE_ZIP_HERE SHA256

and press enter

if the result is:

Code:
9f461a33051568425f616a265d7811b6c3372f61bbcfdbae7d50fb627c57fb38

then the ZIP_containing_the_image is good

Note: you can find the file path by right clicking the zip and selecting properties


If you are using linux:

open a terminal and enter the following:

Code:
sha256sum 'PATH_TO_IMAGE_ZIP_HERE'

and press enter

if the result is:
Code:
9f461a33051568425f616a265d7811b6c3372f61bbcfdbae7d50fb627c57fb38

then the ZIP_containing_the_image is good

Note: you can also type sha256sum then drag the zip to the terminal window to add the absolute path without typing it.


If you are using OSX:

open a terminal and enter the following:

Code:
shasum -a 256 'PATH_TO_IMAGE_ZIP_HERE'

and press enter

if the result is:
Code:
9f461a33051568425f616a265d7811b6c3372f61bbcfdbae7d50fb627c57fb38

then the ZIP_containing_the_image is good




Awesome, Thanks a lot
How to upgrade from v0018?
Do we need a full install for upgrade too?
Or just uploading 1 bash, 2unix and ...  will do the job?
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
August 28, 2017, 03:30:24 AM
Hi guys,
I have 2 main problems with my rig which are contain 12x gtx1060. It based on Asus prime z270-p. Bios is the latest version, 4g is enabled.
so, the 1st problem is working of 12 cards. I've try to explain. When I enter 12cards and turn on system, in nvidia driver settings I see only 11 screens
. Moreover, when I check each of ones, I see that only 11 cards can manage their seed of fun
, but the 12th one can't do that .
However, when start the miner, the miner is determine 12 card and start to mine, but one card is overheats, because the script can't manage fun speed of this card.

To add to this, I check all problems with hardware: raisers, pci slots, cards - everything is good. When enter whatever card in what ever slot (if it 12th one) - I get the same mistake. When stay only 11card everything is working without any mistakes.

The second problem is linked with "screen" utility. Sometimes is occured such mistake

moreover mining procces is not stopped (watchdog said that everything is ok), cards is really work, however hashrate on pool is 0.



Can someone help to solve problems?

At the top of the mining process there is an lspci and nvidia-smi output; please post what those show.

reinstall whole system. Situation is the same.

What happens when you set manual fan speed ?
Does the 12th one applies the speed ?
Set fan speed to manual 75 and temp limit to 70
See how it goes.
Also try with GPUPowerMizerMode_Adjust="NO"
Or try with Maxximus007_AUTO_TEMPERATURE_CONTROL="NO"

full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
August 28, 2017, 03:27:29 AM
Looking for something similar, maybe we can narrow down it to based on algo which is going to be used!?
It should be based on algo or easier to be based on miner,
If algo then we should have an algo section, but since coins has already miner sections
Its much easier to point each miner to an oc setup
newbie
Activity: 11
Merit: 0
August 28, 2017, 03:23:22 AM
Hi guys,
I have 2 main problems with my rig which are contain 12x gtx1060. It based on Asus prime z270-p. Bios is the latest version, 4g is enabled.
so, the 1st problem is working of 12 cards. I've try to explain. When I enter 12cards and turn on system, in nvidia driver settings I see only 11 screens
http://imgur.com/a/zGNba. Moreover, when I check each of ones, I see that only 11 cards can manage their seed of fun
http://imgur.com/a/jYU3x, but the 12th one can't do that http://imgur.com/a/3c7f3.
However, when start the miner, the miner is determine 12 card and start to mine, but one card is overheats, because the script can't manage fun speed of this card.
http://imgur.com/a/VIdDn
To add to this, I check all problems with hardware: raisers, pci slots, cards - everything is good. When enter whatever card in what ever slot (if it 12th one) - I get the same mistake. When stay only 11card everything is working without any mistakes.

The second problem is linked with "screen" utility. Sometimes is occured such mistake
http://imgur.com/a/Q23xf
moreover mining procces is not stopped (watchdog said that everything is ok), cards is really work, however hashrate on pool is 0.
http://imgur.com/a/qxMIn
http://imgur.com/a/Vx9si

Can someone help to solve problems?

At the top of the mining process there is an lspci and nvidia-smi output; please post what those show.

reinstall whole system. Situation is the same.
http://imgur.com/a/o1Tmi
full member
Activity: 378
Merit: 104
nvOC forever
August 28, 2017, 02:49:54 AM
Dont know if its been asked/suggested or not
I thought it would be good to implement some thing similar to nicehash oc settings for manual mine too
So when we change coin, 1bash automatically switch oc profile

Looking for something similar, maybe we can narrow down it to based on algo which is going to be used!?
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
August 28, 2017, 12:59:32 AM
Dont know if its been asked/suggested or not
I thought it would be good to implement some thing similar to nicehash oc settings for manual mine too
So when we change coin, 1bash automatically switch oc profile
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
August 28, 2017, 12:50:25 AM
For equihash / Zec

What are the best settings, current just at +100 core

Cards run in a 70-90f environment
I use this on my 1070:
Code:
Power: 130
Core :150
Memory:300
Giving me around 440-450 Sol/s
But each card is different, you should try and find your best.
sr. member
Activity: 1414
Merit: 487
YouTube.com/VoskCoin
August 27, 2017, 09:47:58 PM
For equihash / Zec

What are the best settings, current just at +100 core

Cards run in a 70-90f environment
newbie
Activity: 4
Merit: 0
August 27, 2017, 08:50:24 PM
Hi fullzero,

https://prntscr.com/gdieyw
https://prntscr.com/gdif27

When setup static ip rig doesn’t work, how can fix this error.
Thanks !


Try setting DNS nameservers, adding a line at the end
Code:
dns-nameservers 8.8.8.8

I use static address and have it working with the nameservers. (8.8.8.8 is Google nameserver, "always" works).
it work, thank you so much !
newbie
Activity: 35
Merit: 0
August 27, 2017, 04:04:34 PM
Because your temp limit wont let them get higher power.
It seems your temp limit is 70.
Either give them cooler conditions by external fans and ... or higher your temp limit.
I got that, will try it and let you know if you were correct!

thanks for idea.

I set my 1080tis to a templimit of 75; as they usually throttle with autotemp if tempature target is set to 70 as papampi suggested.

If I set a temp limit of 75 on my 1080tis, the temperature goes very high (almost up to 90) before Maxximus007_AUTO_TEMPERATURE_CONTROL brings it down to 75. How do I set a starting fan power or persistent fan, that will keep the card cool in the beginning?
Set minimum fan speed to 65 or higher, it will lower it if temp is much lower than target.
its the fan speed start point when Maxximus starts
Code:
MINIMAL_FAN_SPEED=65
its a bit below individual target_temps
Thank you for the fast reply, I will try this setting.
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
August 27, 2017, 03:43:24 PM
Because your temp limit wont let them get higher power.
It seems your temp limit is 70.
Either give them cooler conditions by external fans and ... or higher your temp limit.
I got that, will try it and let you know if you were correct!

thanks for idea.

I set my 1080tis to a templimit of 75; as they usually throttle with autotemp if tempature target is set to 70 as papampi suggested.

If I set a temp limit of 75 on my 1080tis, the temperature goes very high (almost up to 90) before Maxximus007_AUTO_TEMPERATURE_CONTROL brings it down to 75. How do I set a starting fan power or persistent fan, that will keep the card cool in the beginning?
Set minimum fan speed to 65 or higher, it will lower it if temp is much lower than target.
its the fan speed start point when Maxximus starts
Code:
MINIMAL_FAN_SPEED=65
its a bit below individual target_temps
Jump to: