Author

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

newbie
Activity: 8
Merit: 0
Hey all hoping I can get some help here - so I've been off and mining with nemo's for awhile now, and averaging around .0025 weekly.  For some reason over the last week my profitability has taken a HUGE dive...I'm showing hash rates, but not seeing anything popping into my account on zpool - is there a new release I should be using or something?  Looks like keccak is the only thing I'm using (I don't entirely understand what it means, but it seems to correlate with when I stopped seeing good profits)

Any suggestions would be appreciated.
Thanks,
hero member
Activity: 714
Merit: 512
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}
    }

All fixed you can download the updated version here:

NemosMiner-v2.3a-beta

https://github.com/nemosminer/NemosMiner-v2.2.2/releases/download/NemosMiner-v2.3a-beta/NemosMiner-v2.3a-beta.zip
 
Best Regards
Nemo

I put 2.3a-Beta on one PC and get this message every time it swaps algos:


free photo upload sites

It seems to be working fine anyway... just noticed that.
newbie
Activity: 17
Merit: 0
Anyone having problems benchmarking or getting stats from lyra2z? It returns a port 80 error for some reason. I removed it for the meantime. I'm using zpool24hr btw.

@Nemos - how often does the stats get updated? What's the interval? For some reason, it does not update even after 24 hours so I'm not sure if the miner is still mining the most profitable coin since the BTC/GH/Day is not updated.

Yes, I am having the same issue and also removed lyra2z as well.
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
NemosMiner-v2.3a-beta

https://github.com/nemosminer/NemosMiner-v2.2.2/releases/download/NemosMiner-v2.3a-beta/NemosMiner-v2.3a-beta.zip

bug fixes:

blake2s showing incorrect profit ahashpool24hr
update keccak Divisor Zpool
fix memory allocation error cryptonight
changed ccminer for cryptonight

Best Regards
Nemo
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

Nemo, i have the same problem as this guy is having. Power limit seems to rise up after algo has switched. Goes up to whatever the algo needs, highest so far from my logs is 134 even though I've set the power limit to 70 in afterburner.

I am also having this issue, causes my rig to hard shutdown when the power spikes

yes i have also been using afterburner and yes it does drop its saved profile after a  while to fix this i stopped using afterburner and switched to "Extreme Engine" Basically the same but works and never drops its saved profile..  http://download.gigabyte.asia/FileList/Utility/vga_xtreme_engine_setup_1.25.exe

Best Regards
Nemo
full member
Activity: 198
Merit: 100
nice! the only multiminer that I can get to work!  Smiley
thanks
newbie
Activity: 85
Merit: 0
Working well for now: Just this red message that appears each 2 minutes or so:

Code:
Loading BTC rate from 'api.coinbase.com'..
Loading pool stats..
PS>ErrorTerminación(Invoke-WebRequest): "Error en el servidor remoto: (522) Origin Connection Time-out."
Loading miners..
[color=red]Stop-Process : No se encuentra ningún proceso con el identificador 11144.
En C:\Users\Max\Desktop\NemosMiner-v2.3-beta\NemosMiner-v2.3.ps1: 280 Carácter: 17
+                 Stop-Process $_.Process.Id | Out-Null
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (11144:Int32) [Stop-Process], ProcessCommandException
    + FullyQualifiedErrorId : NoProcessFoundForGivenId,Microsoft.PowerShell.Commands.StopProcessCommand
Stop-Process : No se encuentra ningún proceso con el identificador 11144.
En C:\Users\Max\Desktop\NemosMiner-v2.3-beta\NemosMiner-v2.3.ps1: 280
Carácter: 17
+                 Stop-Process $_.Process.Id | Out-Null
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (11144:Int32) [Stop-Process], Pr
   ocessCommandException
    + FullyQualifiedErrorId : NoProcessFoundForGivenId,Microsoft.PowerShell.Co
   mmands.StopProcessCommand[/color]

1BTC =  18863 USD


   Type: NVIDIA

Miner           Algorithm       Speed BTC/Day USD/Day BTC/GH/Day Pool
-----           ---------       ----- ------- ------- ---------- ----
CcminerKlaust   NeoScrypt 855.38 KH/s 0.00026   4.839    0.29991 zpool-
ccminerAlexis78 Lyra2RE2   35.01 MH/s 0.00022   4.115    0.00623 zpool-
EWBF            Equihash  409.00  H/s 0.00012   2.288  296.58000 zpool-
newbie
Activity: 85
Merit: 0
Here's what I've got so far in ver 2.3

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

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

Wow, that worked, dowloading miners now...
Good eye!
newbie
Activity: 17
Merit: 0
Version v2.2.2 seems to run fine, however when trying to run the 2.3 beta I get the following:

Loading BTC rate from 'api.coinbase.com'..
Loading pool stats..
Error contacting pool, retrying..


Then this just repeats.

Is this an issue with 2.3 or is it something I can correct?

Cheers!
Phillip
newbie
Activity: 31
Merit: 0
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

Nemo, i have the same problem as this guy is having. Power limit seems to rise up after algo has switched. Goes up to whatever the algo needs, highest so far from my logs is 134 even though I've set the power limit to 70 in afterburner.

I am also having this issue, causes my rig to hard shutdown when the power spikes
newbie
Activity: 36
Merit: 0
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

Nemo, i have the same problem as this guy is having. Power limit seems to rise up after algo has switched. Goes up to whatever the algo needs, highest so far from my logs is 134 even though I've set the power limit to 70 in afterburner.
newbie
Activity: 31
Merit: 0
Yes, my benchmarking fails.  Here is my log.  Going to start testing with one algo and add one at at time now.

Transcript started, output file is .\Logs\2017-12-17_20-26-52.txt
Loading BTC rate from 'api.coinbase.com'..
Loading pool stats..
PS>TerminatingError(Invoke-WebRequest): "The remote server returned an error: (522) Origin Connection Time-out."
Loading miners..
Downloading ccminerAlexis78..
Downloading CcminerKlaust..
Downloading CcminerTpruvotcuda9..
Downloading EWBF..
1BTC =  18970 USD


   Type: NVIDIA

Miner               Algorithm        Speed      BTC/Day      USD/Day BTC/GH/Day Pool
-----               ---------        -----      -------      ------- ---------- ----
CcminerTpruvotcuda9 Lyra2z    Benchmarking Benchmarking Benchmarking    0.13185 miningpoolhub-Zcoin




   Status: Failed

    Speed Active                      Launched Command
    ----- ------                      -------- -------
0.00 PH/s 00 Days 00 Hours 00 Minutes Once     Bin\NVIDIA-TPruvotcuda9\ccminer.exe -a lyra2z -o
                                               stratum+tcp:/


full member
Activity: 349
Merit: 102
Is there a different thread specifically for miningpoolhub?

http://bfy.tw/FcWy  Wink
newbie
Activity: 36
Merit: 0
Anyone having problems benchmarking or getting stats from lyra2z? It returns a port 80 error for some reason. I removed it for the meantime. I'm using zpool24hr btw.

@Nemos - how often does the stats get updated? What's the interval? For some reason, it does not update even after 24 hours so I'm not sure if the miner is still mining the most profitable coin since the BTC/GH/Day is not updated.
member
Activity: 68
Merit: 10
I cannot find a thread for hashrefinery, so I've sent the user hashrefinery a message, and I figure I'd leave one here to see if anyone else is having an issue.

There was a payout today for balances above 0.001BTC, and the pool shows it's paid out, but the txid it shows on the page is not found, and it has not hit my payment address... Yet, it's removed from my balance on hashrefinery. Does any one else show a valid payment or is it just me?

Means they don’t have enough BTC to pay and the tx actually failed.

Its been fixed now
legendary
Activity: 3486
Merit: 1126
I cannot find a thread for hashrefinery, so I've sent the user hashrefinery a message, and I figure I'd leave one here to see if anyone else is having an issue.

There was a payout today for balances above 0.001BTC, and the pool shows it's paid out, but the txid it shows on the page is not found, and it has not hit my payment address... Yet, it's removed from my balance on hashrefinery. Does any one else show a valid payment or is it just me?

Means they don’t have enough BTC to pay and the tx actually failed.
hero member
Activity: 677
Merit: 500
I cannot find a thread for hashrefinery, so I've sent the user hashrefinery a message, and I figure I'd leave one here to see if anyone else is having an issue.

There was a payout today for balances above 0.001BTC, and the pool shows it's paid out, but the txid it shows on the page is not found, and it has not hit my payment address... Yet, it's removed from my balance on hashrefinery. Does any one else show a valid payment or is it just me?

Maybe create a thread for hashrefinery.

I wonder if their updated banner is relevant to your question.

Quote
The Sunday low balance BTC payout run has failed to broadcast to the network. We are investigating.
Update - it has been broadcast - see here and here.

https://blockexplorer.com/tx/77df494f1249249542cc05076ea1efe03e126835434716be304d1675c6fcd3f4
https://live.blockcypher.com/btc/tx/77df494f1249249542cc05076ea1efe03e126835434716be304d1675c6fcd3f4/
member
Activity: 92
Merit: 10
I cannot find a thread for hashrefinery, so I've sent the user hashrefinery a message, and I figure I'd leave one here to see if anyone else is having an issue.

There was a payout today for balances above 0.001BTC, and the pool shows it's paid out, but the txid it shows on the page is not found, and it has not hit my payment address... Yet, it's removed from my balance on hashrefinery. Does any one else show a valid payment or is it just me?
full member
Activity: 266
Merit: 101
Bitcore (BTX) - The Future is Now
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

Did you set both GPU selectors?
---------------
powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command "&.\NemosMiner-v2.3.ps1 -SelGPUEWBF '0 1' -SelGPUCC '0 1' -Currency EUR -Passwordcurrency BTC -interval 120 -Wallet -Location US -PoolName zpool24hr -Type nvidia -Algorithm poly,hsr,phi,xevan,veltor,keccak,skunk,tribus,c11,x11evo,lbry,skein,equihash,groestl,timetravel,sib,bitcore,x17,blakecoin,Nist5,MyriadGroestl,Lyra2RE2,neoscrypt,blake2s -Donate 0
---------------
It could be you did set only one of them.
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
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}
    }

All fixed you can download the updated version here:

NemosMiner-v2.3a-beta

https://github.com/nemosminer/NemosMiner-v2.2.2/releases/download/NemosMiner-v2.3a-beta/NemosMiner-v2.3a-beta.zip
 
Best Regards
Nemo
Jump to: