Author

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

newbie
Activity: 10
Merit: 0
Awesome sir, thank you very much



Can't seem to get Cryptonight to work with the newest beta and the newest Nvidia drivers.  Keep getting an out of memory error.

Everything else runs perfect

Thanks

yeh i have changed ccminer for Cryptonight algo today...  
after a kind user @zxhaxdr posted a issue on github https://github.com/nemosminer/NemosMiner-v2.2.2/issues/68

i will upload a new 2.3a-beta 2moro with changes

Best Regards
Nemo
newbie
Activity: 3
Merit: 0
Yes please fix nemosminer v 2.3 to work correctly with Zpool

Edit : all benchmark status failed but one equihash why is this ? all my drivers are up to date need help
same is happening with me , i'm on 2.2.2 though
also on the equihash algo - running EWBF cuda nvidia - it keeps shutting of at temp limit 90
i tried to edit the configuration file for it in it's bin folder and set the temp limit to 92 c but it doesn't work , i'm not able to edit the temp setting and intensity setting .
please help - new here
hero member
Activity: 677
Merit: 500
For those who need to add the 1000 divisor for keccak before the final 2.3 upgrade:

1. Go to the Pools folder and edit the zpool.ps1 (and zpool24hr.ps1) file(s).
2. Find the line "switch($Zpool_Algorithm)" and add the line " "keccak"{$Divisor *= 1000} ".

See example:

Code:
switch($Zpool_Algorithm)
    {
        "equihash"{$Divisor /= 1000}
        "blake2s"{$Divisor *= 1000}
        "blakecoin"{$Divisor *= 1000}
        "decred"{$Divisor *= 1000}
        "keccak"{$Divisor *= 1000}
    }
newbie
Activity: 36
Merit: 0
Yes please fix nemosminer v 2.3 to work correctly with Zpool

Edit : all benchmark status failed but one equihash why is this ? all my drivers are up to date need help

 Try to monitor what happens when it switches pool and then post screenshot here. Maybe others can help. I did that with my 2.3 initial config.
hero member
Activity: 677
Merit: 500
Keccak has been change to GH from MH. Will need to update scripts to accommodate the change.

Can't wait!
newbie
Activity: 7
Merit: 0
Keccak has been change to GH from MH. Will need to update scripts to accommodate the change.

Which file should I edit? For now, i have disabled Keccak on startxxx.bat
newbie
Activity: 39
Merit: 0
Yes please fix nemosminer v 2.3 to work correctly with Zpool

Edit : all benchmark status failed but one equihash why is this ? all my drivers are up to date need help
member
Activity: 77
Merit: 10
zpoll does not work correctly with the nemosminer v 2.3
legendary
Activity: 3486
Merit: 1126
Keccak has been change to GH from MH. Will need to update scripts to accommodate the change.
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
Hi mate, i also started to use your progs, and think you did a good job.
Atm i have only 1 question and 1 problem.

I mine with 2x GTX1070 on 1 system and 1 on another pc, i have set with MSI afterburner the powerlimit to -30%. When it starts with mining a algo it goes well, but after switching to another algo most of the time my powerlimit does not work and it goes to 100% power usage, then need to set it back to -30% manualy.

Is there a way to set this up properly so it would stay at that powerlimit?

Which drivers are the most stable and give more hash at the moment, i am using the 378.92 drivers.

For everyone who might have this issue, i work on the computer while mining. and when the algos use their max hashrate my computer freesez the screen, so i manualy changed the -i values in the miners map for ccminerAlexis78.ps1 for example:
    "hsr" = " -i 18,20 -d $SelGPUCC" #Hsr
    #"bitcore" = "" #Bitcore
    "blake2s" = " -i 26,31 -d $SelGPUCC" #Blake2s
    "blakecoin" = " -i 25,31 -d $SelGPUCC" #Blakecoin
    #"vanilla" = "" #BlakeVanilla
    #"cryptonight" = "" #Cryptonight
    "veltor" = " -i 20,23 -d $SelGPUCC" #Veltor
    #"decred" = "" #Decred
    #"equihash" = "" #Equihash
    #"ethash" = "" #Ethash
    #"groestl" = "" #Groestl
    #"hmq1725" = "" #hmq1725
    #"keccak" = " -m 2 -i 22,29" #Keccak

hey mate try upgrading your nvidia driver from: 378.92   to any new than 384... its one of the requirements as stated in readme/instructions...
current nvidia drivers are up to 388.x 
i just started using msi afterburner my self its working fine...

Best Regards
Nemo
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
Can't seem to get Cryptonight to work with the newest beta and the newest Nvidia drivers.  Keep getting an out of memory error.

Everything else runs perfect

Thanks

yeh i have changed ccminer for Cryptonight algo today...  
after a kind user @zxhaxdr posted a issue on github https://github.com/nemosminer/NemosMiner-v2.2.2/issues/68

i will upload a new 2.3a-beta 2moro with changes

Best Regards
Nemo
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
Here's what I've got so far in ver 2.3



It's working in 2.2.2 so I'm not sure if it's my connection/settings/pc or what. Hope it helps.

Same here, its stuck there...

Found the fix.

Under the Pools folder, edit the zpool24hour.ps1.

Look for this: $Zpool_Request = Invoke-WebRequest "http://www.zpool.ca/api/status" -UseBasicParsing -Headers @{"Cache-Control"="no-cache"} | ConvertFrom-Json

There was a | before the -Headers which was causing the problem so I just removed it.

I deleted my previous post as I quoted the wrong reply.

thankyou both zpool and zpool24hr had that error, i have changed/edited master
hopefully that may help connection with zpool...

Regards
Nemo
newbie
Activity: 1
Merit: 0
Having the same connection issue on 2.2.2 and the beta 2.3.

This is what is in my logs:

PS>TerminatingError(Invoke-WebRequest): "The remote server returned an error: (522) Origin Connection Time-out."
newbie
Activity: 31
Merit: 0
Count me in as someone whos having some issues with the Beta.   On Nvidia cards, cryptonight crashes out of memory errors on Benchmarking,  Neoscrypt is failing as well.   Trying to use MPH.   Once I take out those 2 Algos, it seems to be working.    Would really like to have those in there though.    I can run CCminer directly no problems on either of those Algos so I'm not sure what to do to fix?
full member
Activity: 349
Merit: 102
+1 for erratic startup with the 2.3 beta. It often seems to hang on 'Loading pool stats…'

If I quit and start it again sometimes it works straight away, other times sits there for minutes before eventually starting mining. Or not.

Never struck behaviour like that with 2.2 and other network connections are aok.
newbie
Activity: 39
Merit: 0
don't know why but it just keeps rebooting pc when it starts benchmarking
legendary
Activity: 1108
Merit: 1005
Probably already addressed many times in this multi page thread, but the benchmarking takes too little time for some algos especially for multiple cards.   Sadly, sometimes these CCMINER versions take 5 or more minutes for all the cards in a rig to get going and the benchmarking shuts off way before the true hashrate can be discovered.      I use this software a bunch and really like it.   Something I've been meaning to come back and ask about.

You can set the interval value inside the bat file you're using, by default its 120 (seconds), you can make it 5 by putting 5min x 60sec = 300.


Isn't this value only for checking profitability from api?
newbie
Activity: 7
Merit: 0
Hello. I decided to try version 2.3b and I have faced a problem. I have edited startzpool.bat in order to use my two 1080 GPUs and removed the parameter that maximized the command window, ONLY. When I start the .bat file, the system tries to connect to api.coinbase.com in order to obtain the BTC rate but it reports that the connection failed. It keeps retying repeatedly and nothing else happens. Version 2.2.2 works like a charm. I live in Brazil and use a VPN to EUA to protect my data connection. Am I doing something wrong? Huh

Finzi

Edit: Ok, solution on post #1849.
legendary
Activity: 1108
Merit: 1005
Hi mate, i also started to use your progs, and think you did a good job.
Atm i have only 1 question and 1 problem.

I mine with 2x GTX1070 on 1 system and 1 on another pc, i have set with MSI afterburner the powerlimit to -30%. When it starts with mining a algo it goes well, but after switching to another algo most of the time my powerlimit does not work and it goes to 100% power usage, then need to set it back to -30% manualy.

Is there a way to set this up properly so it would stay at that powerlimit?

Which drivers are the most stable and give more hash at the moment, i am using the 378.92 drivers.

For everyone who might have this issue, i work on the computer while mining. and when the algos use their max hashrate my computer freesez the screen, so i manualy changed the -i values in the miners map for ccminerAlexis78.ps1 for example:
    "hsr" = " -i 18,20 -d $SelGPUCC" #Hsr
    #"bitcore" = "" #Bitcore
    "blake2s" = " -i 26,31 -d $SelGPUCC" #Blake2s
    "blakecoin" = " -i 25,31 -d $SelGPUCC" #Blakecoin
    #"vanilla" = "" #BlakeVanilla
    #"cryptonight" = "" #Cryptonight
    "veltor" = " -i 20,23 -d $SelGPUCC" #Veltor
    #"decred" = "" #Decred
    #"equihash" = "" #Equihash
    #"ethash" = "" #Ethash
    #"groestl" = "" #Groestl
    #"hmq1725" = "" #hmq1725
    #"keccak" = " -m 2 -i 22,29" #Keccak

+1
I have similar issue with GTX 1080 Ti, just testing this switching sw, but power limit is readjusting to 100% for me as well.
Would be curious, if it's even possible to set it, to stay the same for different algos.
newbie
Activity: 36
Merit: 0
Hello again. So I've tried benchmarking the 2.3 version but I can't seem to make it work correctly. For some reason it just stays on a single algo (12 hours) unless I try to restart the miner. I did a reset for both profits and benchmark and found out that when it tries to switch, it gives out this error.

https://i.imgur.com/izRKa3A.jpg

Jump to: