Pages:
Author

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

newbie
Activity: 60
Merit: 0
Currently my profit with 3 rigs seems to be around 70% of benchmark value. Mining at ahashpool. Other people seeing same?

Also found that 1 of my rigs wasnt making profit anymore for about 6 hours, while it was still mining, have anyone had this before?
newbie
Activity: 26
Merit: 0
Does anyone have data about Nemosminer profitability compared to Nicehash?

What data you looking for ?

Something like week or few days test run with identical rigs comparing each other about which one gives more money/btc etc.

You will make more money with ahashpool than nicehash but now ahaspool has raised its min payout to 0.01 it will bring down the transaction size by 40% so hopefully the fees to send to coinbase or exchange wont be so high as when i got paid out 0.08 btc it cost £7 to send the coin to coinbase.


newbie
Activity: 3
Merit: 0
Does anyone have data about Nemosminer profitability compared to Nicehash?

What data you looking for ?

Something like week or few days test run with identical rigs comparing each other about which one gives more money/btc etc.
newbie
Activity: 26
Merit: 0
Does anyone have data about Nemosminer profitability compared to Nicehash?

What data you looking for ?
newbie
Activity: 3
Merit: 0
Does anyone have data about Nemosminer profitability compared to Nicehash?
newbie
Activity: 6
Merit: 0
Hey guys. I really would love to be maximising profits. I understand thats what most are here for
Does anybody know about specific settings for1080 ti on nemos miner.
Should I be changing the intensity or is nemosminer good out of the box?
What kinda figures are you pulling in daily per card and is there any tips and tricks to maximise profits?


Thanks in advance lads
Your an awesome bunch
Sol

No intensity adjustment needed for 1080ti
Be sure to use ahashpool for maximum profit
Add -ActiveMinerGainPct 3 to prevent frequent switching
These algos I use, I dropped the ones that never produce
Algorithm phi,skein,x17,Nist5,Lyra2RE2,neoscrypt,blake2s,skunk


According to api stats of ahashpool, phi, x17 & skein was the most profitable algos for the last few days (probably). Because I see they were the most active ones in nemosminer log.
What does your stats say?


jr. member
Activity: 224
Merit: 2
Anyone else mining on hashrefinery when they pooped the bed and didn't follow the hardfork on x17?

I was trying to pick up some xvg while it was low and switched over there for the past couple of days and when I checked my balance I saw that I'd picked up around 100 in less than an hour with 4-1070's.  I just read the verge had a hard fork today and I'm guessing that as soon as the pool owner realizes what's going on it's all going to go away Sad
hero member
Activity: 714
Merit: 512
testing Palgins new HSR miner for neoscrypt i have it downloading and Benchmarking but running into a issue with it not closing after completing benchmarks  

you can test for yourself here: https://github.com/nemosminer/NemosMiner-v2.3/issues/130

Best Regards
Nemo

Awesome.  Grin

I am testing now on my home office PC... just got back in from Mexico =)

KlaustT 8.18 --> 1.43 MH/S
Palgin 1.0.1 --> 1.75 MH/S

GTX 1080Ti with very mild OC -- (+100 core / +200 mem) in my home office PC.

Very nice!

But yes... it seems to keep on running. So far it has failed to close after several cycles.

I am not a Powershell coder... but it seems to be calling for a .txt file that doesn't exist ?
I've never coded powershell, after some researchs I found a fix, looks ugly but works, replace the codes in Wrapper.ps1:
Code:
  $PowerShell.Streams.Verbose.ReadAll() | ForEach-Object {
        $Line = $_

        if ($Line -like "*total speed:*" -or $Line -like "*accepted:*") {
            $Words = $Line -split " "
            $HashRate = [Decimal]$Words[$Words.IndexOf(($Words -like "*/s" | Select-Object -Last 1)) - 1]

            switch ($Words[$Words.IndexOf(($Words -like "*/s" | Select-Object -Last 1))]) {
                "kh/s" {$HashRate *= [Math]::Pow(1000, 1)}
                "mh/s" {$HashRate *= [Math]::Pow(1000, 2)}
                "gh/s" {$HashRate *= [Math]::Pow(1000, 3)}
                "th/s" {$HashRate *= [Math]::Pow(1000, 4)}
                "ph/s" {$HashRate *= [Math]::Pow(1000, 5)}
            }

            $HashRate | Set-Content ".\Wrapper_$Id.txt"
        } elseif ($Line -like "*overall speed is*") {
            $Words = $Line -split " "
            $HashRate = [Decimal]($Words -like "*H/s*" -replace ',', '' -replace "[^0-9.]",'' | Select-Object -Last 1)

            switch ($Words -like "*H/s*" -replace "[0-9.,]",'' | Select-Object -Last 1) {
                "KH/s" {$HashRate *= [Math]::Pow(1000, 1)}
                "mH/s" {$HashRate *= [Math]::Pow(1000, 2)}
                "MH/s" {$HashRate *= [Math]::Pow(1000, 2)}
            }

            $HashRate | Set-Content ".\Wrapper_$Id.txt"
        }

        $Line
    }
@minerx117 would have a elegant solution.
Happy mining!

That DID work. I tried it on mine =)

FYI... this is still working for me on 34 of my rigs so far. Soon to be all of them =)
member
Activity: 112
Merit: 10
How can i add a custom mineur into nemosminer? I want to change bitcore miner to spmod2, if anyone knows...
Folder "Miners" -> create new file -> https://image.prntscr.com/image/TsxfYXLVRyC8ufGxrc5tJw.png

It benchmark nicely then windows crash and nemosminer is fuck up even if i deleted files i have (or miner have) created. The original one still works.


The error :
                                       ~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (Smiley [ConvertFrom-Json], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.ConvertFromJsonCommand

ConvertFrom-Json : Primitive JSON non valide : .
Au caractère C:\Users\Minator\Desktop\NemosMiner-v\Include.ps1:125 : 43
+             $Content = $_ | Get-Content | ConvertFrom-Json
+                                           ~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (Smiley [ConvertFrom-Json], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.ConvertFromJsonCommand

ConvertFrom-Json : Primitive JSON non valide : .
Au caractère C:\Users\Minator\Desktop\NemosMiner-v\Include.ps1:125 : 43
+             $Content = $_ | Get-Content | ConvertFrom-Json

Go in stats folder, sort by date and delete all the profit stats that are recent for the pool you use...  One of them is corrupt
member
Activity: 84
Merit: 10
How can i add a custom mineur into nemosminer? I want to change bitcore miner to spmod2, if anyone knows...
Folder "Miners" -> create new file -> https://image.prntscr.com/image/TsxfYXLVRyC8ufGxrc5tJw.png

It benchmark nicely then windows crash and nemosminer is fuck up even if i deleted files i have (or miner have) created. The original one still works.


The error :
                                       ~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (Smiley [ConvertFrom-Json], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.ConvertFromJsonCommand

ConvertFrom-Json : Primitive JSON non valide : .
Au caractère C:\Users\Minator\Desktop\NemosMiner-v\Include.ps1:125 : 43
+             $Content = $_ | Get-Content | ConvertFrom-Json
+                                           ~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (Smiley [ConvertFrom-Json], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.ConvertFromJsonCommand

ConvertFrom-Json : Primitive JSON non valide : .
Au caractère C:\Users\Minator\Desktop\NemosMiner-v\Include.ps1:125 : 43
+             $Content = $_ | Get-Content | ConvertFrom-Json
member
Activity: 112
Merit: 10
Hey guys. I really would love to be maximising profits. I understand thats what most are here for
Does anybody know about specific settings for1080 ti on nemos miner.
Should I be changing the intensity or is nemosminer good out of the box?
What kinda figures are you pulling in daily per card and is there any tips and tricks to maximise profits?


Thanks in advance lads
Your an awesome bunch
Sol

No intensity adjustment needed for 1080ti
Be sure to use ahashpool for maximum profit
Add -ActiveMinerGainPct 3 to prevent frequent switching
These algos I use, I dropped the ones that never produce
Algorithm phi,skein,x17,Nist5,Lyra2RE2,neoscrypt,blake2s,skunk
newbie
Activity: 5
Merit: 0
Hey guys. I really would love to be maximising profits. I understand thats what most are here for
Does anybody know about specific settings for1080 ti on nemos miner.
Should I be changing the intensity or is nemosminer good out of the box?
What kinda figures are you pulling in daily per card and is there any tips and tricks to maximise profits?


Thanks in advance lads
Your an awesome bunch
Sol
newbie
Activity: 12
Merit: 0
I also have the issue with "Very long miner warming up time" as reported in https://github.com/nemosminer/NemosMiner-v2.4.1/issues/94 .

Alexis78 miner in nemosminer-23, but also polytimos and Alexis78Phi in nemosminer-241, have often this behavior on algo X17, Skein, Phi, blake2s, nist5.
Only 1 or 2 miner threads/gpus are starting (out of 6) and after some long minutes (sometimes up to 10) the other gpus get full load. No errors are reported in miner log.

Thats a really big performance drop. You closed the issue on github, but it seems that the problem still exist.

Same problem here
I lost 3 to 4 minutes sometimes when the miner switch.
Only 1 or 2 GPU works, and after many minutes others comes alive

This can happen when the miner "default" intensity is to high, look at the miner log for the command line arguments, open a command prompt window, cd to the bin folder where the miner is located (ie: Bin\NVIDIA-Alexis78Phi) paste the command line from the miner log and see what intensity value is used. (ie: -i 19, etc)  and observe in afterburner how long it takes for all card to rev up, if takes to long, lower the intensity 1 point at time ( 19 -> 18...) until you can find the right intensity for your system. you can then edit the .ps1 miner file and add this setting.

Hope this not too confusing.



This start happening to me also.. i think that is some pool issue.. seems that some cards starts slower than others.. it started happening 5-6 days ago, before that i have more than 30 days uptime to my rig... and no such a problems.. i'll try with the older versions of Nemos to check..

OK, the problem is only with CCMiner Alexis78 i think.. i tried another miner for Alexis78 algos, and it's working! i'm using now CCMINER 2.2.2 for Alexis algos, and the problem is gone for now.. i'll write more when i finish the tests
member
Activity: 84
Merit: 10
SP2 ?

Ty

It's a custom miner not sure if it's related to spmod but give a 25% increase. I don't think it's a safe one but there is nothing to steal on my rig.
newbie
Activity: 7
Merit: 0
Hye,

I've a little problem when I launch the miner, the miner is open for 4/5sec like this: https://www.noelshack.com/2018-04-1-1516647201-mineur.png

It just close after and nothing happened after, what can i do to make it run?


Do you have your number of GPU configured properly? 

Yes, I have only one GPU for the moment, my bat:

powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command "&.\NemosMiner-v2.4.1.ps1 -SelGPUDSTM '0' -SelGPUCC '0' -Currency USD -Passwordcurrency BTC -interval 30 -Username blacklpk -Workername lpk2 -Location US -ActiveMinerGainPct 3 -PoolName miningpoolhub -Type nvidia -Algorithm cryptonight,keccak,lyra2z,skein,equihash,groestl,MyriadGroestl,Lyra2RE2,neoscrypt -Donate 5

Which GPU are you using?

I'm using a gtx 1060 3Gb
newbie
Activity: 79
Merit: 0
newbie
Activity: 126
Merit: 0
Why not open source?
newbie
Activity: 79
Merit: 0
How can i add a custom mineur into nemosminer? I want to change bitcore miner to spmod2, if anyone knows...
Folder "Miners" -> create new file -> https://image.prntscr.com/image/TsxfYXLVRyC8ufGxrc5tJw.png
newbie
Activity: 12
Merit: 0
I also have the issue with "Very long miner warming up time" as reported in https://github.com/nemosminer/NemosMiner-v2.4.1/issues/94 .

Alexis78 miner in nemosminer-23, but also polytimos and Alexis78Phi in nemosminer-241, have often this behavior on algo X17, Skein, Phi, blake2s, nist5.
Only 1 or 2 miner threads/gpus are starting (out of 6) and after some long minutes (sometimes up to 10) the other gpus get full load. No errors are reported in miner log.

Thats a really big performance drop. You closed the issue on github, but it seems that the problem still exist.

Same problem here
I lost 3 to 4 minutes sometimes when the miner switch.
Only 1 or 2 GPU works, and after many minutes others comes alive

This can happen when the miner "default" intensity is to high, look at the miner log for the command line arguments, open a command prompt window, cd to the bin folder where the miner is located (ie: Bin\NVIDIA-Alexis78Phi) paste the command line from the miner log and see what intensity value is used. (ie: -i 19, etc)  and observe in afterburner how long it takes for all card to rev up, if takes to long, lower the intensity 1 point at time ( 19 -> 18...) until you can find the right intensity for your system. you can then edit the .ps1 miner file and add this setting.

Hope this not too confusing.



This start happening to me also.. i think that is some pool issue.. seems that some cards starts slower than others.. it started happening 5-6 days ago, before that i have more than 30 days uptime to my rig... and no such a problems.. i'll try with the older versions of Nemos to check..
Pages:
Jump to: