Author

Topic: [ mining os ] nvoc - page 194. (Read 418546 times)

full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
October 10, 2017, 03:44:49 AM
Hi there, I'm new to mining and tried your nvOC and really appreciate the effort on making it so simple for us who are newb to linux. But i have a question about my GPU Palit NVIDIA 1060 P106-100 8G mining w/o video output. I got a stable 20-21 MH/s. How can i OC it on nvOC. Can't seem to do it. I tried editing 1bash and nothing happens.

INDIVIDUAL_POWERLIMIT_0=75

INDIVIDUAL_CLOCKS="YES"
 __CORE_OVERCLOCK_4=0
MEMORY_OVERCLOCK_4=1600

And also what is this option for?

P106_100_FULL_HEADLESS_MODE="NO"

Thanks in advance Smiley

Which version of nvOC you are using ?
if all your gpus are p106 set this to yes to use full headless ( no monitor attach)
Code:
P106_100_FULL_HEADLESS_MODE="YES"
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
October 10, 2017, 03:42:03 AM
I just uploaded v0019-1.3 as both an update and a new image.

I recommend trying papampi's WTM switch.   Smiley

Please Note: YOU MUST SET ADDRESSES in 1bash FOR YOUR COIN SELECTION or if using the WTM switch; each COIN SELECTION or you will have errors. 
Thanks fullzero for this awesome OS and recommending wtm switch.

Just some info for those who want to try wtm switch:
For now it switches as fast as a coin gives more profit than current mining coin even if the profit is 1 cent so if you set too many coins like the example in wtm_auto_switch.py you will get too many switches and most likely will lose profit.

My recommended strategy is to set 1 stable high profit coin like zec, zen or hush and 1 or 2 jumper coins like ftc, lbc, kmd, mona ,....
So your top coin get mined steadily while you gain profit from jumpers.

Good news is we are working on a way to limit switches if profit gain is lower than a given number, and hopefully with help of @hurvajs77 , @damNmad and others a new and improved switcher will be available soon.

Thanks again for the switch!  I do like it. My rig has been crashing though. Looking at the switch log it seems to be mostly crashing while mining SIB. What miner do you use for SIB? 

I use ASccminer for sib with intensity 21

Add damNmad oc for SIB at the end of 1bash before last "fi" if you use it:
Code:
damNmad_ALGO_SPECIFIC_OC="YES"

For 1070 I use these :
Code:
# SIB X11Gost
if [ $COIN == "SIB" ]
then
POWERLIMIT_WATTS=130
__CORE_OVERCLOCK=120
MEMORY_OVERCLOCK=200
fi
newbie
Activity: 7
Merit: 0
October 10, 2017, 03:40:14 AM
Hi there, I'm new to mining and tried your nvOC and really appreciate the effort on making it so simple for us who are newb to linux. But i have a question about my GPU Palit NVIDIA 1060 P106-100 8G mining w/o video output. I got a stable 20-21 MH/s. How can i OC it on nvOC. Can't seem to do it. I tried editing 1bash and nothing happens.

INDIVIDUAL_POWERLIMIT_0=75

INDIVIDUAL_CLOCKS="YES"
 __CORE_OVERCLOCK_4=0
MEMORY_OVERCLOCK_4=1600

And also what is this option for?

P106_100_FULL_HEADLESS_MODE="NO"

Thanks in advance Smiley
newbie
Activity: 66
Merit: 0
October 10, 2017, 03:25:21 AM
I just uploaded v0019-1.3 as both an update and a new image.

I recommend trying papampi's WTM switch.   Smiley

Please Note: YOU MUST SET ADDRESSES in 1bash FOR YOUR COIN SELECTION or if using the WTM switch; each COIN SELECTION or you will have errors. 
Thanks fullzero for this awesome OS and recommending wtm switch.

Just some info for those who want to try wtm switch:
For now it switches as fast as a coin gives more profit than current mining coin even if the profit is 1 cent so if you set too many coins like the example in wtm_auto_switch.py you will get too many switches and most likely will lose profit.

My recommended strategy is to set 1 stable high profit coin like zec, zen or hush and 1 or 2 jumper coins like ftc, lbc, kmd, mona ,....
So your top coin get mined steadily while you gain profit from jumpers.

Good news is we are working on a way to limit switches if profit gain is lower than a given number, and hopefully with help of @hurvajs77 , @damNmad and others a new and improved switcher will be available soon.

Thanks again for the switch!  I do like it. My rig has been crashing though. Looking at the switch log it seems to be mostly crashing while mining SIB. What miner do you use for SIB? 
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
October 10, 2017, 03:12:38 AM
I just uploaded v0019-1.3 as both an update and a new image.

I recommend trying papampi's WTM switch.   Smiley

Please Note: YOU MUST SET ADDRESSES in 1bash FOR YOUR COIN SELECTION or if using the WTM switch; each COIN SELECTION or you will have errors. 
Thanks fullzero for this awesome OS and recommending wtm switch.

Just some info for those who want to try wtm switch:
For now it switches as fast as a coin gives more profit than current mining coin even if the profit is 1 cent so if you set too many coins like the example in wtm_auto_switch.py you will get too many switches and most likely will lose profit.

My recommended strategy is to set 1 stable high profit coin like zec, zen or hush and 1 or 2 jumper coins like ftc, lbc, kmd, mona ,....
So your top coin get mined steadily while you gain profit from jumpers.

Good news is we are working on a way to limit switches if profit gain is lower than a given number, and hopefully with help of @hurvajs77 , @damNmad and others a new and improved switcher will be available soon.
sr. member
Activity: 392
Merit: 266
EthMonitoring.com
October 10, 2017, 03:05:05 AM
Made EthControl Linux in golang, can be runned with nvOC also. I currently run one rig with it, runs smoothly. Also has availability to download/config and apply OC settings based on algo/config.
It's not integrated to nvOC, but 1 rig is free to use for everybody. Also very easy to install.

Code:
wget https://github.com/JamesSmith2/EthControlLinux/releases/download/1.1/EthControl.gz && gunzip EthControl.gz && chmod +x EthControl

After that just run ./EthControl --help

https://github.com/JamesSmith2/EthControlLinux/releases

full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
October 10, 2017, 02:34:48 AM
Sweet
19-1.3 is out ... Thanks fullzero.




Note: -1.3 is BETA if you only want STABLE updates; wait for verification and bug resolution from the community


How to UPDATE to v0019-1.3 Link




Or you can Download the v0019-13 zip:

v0019-13 is 15.4gb

nvOC_v0019-13 Google Drive Link use this image for all mobos

Please Note: YOU MUST SET ADDRESSES in 1bash FOR YOUR COIN SELECTION or if using the WTM switch; each COIN SELECTION or you will have errors.  



Note: you still need to implement bios setting changes.  The SHA256 hash (for the zip) is:
Code:
62f40499580be1b695feda150f2b9a55e16f2c043b7f00fb09c1530f8b82ee67

v0019-1.3 Change Log: (note I haven't tested these changes yet)

Updated to the newest zm client ( 5.1 )

Removed Internet connection check to ensure HOST and IP are correctly set by 1bash: Internet problem has been identified as a compatibility problem with some NICs and a Ubuntu update.  The easiest solution for now is to get a $10 usb NIC from amazon and use it in place of your mobos NIC if it has internet problems.  I recommend this usb NIC: https://www.amazon.com/dp/B00M77HLII

Fixed some compatibility problems with papampi telegram type.

System optimizations: disabled and removed unecessary system processes

added papampi Miner Info webpage (bookmark is now in firefox)

added and integrated PAPAMPI_WTM_AUTO_SWITCH ( whattomine.com auto switcher (its awesome) ) Thanks papampi and damNmad  Grin

added BTX coin selection; Thanks damNmad



full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
October 10, 2017, 01:53:59 AM
Why do you waste your mining on MPH auto switch ?
MPH changed its api update time from 3 minutes to 30 minutes a month ago
So by the time api updates and you switch to a new coin, probably  the coin has gain difficulty and has no profit any more.
The web page update normal at 3 minutes but api no.

It's not quite right what you write the api MPH papami.
Even if I have noticed that the interval of 30 minutes is clearly visible.
I changed the polling time of the miningpoolhub API and the profitability changes very often in these 3 min intervals.
I added in the 3main file:

Code:
echo "` date` "
head -1 current-earnings >> algo-log
in the section between lines 587 to 600
Code:
if [$ LOCALORREMOTE == "REMOTE"]
then
echo "` date` "
head -1 current-earnings >> algo-log
echo "ENTER:"
echo ""
echo "screen -r minor"
echo ""
echo "in a terminal to display the extraction process"
sleep $ PROFIT_CHECK_TIMEOUT
python2.7 '/ home / m1 / switch' /home/m1/conf.json
Fi
completed
Fi
Here is what it gives me in the file algo_log used by the python script of Scott Alfter :
Code:
digibyte-skein (Skein): 0.00044971 BTC/day (2.18 USD/day)
2017-10-09 21:36:13.591628: zclassic (Equihash) 0.00037791 1.83
zclassic (Equihash): 0.00037791 BTC/day (1.83 USD/day)
zclassic (Equihash): 0.00037648 BTC/day (1.82 USD/day)
zclassic (Equihash): 0.00037616 BTC/day (1.82 USD/day)
zclassic (Equihash): 0.00037634 BTC/day (1.82 USD/day)
zclassic (Equihash): 0.00037857 BTC/day (1.84 USD/day)
zclassic (Equihash): 0.00037965 BTC/day (1.85 USD/day)
zclassic (Equihash): 0.00037889 BTC/day (1.84 USD/day)
zclassic (Equihash): 0.00037810 BTC/day (1.83 USD/day)
zclassic (Equihash): 0.00037628 BTC/day (1.82 USD/day)
zclassic (Equihash): 0.00037377 BTC/day (1.79 USD/day)
2017-10-09 22:06:28.924935: zcash (Equihash) 0.00034472 1.65
zcash (Equihash): 0.00034472 BTC/day (1.65 USD/day)
zcash (Equihash): 0.00034343 BTC/day (1.64 USD/day)
zcash (Equihash): 0.00034557 BTC/day (1.66 USD/day)
zcash (Equihash): 0.00034700 BTC/day (1.67 USD/day)
zcash (Equihash): 0.00034733 BTC/day (1.67 USD/day)
zcash (Equihash): 0.00034602 BTC/day (1.66 USD/day)
zcash (Equihash): 0.00034591 BTC/day (1.66 USD/day)
zcash (Equihash): 0.00034640 BTC/day (1.66 USD/day)
zcash (Equihash): 0.00034501 BTC/day (1.65 USD/day)
zcash (Equihash): 0.00034417 BTC/day (1.64 USD/day)
2017-10-09 22:36:39.956356: ethereum (Ethash) 0.00040174 1.93
ethereum (Ethash): 0.00040174 BTC/day (1.93 USD/day)
2017-10-09 22:37:16.279327: ethereum (Ethash) 0.00040174 1.93
ethereum (Ethash): 0.00040174 BTC/day (1.93 USD/day)
2017-10-09 22:37:32.266670: ethereum (Ethash) 0.00040174 1.93
ethereum (Ethash): 0.00040174 BTC/day (1.93 USD/day)
ethereum (Ethash): 0.00040240 BTC/day (1.94 USD/day)
ethereum (Ethash): 0.00040140 BTC/day (1.93 USD/day)
ethereum (Ethash): 0.00040206 BTC/day (1.93 USD/day)
ethereum (Ethash): 0.00040300 BTC/day (1.94 USD/day)
ethereum (Ethash): 0.00040407 BTC/day (1.95 USD/day)
ethereum (Ethash): 0.00040406 BTC/day (1.95 USD/day)
ethereum (Ethash): 0.00040472 BTC/day (1.96 USD/day)
ethereum (Ethash): 0.00040502 BTC/day (1.96 USD/day)
ethereum (Ethash): 0.00040319 BTC/day (1.94 USD/day)
ethereum (Ethash): 0.00037905 BTC/day (1.83 USD/day)
ethereum (Ethash): 0.00037800 BTC/day (1.82 USD/day)
ethereum (Ethash): 0.00037666 BTC/day (1.81 USD/day)
ethereum (Ethash): 0.00037691 BTC/day (1.81 USD/day)
ethereum (Ethash): 0.00037752 BTC/day (1.82 USD/day)
ethereum (Ethash): 0.00037704 BTC/day (1.81 USD/day)
ethereum (Ethash): 0.00037638 BTC/day (1.80 USD/day)
ethereum (Ethash): 0.00037658 BTC/day (1.81 USD/day)
ethereum (Ethash): 0.00037682 BTC/day (1.81 USD/day)
2017-10-09 23:33:13.078576: ethereum (Ethash) 0.00037682 1.81
ethereum (Ethash): 0.00037682 BTC/day (1.81 USD/day)
2017-10-09 23:33:28.854128: ethereum (Ethash) 0.00037682 1.81
ethereum (Ethash): 0.00037682 BTC/day (1.81 USD/day)
2017-10-09 23:33:43.396933: ethereum (Ethash) 0.00037715 1.81
ethereum (Ethash): 0.00037715 BTC/day (1.81 USD/day)
ethereum (Ethash): 0.00037707 BTC/day (1.81 USD/day)
2017-10-09 23:39:47.383276: zcash (Equihash) 0.00037777 1.82
zcash (Equihash): 0.00037777 BTC/day (1.82 USD/day)
zcash (Equihash): 0.00037819 BTC/day (1.82 USD/day)
zcash (Equihash): 0.00037835 BTC/day (1.82 USD/day)
zcash (Equihash): 0.00037835 BTC/day (1.82 USD/day)
zcash (Equihash): 0.00037813 BTC/day (1.82 USD/day)
zcash (Equihash): 0.00037770 BTC/day (1.82 USD/day)
zcash (Equihash): 0.00037804 BTC/day (1.82 USD/day)
zcash (Equihash): 0.00037822 BTC/day (1.82 USD/day)
zcash (Equihash): 0.00037907 BTC/day (1.83 USD/day)
zcash (Equihash): 0.00037891 BTC/day (1.83 USD/day)
2017-10-10 00:09:58.784437: digibyte-groestl (Myriad-Groestl) 0.00039544 1.91
digibyte-groestl (Myriad-Groestl): 0.00039544 BTC/day (1.91 USD/day)
digibyte-groestl (Myriad-Groestl): 0.00039500 BTC/day (1.90 USD/day)
digibyte-groestl (Myriad-Groestl): 0.00039368 BTC/day (1.89 USD/day)
digibyte-groestl (Myriad-Groestl): 0.00039359 BTC/day (1.89 USD/day)
digibyte-groestl (Myriad-Groestl): 0.00039245 BTC/day (1.88 USD/day)
digibyte-groestl (Myriad-Groestl): 0.00038990 BTC/day (1.85 USD/day)
digibyte-groestl (Myriad-Groestl): 0.00039276 BTC/day (1.88 USD/day)
digibyte-groestl (Myriad-Groestl): 0.00039172 BTC/day (1.87 USD/day)
digibyte-groestl (Myriad-Groestl): 0.00039110 BTC/day (1.86 USD/day)


each row that has no date is the result of querying the MPH API
You can also see that my minor eth works badly since he reboots the miner. I did not have this kind of pb with claymore. I tried all ethminer, and it all have a pb. and produce the same effect.

I will probably try this weekend your WTM_profit Switching. But what worries me a little is in fact the dissemination on several pools of my times of mining and recovery of the coins. Lots of pools have a minimum Debit, but for a little miner, it can be long before recovering the coins on each pool.

it would be necessary to see if Zpool will not be the most interesting in this respect. Because their page seems to indicate a multitude of coins with as a bonus self-exchange. So saving time to have bitcoin, only real coin more and more usable directly for more and more merchants or shops


Those fluctuations are because of fiat price changes and not mph api update , salfetr mph switch gets fiat price from blockchain.info


profitability info is updated like every 3 minutes at website.
API calls are cached. They are updated every 30 minutes.



And again a month later:



Please lower 30 minute API update time.
Its too much...
By the time MPH API shows good profit MPH site shows no profit.
MPH site was showing 0.58795 no-norm profit on feathercoin neoscrypt and by the time api updated and my miner started mining it MPH site shows 0.25478
Thats not good for auto profit switching at all.


Hmm.. Actually 30 min is cloudflare's minimum caching time interval limit. I'll find a way to lower this.


@miningpoolhub We are getting ready to push for MultiPoolMiner V3, which will have lots of new features including better calculation for profitability but the API update delay throws the whole thing off. Have you thought about any alternative solutions?



You were multipoolminer dev too? I thought only aaronsace was developing it.
I'll find a better way but current 30 min is not what I decided. Cloudflare limitation for caching. I'll contact Cloudflare for shorter caching.

full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
October 10, 2017, 12:41:20 AM
I am currently running a rig with 10 GTX 1060s on nvOC mining ETH using ethminer. Is there a way to remotely monitor GPU hashrates/temps/other statistical info besides the pool website? (btw I use ethermine.org)

I downloaded Ethereum Mining Monitor iOS app and would like to know how to set up this page: ?

Do I have to set up my own hostname/domain because I don't see where I get that information from on ethminer. Back when I tried out ethOS, it provided a way to setup a hostname in the config (which was linked to hostname.ethosdistro.com) but I'm unsure of a way to do it with ethminer in nvOC?
Web stat page coming in 19-1.3
newbie
Activity: 36
Merit: 0
October 09, 2017, 06:01:55 PM
I am currently running a rig with 10 GTX 1060s on nvOC mining ETH using ethminer. Is there a way to remotely monitor GPU hashrates/temps/other statistical info besides the pool website? (btw I use ethermine.org)

I downloaded Ethereum Mining Monitor iOS app and would like to know how to set up this page: https://imgur.com/a/Rab4t?

Do I have to set up my own hostname/domain because I don't see where I get that information from on ethminer. Back when I tried out ethOS, it provided a way to setup a hostname in the config (which was linked to hostname.ethosdistro.com) but I'm unsure of a way to do it with ethminer in nvOC?
full member
Activity: 340
Merit: 103
It is easier to break an atom than partialities AE
October 09, 2017, 05:49:36 PM
Why do you waste your mining on MPH auto switch ?
MPH changed its api update time from 3 minutes to 30 minutes a month ago
So by the time api updates and you switch to a new coin, probably  the coin has gain difficulty and has no profit any more.
The web page update normal at 3 minutes but api no.

It's not quite right what you write the api MPH papami.
Even if I have noticed that the interval of 30 minutes is clearly visible.
I changed the polling time of the miningpoolhub API and the profitability changes very often in these 3 min intervals.
I added in the 3main file:

Code:
echo "` date` "
head -1 current-earnings >> algo-log
in the section between lines 587 to 600
Code:
if [$ LOCALORREMOTE == "REMOTE"]
then
echo "` date` "
head -1 current-earnings >> algo-log
echo "ENTER:"
echo ""
echo "screen -r minor"
echo ""
echo "in a terminal to display the extraction process"
sleep $ PROFIT_CHECK_TIMEOUT
python2.7 '/ home / m1 / switch' /home/m1/conf.json
Fi
completed
Fi
Here is what it gives me in the file algo_log used by the python script of Scott Alfter :
Code:
digibyte-skein (Skein): 0.00044971 BTC/day (2.18 USD/day)
2017-10-09 21:36:13.591628: zclassic (Equihash) 0.00037791 1.83
zclassic (Equihash): 0.00037791 BTC/day (1.83 USD/day)
zclassic (Equihash): 0.00037648 BTC/day (1.82 USD/day)
zclassic (Equihash): 0.00037616 BTC/day (1.82 USD/day)
zclassic (Equihash): 0.00037634 BTC/day (1.82 USD/day)
zclassic (Equihash): 0.00037857 BTC/day (1.84 USD/day)
zclassic (Equihash): 0.00037965 BTC/day (1.85 USD/day)
zclassic (Equihash): 0.00037889 BTC/day (1.84 USD/day)
zclassic (Equihash): 0.00037810 BTC/day (1.83 USD/day)
zclassic (Equihash): 0.00037628 BTC/day (1.82 USD/day)
zclassic (Equihash): 0.00037377 BTC/day (1.79 USD/day)
2017-10-09 22:06:28.924935: zcash (Equihash) 0.00034472 1.65
zcash (Equihash): 0.00034472 BTC/day (1.65 USD/day)
zcash (Equihash): 0.00034343 BTC/day (1.64 USD/day)
zcash (Equihash): 0.00034557 BTC/day (1.66 USD/day)
zcash (Equihash): 0.00034700 BTC/day (1.67 USD/day)
zcash (Equihash): 0.00034733 BTC/day (1.67 USD/day)
zcash (Equihash): 0.00034602 BTC/day (1.66 USD/day)
zcash (Equihash): 0.00034591 BTC/day (1.66 USD/day)
zcash (Equihash): 0.00034640 BTC/day (1.66 USD/day)
zcash (Equihash): 0.00034501 BTC/day (1.65 USD/day)
zcash (Equihash): 0.00034417 BTC/day (1.64 USD/day)
2017-10-09 22:36:39.956356: ethereum (Ethash) 0.00040174 1.93
ethereum (Ethash): 0.00040174 BTC/day (1.93 USD/day)
2017-10-09 22:37:16.279327: ethereum (Ethash) 0.00040174 1.93
ethereum (Ethash): 0.00040174 BTC/day (1.93 USD/day)
2017-10-09 22:37:32.266670: ethereum (Ethash) 0.00040174 1.93
ethereum (Ethash): 0.00040174 BTC/day (1.93 USD/day)
ethereum (Ethash): 0.00040240 BTC/day (1.94 USD/day)
ethereum (Ethash): 0.00040140 BTC/day (1.93 USD/day)
ethereum (Ethash): 0.00040206 BTC/day (1.93 USD/day)
ethereum (Ethash): 0.00040300 BTC/day (1.94 USD/day)
ethereum (Ethash): 0.00040407 BTC/day (1.95 USD/day)
ethereum (Ethash): 0.00040406 BTC/day (1.95 USD/day)
ethereum (Ethash): 0.00040472 BTC/day (1.96 USD/day)
ethereum (Ethash): 0.00040502 BTC/day (1.96 USD/day)
ethereum (Ethash): 0.00040319 BTC/day (1.94 USD/day)
ethereum (Ethash): 0.00037905 BTC/day (1.83 USD/day)
ethereum (Ethash): 0.00037800 BTC/day (1.82 USD/day)
ethereum (Ethash): 0.00037666 BTC/day (1.81 USD/day)
ethereum (Ethash): 0.00037691 BTC/day (1.81 USD/day)
ethereum (Ethash): 0.00037752 BTC/day (1.82 USD/day)
ethereum (Ethash): 0.00037704 BTC/day (1.81 USD/day)
ethereum (Ethash): 0.00037638 BTC/day (1.80 USD/day)
ethereum (Ethash): 0.00037658 BTC/day (1.81 USD/day)
ethereum (Ethash): 0.00037682 BTC/day (1.81 USD/day)
2017-10-09 23:33:13.078576: ethereum (Ethash) 0.00037682 1.81
ethereum (Ethash): 0.00037682 BTC/day (1.81 USD/day)
2017-10-09 23:33:28.854128: ethereum (Ethash) 0.00037682 1.81
ethereum (Ethash): 0.00037682 BTC/day (1.81 USD/day)
2017-10-09 23:33:43.396933: ethereum (Ethash) 0.00037715 1.81
ethereum (Ethash): 0.00037715 BTC/day (1.81 USD/day)
ethereum (Ethash): 0.00037707 BTC/day (1.81 USD/day)
2017-10-09 23:39:47.383276: zcash (Equihash) 0.00037777 1.82
zcash (Equihash): 0.00037777 BTC/day (1.82 USD/day)
zcash (Equihash): 0.00037819 BTC/day (1.82 USD/day)
zcash (Equihash): 0.00037835 BTC/day (1.82 USD/day)
zcash (Equihash): 0.00037835 BTC/day (1.82 USD/day)
zcash (Equihash): 0.00037813 BTC/day (1.82 USD/day)
zcash (Equihash): 0.00037770 BTC/day (1.82 USD/day)
zcash (Equihash): 0.00037804 BTC/day (1.82 USD/day)
zcash (Equihash): 0.00037822 BTC/day (1.82 USD/day)
zcash (Equihash): 0.00037907 BTC/day (1.83 USD/day)
zcash (Equihash): 0.00037891 BTC/day (1.83 USD/day)
2017-10-10 00:09:58.784437: digibyte-groestl (Myriad-Groestl) 0.00039544 1.91
digibyte-groestl (Myriad-Groestl): 0.00039544 BTC/day (1.91 USD/day)
digibyte-groestl (Myriad-Groestl): 0.00039500 BTC/day (1.90 USD/day)
digibyte-groestl (Myriad-Groestl): 0.00039368 BTC/day (1.89 USD/day)
digibyte-groestl (Myriad-Groestl): 0.00039359 BTC/day (1.89 USD/day)
digibyte-groestl (Myriad-Groestl): 0.00039245 BTC/day (1.88 USD/day)
digibyte-groestl (Myriad-Groestl): 0.00038990 BTC/day (1.85 USD/day)
digibyte-groestl (Myriad-Groestl): 0.00039276 BTC/day (1.88 USD/day)
digibyte-groestl (Myriad-Groestl): 0.00039172 BTC/day (1.87 USD/day)
digibyte-groestl (Myriad-Groestl): 0.00039110 BTC/day (1.86 USD/day)


each row that has no date is the result of querying the MPH API
You can also see that my minor eth works badly since he reboots the miner. I did not have this kind of pb with claymore. I tried all ethminer, and it all have a pb. and produce the same effect.

I will probably try this weekend your WTM_profit Switching. But what worries me a little is in fact the dissemination on several pools of my times of mining and recovery of the coins. Lots of pools have a minimum Debit, but for a little miner, it can be long before recovering the coins on each pool.

it would be necessary to see if Zpool will not be the most interesting in this respect. Because their page seems to indicate a multitude of coins with as a bonus self-exchange. So saving time to have bitcoin, only real coin more and more usable directly for more and more merchants or shops
newbie
Activity: 46
Merit: 0
October 09, 2017, 04:45:52 PM
Unfortunately I must write, that nvOS is really unstable with 11 GPUs in my case. I'm sad... :-( In this case, each miner crash a few minutes after mining for memory segmentation fault, in 70% of startups watchdog kill mining process for maybe 20x times. In general there are many epochs without mining - when nvOS set up GPUs, or restating whole mining process. After GPUs re-allocation there are great improvement in stability. So, someone who has in one rig more that 8 cards and succesfully OCed?

I'm solving miners crashing, OC all day. My conclusion is nvOS v0019 is unstable and I can't trust it - with 11x GPUs.

It's little strange that if rig has only 8 cards, so it's stable. So, I've two rigs now, with 8 gpus, and 3 gpus. Both use nvOS and works :-) I don't understand why both rigs can have different OC settings.

On rig with 8 gpus is this:
On rig with 3 gpus is this:
  • power limit: 225W
  • core: +120
  • mem: +900
  • Mobo: ASUS Maximus Ranger IV
  • PSU 1700W
  • 3x Gigabite AORUS 1080Ti Extreme Water
  • i7-4790K

both rigs use CPU mining too

Hash rates are for ZCash:
  • with 8 gpus - about 5550 Sol/s
  • with 3 gpus - about 2150 Sol/s


My guess is the problem is temperature related. 

in 1bash you can increase the target temp:

Code:
TARGET_TEMP=80

and increase the minimal fan speed:

Code:
MINIMAL_FAN_SPEED=75
  or higher depending on how hot your GPUs are tending.

IMO 1080tis should always have active cooling; also they do best when the fans are blowing into the GPUs from the front (they are rear + top ejecting (not front like you would expect))

thanks for answer Fullzero.

Ok, I'll try it. It's true that my setting are
Code:
TARGET_TEMP=62
MANUAL_FAN="NO"
MINIMAL_FAN_SPEED=30

Yes, I use extra fans blowing to radiators from the front (I've water cooled GPUs)

I post results later.

Do you think is normal lower OC with more GPUs?
newbie
Activity: 46
Merit: 0
October 09, 2017, 04:30:52 PM
Hi Fullzero,

I've a small improvment of MPH script. I live in EU, so for me are better pools in Europe. MPH salfter script don't check location by default, by API gets list of possible host. I measure ping with default host names from MPH API and there were little big latency against to Europe host. So, I modify switching script.

There is guideline:

1) modify 1bash script and add (in MPH settings - for example before PROFIT_CHECK_TIMEOUT):
Code:
# preferred region - possible values: us-east, europe, asia
MPH_PREFERRED_REGION="europe"

2) modify 3main script and adjust structure for generation configuration file for MPH (mph_conf.json, find this: /home/m1/mph_conf.json):
Code:
"region": "${MPH_PREFERRED_REGION}"
so, definition for JSON file will be:
Code:
cat </home/m1/mph_conf.json
{
  "user_name": "$MPH_USERNAME",
  "miner_name": "$WORKER_NAME",
  "card_type": "nvidia",
  "currency": "$CURRENCY",
  "pwrcost": $POWER_COST,
  "min_profit": $MINIMUM_PROFIT,
  "region": "${MPH_PREFERRED_REGION}", # <--- add this line only
  "miners":
  {
... setting for miners are same
  }
}
EOF

3) modify mph_switch script:
3a) after line with min_profit=cfg["min_profit"] add:
Code:
region=cfg["region"].lower()
3b) replace block for evaluating miner scripts
Code:
coins={}
for i in reversed(data): # weed out unconfigured algos, do string substitutions
  try:
    miner=miners[i["algo"]]
    coins[i["coin_name"]]=miner["bin"].format(HOST=i["host"], PORT=str(i["port"]), NAME=user_name, MINER=miner_name)
  except:
    data.remove(i)
for
Code:
coins={}
for i in reversed(data): # weed out unconfigured algos, do string substitutions
  try:
    miner=miners[i["algo"]]
    host = i["host"]
    for tmp_host in i["host_list"].split(";"):
      if region in tmp_host:
        host = tmp_host
        break
    coins[i["coin_name"]]=miner["bin"].format(HOST=host, PORT=str(i["port"]), NAME=user_name, MINER=miner_name)
  except:
    data.remove(i)

That's all. Now MPH check region settings.
Why do you waste your mining on MPH auto switch ?
MPH changed its api update time from 3 minutes to 30 minutes a month ago
So by the time api updates and you switch to a new coin, probably  the coin has gain difficulty and has no profit any more.
The web page update normal at 3 minutes but api no.
LOL, damn... I didn't know it. I'm a novice in mining. But, I tried several days mining on MPH and I'm disappointed. I earned approx. 1/2 BTC as on NiceHash...

So, the best way is mining on WTM of NiceHash? I've little experiences and I see that NiceHash is more profitability.
newbie
Activity: 50
Merit: 0
October 09, 2017, 04:30:13 PM
Hi everyone,

I still got this weird problem on both of my rigs : After around 24/48 hours the hashrate on one of the rigs drops about half of what it is supposed to be and then keeps working normally on the lower hashrate without restarting etc. I have tried applying higher PL or reducing OC settings but I still see this problem coming up all the time and have to reset the rig manually. I am using 12 and 13 P106-100 Cards on Asrock h110 pro btc  one with 2 PSUs and one with just server PSU and on both rigs I get the same problem. I have tried turning on the WD but It sometimes doesn't reboot the system, does anyone know why the hashrate drops in half ?


Hope somebody can help me to find out the source of the problem since I have tried altering all the settings in the 1bash and still get the same results
full member
Activity: 224
Merit: 100
October 09, 2017, 04:27:52 PM
Im trying to compile latest tpruvot ccminer in nvOC v0019 and I get these error message about BIGNUM on the last step:

In file included from bignum.cpp:8:0:
bignum.hpp:63:24: error: invalid use of incomplete type ‘BIGNUM {aka struct bignum_st}’
 class CBigNum : public BIGNUM


Any tips or suggestions ?

TYIA
full member
Activity: 558
Merit: 194
October 09, 2017, 03:58:15 PM
I had noticed a bug with general / individual OC with the -1 update.  I thought it was fixed with -1.2; perhaps I missed something.  Are you using -1.2 ?

Those 2 rigs are still running -1.  I'll get them up to -1.2.  I was kinda procrastinating thinking that 0020 would be coming out soon.  Wink
full member
Activity: 558
Merit: 194
October 09, 2017, 03:16:49 PM
Quote
Maybe you should try individual clocks because it works fine for me.

That did the trick.  Kind of a pain having to set them individually for all 8 cards that are identical, but at least this gets around the issue.  Thanks!
full member
Activity: 224
Merit: 100
October 09, 2017, 02:42:13 PM
Ran into an issue I've never encountered before.  When doing a boot from a freshly imaged 32G USB (same make, model and size I use in all my other rigs), after the initial boot where the 1bash file is converted from dos to unix, I get stuck here on the 2nd boot:



I tried re-imaging the USB drive twice, but get stuck at the same place every time.  I even imaged 0019 to a 64GB SSD and still got stuck in the exact same place, see below:



The mobo I'm using is an Asus PRIME Z270-AR.  My other Asus rig is using a PRIME Z270-A.  The only different between these 2 mobos, is that the AR version only has a HDMI output where the A version also has DVI.

Another difference is that I already installed 2 M.2 to PCI adapters in this new mobo (plan to run 9 GPUs), but I have no GPU's connected yet.  Both rigs run Celeron G3930 CPUs (I have posted another question about using Celerons with 8+ GPUs, but I don't see how that could be related to this).

I did install the latest BIOS before I got started, and I configured the BIOS exactly the same as my other PRIME Z270-A, which has the following settings:

Advanced/Platform Misc Configuration - Everything Disabled
Advanced/System Agent (SA) Configuration / Graphics Configuration / Leave alone
Advanced/System Agent (SA) Configuration / Graphics Configuration / DMI/OPI Configuration / DMI Max Link Speed = Gen2
Advanced/System Agent (SA) Configuration / Graphics Configuration / PEG Port Configuration / Gen2, Gen2, Auto
Advanced/PCH Configuration / PCI Express Configuration / Gen2
Advanced/PCH-FW Configuration/PTT Configuration/PTP aware OS = Not PTP Aware
Advanced/Onboard Devices Configuration / HD Audio Controller = Disabled
Advanced/Onboard Devices Configuration / M.2_1 Configuration = Auto
Advanced/Onboard Devices Configuration / M.2_2 Bandwidth Configuration = X2
Advanced/Onboard Devices Configuration / RGB LED Lighting / In Sleep, hibernate and soft off states = Off
Advanced/APM Configuration / Restore AC Power Loss = Power On
Boot / Above 4G Decoding = Enabled
Boot/Secure Boot/Key Management/Clear Secure Boot Keys = YES

I went ahead and installed windows onto that 64G SSD just to make sure everything worked fine with the rest of the system, and it did.

Any ideas why nvOC doesn't appear to like the PRIME Z270-AR mobo?

One last note, I never did edit 1bash in Windows, I just "ejected" both USB partitions under windows, and then booted the 0019 image on the Asus.

Im pretty sure I tested nvOC with one of my Asus Prime(Z270-A) a few weeks and it was fine. Im getting another one this week, Ill test it again if I have the time.


btw, you should just stick with Windows 10 if you have 8 or less cards. nvOC has a lot of problems sadly and the support is very limited, even worse if you are not a Linux expert. Im running 0019 1.2 and since I upgraded the only thing I can mine is zcash. (true, I did not tried many coins)

I did managed to mine Vertcoin with 0019 but for some reason, the temp limit stopped working my 1080Ti but was fine with my 1070s. So I upgraded to 1.2 but now zencash and Vertcoin crash after a few seconds...
I suspect a cuda problem with Vertcoin but I have no idea why ewbf wont work anymore. I had no issue with 0019.

Ill probably start from scratch as soon as the new version is available. But if I had less cards on that rig (currently 12), I would stick with Windows 10.


To change the coin open 1bash in gedit and change:

Code:
COIN="ZEC"

to one of the other coin selections:


Code:
# CHOOSE COIN FROM:

#ALGO - X11-GOST
######### SIB

#ALGO - CryptoNight
######### XMR  KRB

#ALGO - Skunk
######### SIGT  ZPOOL_SKUNK  

#ALGO - Ethash
######### ETH  ETC  EXP  UBQ  MUSIC  SOIL

#ALGO - Equihash
######### ZEC  ZEN  HUSH  ZCL  KMD

#ALGO - NiceHash
######### DUAL_NICEHASH (Ethash + Decred)  NICE_EQUIHASH  NICE_ETHASH

#ALGO - X13
######### ONION

#ALGO - Neoscrypt
######### PXC  FTC  ORB

#ALGO - Myriad-Groestl
######### XMY

#ALGO - LYRA2V2
######### MONA  VTC  ZCOIN

#ALGO - SKEIN
######### DGB

#ALGO - GROESTL
######### GRS

#ALGO - SIA
######### SIA
  
#ALGO - LBRY
######### LBC (LBRY)

#ALGO - Decred
######### DCR

#ALGO - Pascal
######### PASC PASL

#TYPE - Zpool (auto converts to BTC)
######### ZPOOL_LYRA2V2  ZPOOL_BLAKE2S  ZPOOL_EQUIHASH  ZPOOL_LBC  ZPOOL_NEOSCRYPT  ZPOOL_LBRY  ZPOOL_SKEIN

#TYPE - DUAL Claymore (ETHASH + DCR/LBC/PASC/PASL/SC)
######### DUAL_ETH_DCR    DUAL_ETH_PASC    DUAL_ETH_PASL    DUAL_ETH_LBC    DUAL_ETH_SC
######### DUAL_ETC_DCR    DUAL_ETC_PASC    DUAL_ETC_PASL    DUAL_ETC_LBC    DUAL_ETC_SC
######### DUAL_EXP_DCR    DUAL_EXP_PASC    DUAL_EXP_PASL    DUAL_EXP_LBC    DUAL_EXP_SC
######### DUAL_MUSIC_DCR  DUAL_MUSIC_PASC  DUAL_MUSIC_PASL  DUAL_MUSIC_LBC  DUAL_MUSIC_SC
######### DUAL_UBQ_DCR    DUAL_UBQ_PASC    DUAL_UBQ_PASL    DUAL_UBQ_LBC    DUAL_UBQ_SC
######### DUAL_SOIL_DCR   DUAL_SOIL_PASC   DUAL_SOIL_PASL   DUAL_SOIL_LBC   DUAL_SOIL_SC

#TYPE - Miningpoolhub Auto Coin Switches based on Algo
######### MPH_ETHASH  MPH_EQUIHASH

#TYPE - Profit Switchers
######### SALFTER_NICEHASH_PROFIT_SWITCHING
######### SALFTER_MPH_PROFIT_SWITCHING

and save 1bash, then restart the mining process.  

Note most of the clients will not mine unless you also add your pool info / address in the relevant coin settings in 1bash ( in v0019 and prior I had actual addresses as the default, post v0019 you must add your address for the coin you want to mine )



I am way beyond that, but thanks for the reply anyway.

None of the ccminer works for me. Most of them crash after 1 min or even less and Alexis gives me half the hasrate I get with Windows. EWBF on v0019 is fine, rock steady for weeks.
full member
Activity: 224
Merit: 100
October 09, 2017, 02:38:17 PM


You tried Alexis and Klaust versions ?
Alexis is available in ASccminer
And this is latest Klaust I compiled : KTccminer

trying in a few minutes and will report back

Dont forget to try different intensities in both

any suggestions ? I think 22 is default. The pool is local and I have 12 GPUs on that rig.

Have not mined zcoin, no idea of the intensities, Klaust default is 14 ( I think)

so I installed Klaust from your link and I get this error message with zcoin: "Unknow algo paramater 'lyra2z'

cant even use ./ccminer --help I get "illegal instruction". Still on v0019 btw.
Maybe I should learn how to compile it myself...
full member
Activity: 558
Merit: 194
October 09, 2017, 02:29:40 PM
Quote
What is nvidia-smi reporting ?

Code:
m1@m1-desktop:~$ nvidia-smi
Mon Oct  9 15:28:35 2017
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 384.69                 Driver Version: 384.69                    |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce GTX 108...  Off  | 00000000:01:00.0 Off |                  N/A |
| 50%   57C    P2   209W / 210W |    719MiB / 11171MiB |     99%      Default |
+-------------------------------+----------------------+----------------------+
|   1  GeForce GTX 108...  Off  | 00000000:02:00.0 Off |                  N/A |
| 50%   60C    P2   229W / 210W |    679MiB / 11172MiB |     93%      Default |
+-------------------------------+----------------------+----------------------+
|   2  GeForce GTX 108...  Off  | 00000000:03:00.0 Off |                  N/A |
| 50%   64C    P2   211W / 210W |    679MiB / 11172MiB |     99%      Default |
+-------------------------------+----------------------+----------------------+
|   3  GeForce GTX 108...  Off  | 00000000:04:00.0 Off |                  N/A |
| 50%   57C    P2   212W / 210W |    679MiB / 11172MiB |     99%      Default |
+-------------------------------+----------------------+----------------------+
|   4  GeForce GTX 108...  Off  | 00000000:05:00.0 Off |                  N/A |
| 50%   60C    P2   208W / 210W |    679MiB / 11172MiB |     98%      Default |
+-------------------------------+----------------------+----------------------+
|   5  GeForce GTX 108...  Off  | 00000000:06:00.0 Off |                  N/A |
| 50%   58C    P2   214W / 210W |    679MiB / 11172MiB |     98%      Default |
+-------------------------------+----------------------+----------------------+
|   6  GeForce GTX 108...  Off  | 00000000:08:00.0 Off |                  N/A |
| 50%   65C    P2   210W / 210W |    679MiB / 11172MiB |     99%      Default |
+-------------------------------+----------------------+----------------------+
|   7  GeForce GTX 108...  Off  | 00000000:09:00.0 Off |                  N/A |
| 50%   59C    P2   229W / 210W |    679MiB / 11172MiB |     93%      Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID  Type  Process name                               Usage      |
|=============================================================================|
|    0      1027    G   /usr/lib/xorg/Xorg                              34MiB |
|    0      1825    G   compiz                                          13MiB |
|    0      2321    C   /home/m1/zec/v3_4/miner                        659MiB |
|    1      1027    G   /usr/lib/xorg/Xorg                               8MiB |
|    1      2321    C   /home/m1/zec/v3_4/miner                        659MiB |
|    2      1027    G   /usr/lib/xorg/Xorg                               8MiB |
|    2      2321    C   /home/m1/zec/v3_4/miner                        659MiB |
|    3      1027    G   /usr/lib/xorg/Xorg                               8MiB |
|    3      2321    C   /home/m1/zec/v3_4/miner                        659MiB |
|    4      1027    G   /usr/lib/xorg/Xorg                               8MiB |
|    4      2321    C   /home/m1/zec/v3_4/miner                        659MiB |
|    5      1027    G   /usr/lib/xorg/Xorg                               8MiB |
|    5      2321    C   /home/m1/zec/v3_4/miner                        659MiB |
|    6      1027    G   /usr/lib/xorg/Xorg                               8MiB |
|    6      2321    C   /home/m1/zec/v3_4/miner                        659MiB |
|    7      1027    G   /usr/lib/xorg/Xorg                               8MiB |
|    7      2321    C   /home/m1/zec/v3_4/miner                        659MiB |
+-----------------------------------------------------------------------------+

Quote
Maybe you should try individual clocks because it works fine for me.

Thanks, I'll give that a shot and see what happens.
Jump to: