Author

Topic: [NemosMiner] multi algo profit switching NVIDIA/CPU miner - page 193. (Read 289447 times)

newbie
Activity: 9
Merit: 0
Another question Nemo I am putting together another ring with Nvidia 1080 / 8g-ram with 6 cards. Your advice also on setting up for the best performance good work Nemo! Sorry for these questions I was used to working with AMD R9 390 before!  And again thank you! Andrew Colombia.
newbie
Activity: 9
Merit: 0
Hi Nemo, thank you for your answer. This configuration that advises me is the maximum for stable major profit or can I upload some more parameters? Again thanks! Andrew Colombia
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
hi
At that time I have an OC in test of 80 power limit, +84 core clock +236 memory clock but it seems temp 60 degrees but I would like to raise more profit if it is possible. Thanks for your answer win 10 no problem for temp or power expenditure

1080ti been running @ 80%tdp (200watts) +100 core default mem temp limit 84... not 60...
newbie
Activity: 9
Merit: 0
hi
At that time I have an OC in test of 80 power limit, +84 core clock +236 memory clock but it seems temp 60 degrees but I would like to raise more profit if it is possible. Thanks for your answer win 10 no problem for temp or power expenditure
newbie
Activity: 9
Merit: 0
Nemo have a good day!
Please can you give me the best OC configuration for my ring of 6x 1080ti as max power limit, max core clock and max mem clock for a stable configuration thanks for your collaboration Huh Huh
legendary
Activity: 1848
Merit: 1166
My AR-15 ID's itself as a toaster. Want breakfast?
Guys I have a query.

Is it possible to make this program less intrusive?

I keep it running in the background and it ends up coming to front of the screen. Let's say I'm watching  a movie while this is running in background, everytime it changes algo or something- it'll come on top of all the windows. I have to get up and then click on minimize it.

Some way to make it less intrusive? so it just mines in background and doesn't come on top of existing windows?

I can think of two ways.

First is to just open powershell and the miner app with the start command (not sure if it will request foreground access after launch tho, you can test) by:

going into the batch that launches the miner.

prefix the powershell command like this:

Code:
START /MIN "NemosMiner" powershell -......................

START will load the program in its own memory space (outside the batch) so be sure that there's no loop in the batch;  this is a "one time hit/launch".

/MIN will start the window minimized (background of sorts)

The part between the quotes is just to label the window you are "start"ing.



If this still keeps taking foreground access while using it;  you can hide the process via the method found in the batch link in my sig listed as: JK's Silent Miner launcher V 1.0

use this instead to launch nemosminer in the system space (outside userland).   To close the miner, you will have to manually either:
use task manager to kill the process for powershell and the open miner app;

or use a method like in my manual/automatic batch to find and close the open process(es).

You will not be able to view the miner app windows/userland data with this second method.  You will have to accept that is you use it, or code in a way to have the app's output written to a file and read from that.
full member
Activity: 336
Merit: 100
Genesis Team™
Going to check this out the second I get home!!

Had been doing very well on my own up until recently.. getting lazy, rather let someone else figure out what is most profitable  Tongue
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
I think I figured out all my own questions. except the intensity and custom core/mem clocks.

The more I look at this the more I love it. You did a great job.

I'd also like to add API support. "-b 0.0.0.0:xxxx"

I am indeed. On my PC at home it works perfectly. On my 5x1080 rig, the wrapper opens and immediately closes. No idea why.

It's no big deal, as Alexis is faster for both Skein and C11... But hey.

Didn't OP post that recent update 2.0.7 has Alexis miner in it?



2.0.7 was for Tribus Algo support
working on 2.0.8 atm.. Alexis78 & 1080ti's focused on 2-3card rigs...

Outstanding work. couple ?s

Can I set custom -i for each algo?
For each algo can I have it launch a bat file? I also have custom clocks and TDP for each algo which I run using Nvidia Inspector.
I know you're working on Alexis support, you mentioned 2-3 rig setups, I never have issues with alexis not starting all cards. Will 2.0.8 work with 8 card rigs?
Is there a way I can manually limit to the algos I want? Lets say I only want to switch between equihash and blake2s


again, this is great.





Can I set custom -i for each algo? "you can but not easily atm"
For each algo can I have it launch a bat file? I also have custom clocks and TDP for each algo which I run using Nvidia Inspector. "im working adding -powerlimit and -gpu clock -mem clock options (not done yet)"
 I know you're working on Alexis support, you mentioned 2-3 rig setups, I never have issues with alexis not starting all cards. Will 2.0.8 work with 8 card rigs? "yeh it will work for any amount of cards but you may find issiues with more than 3 cards.."

Is there a way I can manually limit to the algos I want? Lets say I only want to switch between equihash and blake2s  "Yeh thats a easy 1.. Just edit start.bat remove any algos you don't want to mine just leave equihash and blake2s

Best Regards
Nemo

sr. member
Activity: 434
Merit: 251
I think I figured out all my own questions. except the intensity and custom core/mem clocks.

The more I look at this the more I love it. You did a great job.

I'd also like to add API support. "-b 0.0.0.0:xxxx"

I am indeed. On my PC at home it works perfectly. On my 5x1080 rig, the wrapper opens and immediately closes. No idea why.

It's no big deal, as Alexis is faster for both Skein and C11... But hey.

Didn't OP post that recent update 2.0.7 has Alexis miner in it?



2.0.7 was for Tribus Algo support
working on 2.0.8 atm.. Alexis78 & 1080ti's focused on 2-3card rigs...

Outstanding work. couple ?s

Can I set custom -i for each algo?
For each algo can I have it launch a bat file? I also have custom clocks and TDP for each algo which I run using Nvidia Inspector.
I know you're working on Alexis support, you mentioned 2-3 rig setups, I never have issues with alexis not starting all cards. Will 2.0.8 work with 8 card rigs?
Is there a way I can manually limit to the algos I want? Lets say I only want to switch between equihash and blake2s


again, this is great.




sr. member
Activity: 434
Merit: 251
I am indeed. On my PC at home it works perfectly. On my 5x1080 rig, the wrapper opens and immediately closes. No idea why.

It's no big deal, as Alexis is faster for both Skein and C11... But hey.

Didn't OP post that recent update 2.0.7 has Alexis miner in it?



2.0.7 was for Tribus Algo support
working on 2.0.8 atm.. Alexis78 & 1080ti's focused on 2-3card rigs...

Outstanding work. couple ?s

Can I set custom -i for each algo?
For each algo can I have it launch a bat file? I also have custom clocks and TDP for each algo which I run using Nvidia Inspector.
I know you're working on Alexis support, you mentioned 2-3 rig setups, I never have issues with alexis not starting all cards. Will 2.0.8 work with 8 card rigs?
Is there a way I can manually limit to the algos I want? Lets say I only want to switch between equihash and blake2s


again, this is great.



full member
Activity: 168
Merit: 100
Guys I have a query.

Is it possible to make this program less intrusive?

I keep it running in the background and it ends up coming to front of the screen. Let's say I'm watching  a movie while this is running in background, everytime it changes algo or something- it'll come on top of all the windows. I have to get up and then click on minimize it.

Some way to make it less intrusive? so it just mines in background and doesn't come on top of existing windows?
newbie
Activity: 23
Merit: 0
is it not profitable? From the stats, dual mining it on 1080ti seems to be
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
why we don't use claymore dual mining? is not allowed?

claymore is for Ethereum i don't mine Ethereum...  

Nemo
newbie
Activity: 23
Merit: 0
why we don't use claymore dual mining? is not allowed?
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
I am indeed. On my PC at home it works perfectly. On my 5x1080 rig, the wrapper opens and immediately closes. No idea why.

It's no big deal, as Alexis is faster for both Skein and C11... But hey.

Didn't OP post that recent update 2.0.7 has Alexis miner in it?



2.0.7 was for Tribus Algo support
working on 2.0.8 atm.. Alexis78 & 1080ti's focused on 2-3card rigs...
full member
Activity: 322
Merit: 233
@Storx: did you get any more granularity on the intervals? Seems strange you were getting best results with 3000 (that's 50 minutes without switching)...

Im sorry bud the test was spoiled by thunderstorm a few days ago, my parents house which has 2 rigs, 2 racks of 4x1080ti's per are down.. still troubleshooting the issue.. seems the motherboard is fried.. really hope that the 8 GPU's are ok...

currently im mining at 10minute intervals, because it seemed switching to often was causing a lost in profit due to switching in the middle of processing data, but going to long was pushing out off the clif of income.....

That's a damn shame, talk about luck. I hope your 1080 ti's are okay!

My condolences also.
Did you use surge protector on your rigs?
I am still unsure if surge protectors are worth it when it comes to thunder hitting nearby electrical grid.
Theoretically, decent PSUs have surge protection, so maybe its just your PSU that is dead?

Ya i had each rig on UPS brand backup power supplies, the UPS is still working on both and when i turn the PSU on manually the GPU's turn the fans.. but the motherboards are not responding at all... im thinking the damage came through the internet cables, because it took out the cable modem as well.
full member
Activity: 168
Merit: 100
I dropped NiceHash and am now trying to earn a little bit more with Nemos... Can anyone tell me where I can see how much I earn per day/earned the last 24 hours? Thanks! Smiley

You go to zpool.ca and click on wallet and then insert your wallet id and press search.
hero member
Activity: 1218
Merit: 534
I dropped NiceHash and am now trying to earn a little bit more with Nemos... Can anyone tell me where I can see how much I earn per day/earned the last 24 hours? Thanks! Smiley
full member
Activity: 168
Merit: 100
I am indeed. On my PC at home it works perfectly. On my 5x1080 rig, the wrapper opens and immediately closes. No idea why.

It's no big deal, as Alexis is faster for both Skein and C11... But hey.

Didn't OP post that recent update 2.0.7 has Alexis miner in it?

legendary
Activity: 3486
Merit: 1126
Hey thank you for this! Is there any miner monitoring software that is compatible with this?

I've got a msg from the dev of http://ethmonitoring.com/ who recently added monitoring for www.zpool.ca

I haven't tried it out yet but might be worth a look.
Jump to: