Pages:
Author

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

Hin
newbie
Activity: 9
Merit: 0
i just went thru several pools. so far i saw zergpool and blazepool may be the right one? maybe, but there payout is at least 0.005, i only have a small rig . any advise will be appreciate.
newbie
Activity: 91
Merit: 0
is there any way I can add another miner to NEMOS?

You can always post a request with an explanation of why you want the miner.
I correctly understand that I myself can not insert any miner?
You can... but it's a bit complicated. Actually you can do anything since it's open source as long as you know how.

I don't have time right now to write a full guide but I'll give you an idea of how to do it,
1) Go to the folder \Miners
2) Copy paste one miner (preferably a similar one)
3) Read all the parameters of the file you opened and make any changes as required, depending on the miner you want to load
4) (Optional) Download the miner and put the files in the \Bin folder, but even if you don't, as long as you've inserted the correct download link in step 3 it will be auto-downloaded.

If you need more help, I'll check the forums tomorrow again so just ask.

I did it all, my added miner starts the benchmark, but after 300 seconds the data is not added and the miner continues to work in the benchmark mode, what do I do wrong?the only thing I do not specify the address for downloading the miner, because it does not exist, how can I be?
newbie
Activity: 52
Merit: 0
How to change the intensity of an algorithm in a separate algorithm? For example only X17 or RVN and automatically apply them?

Edit ccminerAlexis78.ps1 in the Miners folder
Code:
"x17" = " -i 20 -d $SelGPUCC --api-remote" #X17

Big thank's!
jr. member
Activity: 154
Merit: 1
How to change the intensity of an algorithm in a separate algorithm? For example only X17 or RVN and automatically apply them?

Edit ccminerAlexis78.ps1 in the Miners folder
Code:
"x17" = " -i 20 -d $SelGPUCC --api-remote" #X17
newbie
Activity: 52
Merit: 0
How to change the intensity of an algorithm in a separate algorithm? For example only X17 or RVN and automatically apply them?
newbie
Activity: 6
Merit: 0
No. No error.
But no change in the clock.
Heres some syntax for a +10 core change, just to confirm it works.

Code:
SET CORE1=10
SET MEM1=0

cmd /c "set __COMPAT_LAYER=RUNASINVOKER && start "" "C:\Users\miner\Desktop\nvidiaInspector.exe" %*"-setBaseClockOffset:0,0,%CORE1%" "-setMemoryClockOffset:0,0,%MEM1%"

THX a lot. It is working but only 1 GPU. (GPU0)

But lots, lots of testing and this is works for 3gpu

SET CORE1=150
SET MEM1=500

cmd /c "set __COMPAT_LAYER=RUNASINVOKER && start "" "C:\Users\miner\Desktop\NV\nvidiaInspector.exe" %*"-setBaseClockOffset:0,0,%CORE1%" "-setMemoryClockOffset:0,0,%MEM1%" "-setPowerTarget:0,87" "-setTempTarget:0,0,83"
cmd /c "set __COMPAT_LAYER=RUNASINVOKER && start "" "C:\Users\miner\Desktop\NV\nvidiaInspector.exe" %*"-setBaseClockOffset:1,0,%CORE1%" "-setMemoryClockOffset:1,0,%MEM1%" "-setPowerTarget:1,87" "-setTempTarget:1,0,83"
cmd /c "set __COMPAT_LAYER=RUNASINVOKER && start "" "C:\Users\miner\Desktop\NV\nvidiaInspector.exe" %*"-setBaseClockOffset:2,0,%CORE1%" "-setMemoryClockOffset:2,0,%MEM1%" "-setPowerTarget:2,87" "-setTempTarget:2,0,83"
jr. member
Activity: 154
Merit: 1

Thanks all,
BTW which pool is recomended?
is it better stick to one pool or more?


I like Zergpool.  Fine to have more than one pool, but keep in mind that the more you use, the longer it takes for payouts.
Hin
newbie
Activity: 9
Merit: 0

Thanks all,
BTW which pool is recomended?
is it better stick to one pool or more?
full member
Activity: 349
Merit: 102
Thx minerx117!
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
NemosMiner-v3.1

https://github.com/nemosminer/NemosMiner/releases
https://github.com/nemosminer/NemosMiner/releases/download/v3.1/NemosMiner-v3.1.zip

Miner updates:
updated ccminerx16r-x16s : https://github.com/nemosminer/ccminerx16r-x16s/releases
added ccminer-cryptonight support for cryptonightV7 (nicehash) : https://github.com/KlausT/ccminer-cryptonight/releases
updated ccminer-Tpruvot : https://github.com/tpruvot/ccminer/releases
disabled XMRig (not working with more than 3 GPU's)

Algo updates:
added x16s & hmq1725 support (zergpool)
added cryptonightv7 support (nicehash)
added x16r support (ahashpool,blazepool)
changed Tribus to Tpruvotx64

Pools updates
take zergpool fee into account

If you have Windows 7, 8, or 8.1, please update PowerShell:
https://www.microsoft.com/en-us/download/details.aspx?id=50395

CCMiner may need 'MSVCR120.dll' if you don't already have it:
https://www.microsoft.com/en-gb/download/details.aspx?id=40784

CCMiner may need 'VCRUNTIME140.DLL' if you don't already have it:
https://www.microsoft.com/en-us/download/details.aspx?id=48145

running multiple cards its recommended to increase Virtual Memory 64gb is optimal

Requires nvidia driver newer than 388 (390.65 recommended)

Made For & Tested with 8x10603gb 6x1070 6x1070ti 6x1080ti (users have reported up to 12cards working have not tested myself) Some miners do not support more that 9cards

Best Regards
Nemo
jr. member
Activity: 154
Merit: 1
BTC price +20% in 1 hour here we go...

The Moon : https://www.youtube.com/watch?v=Zn-GulOWw8c

Best regards
Nemo


Cool! Cool  I'm hoping the bull has a long life!

Edit:  I saw this on a blog.. lol. "Assad had a to move a lot of money, fast."
full member
Activity: 728
Merit: 169
What doesn't kill you, makes you stronger
is there any way I can add another miner to NEMOS?

You can always post a request with an explanation of why you want the miner.
I correctly understand that I myself can not insert any miner?
You can... but it's a bit complicated. Actually you can do anything since it's open source as long as you know how.

I don't have time right now to write a full guide but I'll give you an idea of how to do it,
1) Go to the folder \Miners
2) Copy paste one miner (preferably a similar one)
3) Read all the parameters of the file you opened and make any changes as required, depending on the miner you want to load
4) (Optional) Download the miner and put the files in the \Bin folder, but even if you don't, as long as you've inserted the correct download link in step 3 it will be auto-downloaded.

If you need more help, I'll check the forums tomorrow again so just ask.
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
BTC price +20% in 1 hour here we go...

The Moon : https://www.youtube.com/watch?v=Zn-GulOWw8c

Best regards
Nemo
newbie
Activity: 91
Merit: 0
is there any way I can add another miner to NEMOS?

You can always post a request with an explanation of why you want the miner.
I correctly understand that I myself can not insert any miner?
jr. member
Activity: 154
Merit: 1
Tribus creep, i have recently noticed the last two days that one of my rigs was mining Tribus and the other wasnt. Both are running on 3.0.
The one that was mining it, had a really high USD/day, whilst the other was mining a different algo.
As a comparison between the two rigs, the 6 x GTX1080TI had a speed of about 470 MH/s, whilst the other rig with 4 x GTX1080TI had a speed of 1.47GH/s. I deleted the miner stats in the stat folder and rebenchmark.
This dropped it down from 1.47GH/s to 308 MH/s for 4 x GPU.
Coming home from work today, i noticed it was mining Tribus again and its speed was listed as being 907MH/s, so delete folder again, rebenchmark it was 313MH/s.

I realise that the overtime the speed listed will change slightly up or down depending upon the mining hash rate, but not sure why its climbing so high for Tribus and mining on it all day, when other algo's are more profitable.

Any ideas as to why this is happening on one rig?

I've had Tribus crash on the ccminerTpruvotcuda9.ps1 miner and have switched to the ccminerTpruvotx64.ps1 and have had no problems since.  You may want to try.  If that doesn't work, for now leave Tribus off your algorithm list.
member
Activity: 514
Merit: 11
Hello, after recent updates on nemosminer(now its 3.0) i can no longer find an europe server option to connect to zergpool. Why is that? How can i coonect to the europe server now ?

https://bitcointalksearch.org/topic/m.32754602
jr. member
Activity: 154
Merit: 1
is there any way I can add another miner to NEMOS?

You can always post a request with an explanation of why you want the miner.
jr. member
Activity: 154
Merit: 1
hi, is there any video or any guide  setting up nemo miner running. i m noob about multi algo switching

Note that the more pools that are selected the longer it takes for payouts.
newbie
Activity: 10
Merit: 0
Hello, after recent updates on nemosminer(now its 3.0) i can no longer find an europe server option to connect to zergpool. Why is that? How can i coonect to the europe server now ?
newbie
Activity: 91
Merit: 0
is there any way I can add another miner to NEMOS?
Pages:
Jump to: