Author

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

full member
Activity: 168
Merit: 100
https://imgur.com/B7cwpbc

Does that look correct? I feel like it isn't, but not sure.
Yeah, I was wondering the same thing, couldn't find any info about it as I'm new to this!
I got that same screen in red text for a couple of days, sometimes it stays there sometimes it disappears. "...You do not have sufficient access rights to perform this operation..." "...PermissionDenied: (vcruntime140.dll:FileInfo) [Remove-Item]..."
Also, I don't know whether this text "Writing web request Writing request stream" should stay displayed as long as the miner is running or it should disappear
It would be very appreciated if someone explains how to know that the miner is working properly
newbie
Activity: 4
Merit: 0
@minerx117

Quick question if I may, I have been using your miner for a few days now, admittedly Zpool have had some issues of late, but cant seem to get decent returns, not sure if it's something I am doing, or it's just the way it is. I hae run the 24h one, the standard, I have even adjusted the interval to 5 min and 10 mins. I am only running a single 1080 Ti at the moment and getting around $3 a day. Seems a little low to me. Any suggestions are most welcome, I thought at 1st it may be the interval is not long enough to give me a good return on the shares submitted as I could see it was chopping and changing quite a lot.

sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
Please help me am getting error when benchmarking neoscript algo ,all others are ok.
am getting this error message as shown in the image.



any help would be appreciated,thanks.

your running 2.2.1  update to latest v2.2.2
it should fix that error for you

Best Regards
Nemo
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
We are getting no miners !! error. Can you tell me what is the problem , the main reason for this.

is this on your 1st run? try just closing NemosMiner window and re run should work
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
Mine has $_.mine...

Though on one of my machines om the same network I'm getting a error 522, while the other one is working fine. I'm not sure what's going on.
The zpool.ps1 "fixed" file is now trying to mine at ".mine.zpool.ca" which, of course, it cannot resolve.

You forgot a period after $_

$Zpool_Host = "$_mine.zpool.ca"

should be

$Zpool_Host = "$_.mine.zpool.ca"

I think he may have fixed it in v2.2.2.  I’m on 2.2-master (which is v2.2.1)

yes all sorted was fixed with v2.2.2

Best Regards
Nemo
full member
Activity: 392
Merit: 100
We are getting no miners !! error. Can you tell me what is the problem , the main reason for this.
newbie
Activity: 4
Merit: 0
At C:\Users\Janson\Desktop\NemosMiner-v2.2.2-master\NemosMiner-v2.2.2-master\NemosMiner-v2.2.2.ps1:230 char:338
+ ... Regex = 慯(?+ (($_.Type | ForEach {[Regex]::Escape($_)}) -join 搢? + ?$ ...
+                                                                  ~
You must provide a value expression following the '-join' operator.
At C:\Users\Janson\Desktop\NemosMiner-v2.2.2-master\NemosMiner-v2.2.2-master\NemosMiner-v2.2.2.ps1:230 char:339
+ ... ex = 慯(?+ (($_.Type | ForEach {[Regex]::Escape($_)}) -join 搢? + ?$? $ ...
+                                                                ~~
Unexpected token '搢?' in expression or statement.
At C:\Users\Janson\Desktop\NemosMiner-v2.2.2-master\NemosMiner-v2.2.2-master\NemosMiner-v2.2.2.ps1:230 char:338
+ ... Regex = 慯(?+ (($_.Type | ForEach {[Regex]::Escape($_)}) -join 搢? + ?$ ...
+                                                                  ~
Missing closing ')' in expression.
At C:\Users\Janson\Desktop\NemosMiner-v2.2.2-master\NemosMiner-v2.2.2-master\NemosMiner-v2.2.2.ps1:230 char:492
+ ... Regex = 慯(?+ (($_.Index | ForEach {[Regex]::Escape($_)}) 杍oin 搢? + ?$ ...
+                                                              ~~~~
Unexpected token '杍oin' in expression or statement.
At C:\Users\Janson\Desktop\NemosMiner-v2.2.2-master\NemosMiner-v2.2.2-master\NemosMiner-v2.2.2.ps1:230 char:491
+ ... ndex_Regex = 慯(?+ (($_.Index | ForEach {[Regex]::Escape($_)}) 杍oin 搢? ...
+                                                                  ~
Missing closing ')' in expression.
At C:\Users\Janson\Desktop\NemosMiner-v2.2.2-master\NemosMiner-v2.2.2-master\NemosMiner-v2.2.2.ps1:230 char:801
+ ... _.Index -match $Miner_Index_Regex).Count -eq $Miner_Index_Count}}}}}}
+                                                                     ~
Missing closing ')' in expression.
At C:\Users\Janson\Desktop\NemosMiner-v2.2.2-master\NemosMiner-v2.2.2-master\NemosMiner-v2.2.2.ps1:230 char:802
+ ... _.Index -match $Miner_Index_Regex).Count -eq $Miner_Index_Count}}}}}}
+                                                                      ~
Missing closing ')' in expression.
At C:\Users\Janson\Desktop\NemosMiner-v2.2.2-master\NemosMiner-v2.2.2-master\NemosMiner-v2.2.2.ps1:231 char:284
+ ... gex = 慯(?+ (($_.Device | ForEach {[Regex]::Escape($_)}) -join 搢? + ?$ ...
+                                                                  ~
You must provide a value expression following the '-join' operator.
At C:\Users\Janson\Desktop\NemosMiner-v2.2.2-master\NemosMiner-v2.2.2-master\NemosMiner-v2.2.2.ps1:231 char:285
+ ...  = 慯(?+ (($_.Device | ForEach {[Regex]::Escape($_)}) -join 搢? + ?$? $ ...
+                                                                ~~
Unexpected token '搢?' in expression or statement.
At C:\Users\Janson\Desktop\NemosMiner-v2.2.2-master\NemosMiner-v2.2.2-master\NemosMiner-v2.2.2.ps1:231 char:284
+ ... gex = 慯(?+ (($_.Device | ForEach {[Regex]::Escape($_)}) -join 搢? + ?$ ...
+                                                                  ~
Missing closing ')' in expression.
Not all parse errors were reported.  Correct the reported errors and try again.
    + CategoryInfo          : ParserError: (Smiley [], ParseException
    + FullyQualifiedErrorId : ExpectedValueExpression


i cant run the zpool mining i getting the error above can anyone help ? thanks
newbie
Activity: 62
Merit: 0
i will donate to you as soon as i get my computer lolz with 4gb graphic card
newbie
Activity: 20
Merit: 0
Please help me am getting error when benchmarking neoscript algo ,all others are ok.
am getting this error message as shown in the image.

http://i63.tinypic.com/2v0mz4n.jpg

any help would be appreciated,thanks.
newbie
Activity: 41
Merit: 0
I haven't used Nemosminer since the Skunk days. How's profitability on Zpool nowadays using 3-6 GTX1060s? Might jump back on after the whole NH debacle.

Miner                Algorithm        Speed BTC/Day USD/Day BTC/GH/Day Pool
-----                ---------        ----- ------- ------- ---------- ----
ccminerAlexis78      Nist5       26.69 MH/s 0.00023   3.862    0.00868 zpool24hr-
CcminerKlaust        NeoScrypt  649.47 KH/s 0.00016   2.675    0.24702 zpool24hr-
ccminerAlexis78      Lyra2RE2    23.55 MH/s 0.00016   2.635    0.00671 zpool24hr-

That's the current rates for 3GB 1060 Gigabyte running 70% power limit and +200 clock +200 mem with the top 3 algos.. Zpool seems to bring in about 3ish USD a day per 1060
That looks good, but I know Zpool actual payouts are a lot less.

Is you bench for 1 GTX 1060 3GB or a whole rig? Looking at the hashes seems like 1 card. Which is not too bad. But you need to look it actual confirmed payouts and not estimated payout.

Just one card.. This is just my test machine I use it as a scout.. try random coins.. new pools.. try different software.. if they work out then I use a rig.. I'll leave it running for 24 hours and see what the confirmed comes back with
member
Activity: 182
Merit: 12
I haven't used Nemosminer since the Skunk days. How's profitability on Zpool nowadays using 3-6 GTX1060s? Might jump back on after the whole NH debacle.

Miner                Algorithm        Speed BTC/Day USD/Day BTC/GH/Day Pool
-----                ---------        ----- ------- ------- ---------- ----
ccminerAlexis78      Nist5       26.69 MH/s 0.00023   3.862    0.00868 zpool24hr-
CcminerKlaust        NeoScrypt  649.47 KH/s 0.00016   2.675    0.24702 zpool24hr-
ccminerAlexis78      Lyra2RE2    23.55 MH/s 0.00016   2.635    0.00671 zpool24hr-

That's the current rates for 3GB 1060 Gigabyte running 70% power limit and +200 clock +200 mem with the top 3 algos.. Zpool seems to bring in about 3ish USD a day per 1060
That looks good, but I know Zpool actual payouts are a lot less.

Is you bench for 1 GTX 1060 3GB or a whole rig? Looking at the hashes seems like 1 card. Which is not too bad. But you need to look it actual confirmed payouts and not estimated payout.
newbie
Activity: 29
Merit: 0
I haven't used Nemosminer since the Skunk days. How's profitability on Zpool nowadays using 3-6 GTX1060s? Might jump back on after the whole NH debacle.

Miner                Algorithm        Speed BTC/Day USD/Day BTC/GH/Day Pool
-----                ---------        ----- ------- ------- ---------- ----
ccminerAlexis78      Nist5       26.69 MH/s 0.00023   3.862    0.00868 zpool24hr-
CcminerKlaust        NeoScrypt  649.47 KH/s 0.00016   2.675    0.24702 zpool24hr-
ccminerAlexis78      Lyra2RE2    23.55 MH/s 0.00016   2.635    0.00671 zpool24hr-

That's the current rates for 3GB 1060 Gigabyte running 70% power limit and +200 clock +200 mem with the top 3 algos.. Zpool seems to bring in about 3ish USD a day per 1060
Wait for payout or look the wallet balance sheet on the pool site after day or two. Moreover, a lot of people complain about hidden charges. No more zpool.
newbie
Activity: 41
Merit: 0
I haven't used Nemosminer since the Skunk days. How's profitability on Zpool nowadays using 3-6 GTX1060s? Might jump back on after the whole NH debacle.

Miner                Algorithm        Speed BTC/Day USD/Day BTC/GH/Day Pool
-----                ---------        ----- ------- ------- ---------- ----
ccminerAlexis78      Nist5       26.69 MH/s 0.00023   3.862    0.00868 zpool24hr-
CcminerKlaust        NeoScrypt  649.47 KH/s 0.00016   2.675    0.24702 zpool24hr-
ccminerAlexis78      Lyra2RE2    23.55 MH/s 0.00016   2.635    0.00671 zpool24hr-

That's the current rates for 3GB 1060 Gigabyte running 70% power limit and +200 clock +200 mem with the top 3 algos.. Zpool seems to bring in about 3ish USD a day per 1060
newbie
Activity: 29
Merit: 0
guys we need your hashrates at ahashpool, zpool is down again! join us!
I'm on the board. I switched all my rings for ahashpool and it looks promising. For me zpool doesn't work well (extremely low payout) vs nicehash. Wink
newbie
Activity: 41
Merit: 0
Nemos has been running for about 2 on my rig but it's only finished bench-marking 3 algorithms.  Is that expected?  (my rig has 6 cards, and I'm using zpool24hr)

That sounds a bit long my 8 card rig takes 30min-ish to benchmark.. you can always restart it.. if the benchmarks look funny just use the clear benchmark bat file
member
Activity: 182
Merit: 12
I haven't used Nemosminer since the Skunk days. How's profitability on Zpool nowadays using 3-6 GTX1060s? Might jump back on after the whole NH debacle.
newbie
Activity: 7
Merit: 0
Nemos has been running for about 2 on my rig but it's only finished bench-marking 3 algorithms.  Is that expected?  (my rig has 6 cards, and I'm using zpool24hr)
full member
Activity: 168
Merit: 100
https://imgur.com/B7cwpbc

Does that look correct? I feel like it isn't, but not sure.
hero member
Activity: 677
Merit: 500
Mine has $_.mine...

Though on one of my machines om the same network I'm getting a error 522, while the other one is working fine. I'm not sure what's going on.
The zpool.ps1 "fixed" file is now trying to mine at ".mine.zpool.ca" which, of course, it cannot resolve.

You forgot a period after $_

$Zpool_Host = "$_mine.zpool.ca"

should be

$Zpool_Host = "$_.mine.zpool.ca"

I think he may have fixed it in v2.2.2.  I’m on 2.2-master (which is v2.2.1)
member
Activity: 92
Merit: 10
Mine has $_.mine...

Though on one of my machines om the same network I'm getting a error 522, while the other one is working fine. I'm not sure what's going on.
The zpool.ps1 "fixed" file is now trying to mine at ".mine.zpool.ca" which, of course, it cannot resolve.

You forgot a period after $_

$Zpool_Host = "$_mine.zpool.ca"

should be

$Zpool_Host = "$_.mine.zpool.ca"
Jump to: