Author

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

newbie
Activity: 41
Merit: 0
Have you read the very first post of this discussion? Requirements etc? No? Please read. " CCMiner may need 'VCRUNTIME140.DLL' if you don't already have it: https://www.microsoft.com/en-us/download/details.aspx?id=48145 " You can clearly see the error on your screenshot..

h1t
Have you really seen the printscreen? It's not a problem of VCRUNTIME14.DLL but a powershell permission problem when trying to delete existing files and folders.
h1t
newbie
Activity: 1
Merit: 0
Have you read the very first post of this discussion? Requirements etc? No? Please read. " CCMiner may need 'VCRUNTIME140.DLL' if you don't already have it: https://www.microsoft.com/en-us/download/details.aspx?id=48145 " You can clearly see the error on your screenshot..

h1t
newbie
Activity: 41
Merit: 0
Question how do we see what errors there is when PowerShell launches? Soon as I open the PowerShell Windows shows errors in red but it goes to fast to see. I also keep getting a lot of other errors as well once it's running. Any word why when I close it and open I get these?

https://preview.ibb.co/jSHjAG/20171206_211344.jpg

I have the same problem. Does anyone know how to fix this?

Thank you. Best regards
newbie
Activity: 30
Merit: 0
I cant run EU server option in minningpoolhub it wont connet iv got error like this:

******************
Transcript started, output file is .\Logs\2017-12-09_12-40-16.txt
PS>TerminatingError(Invoke-WebRequest):

US server is working. But why i can connect manualy to eu servers of minningpoolhuh?

newbie
Activity: 22
Merit: 0
I want to use this miner with MPH.

I registered there and made Auto Excanche to BTC.

I added my workers on MPH

startminingpoolhub.bat=

powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command "&.\NemosMiner-v2.2.1.ps1 -SelGPUEWBF '0 1 2 3 4 5' -SelGPUCC '0,1,2,3,4,5' -Currency USD -Passwordcurrency BTC -interval 120 -Username MYUSERNAME -Workername MYWORKERNAME -Location US -PoolName miningpoolhub -Type nvidia -Algorithm cryptonight,keccak,lyra2z,skein,equihash,groestl,MyriadGroestl,Lyra2RE2,neoscrypt -Donate 5

When I run it Status: Failed

Any advice?

What I have to select in "Account's Default Job" on MPH?

Thank you
hero member
Activity: 714
Merit: 512
Is there a way to setup a failover pool in NEMOS ?

For example... if ZPOOL stops responding switch to Hash Refinery ?
hero member
Activity: 714
Merit: 512
Oh yes, it's strange but I've been trying for the pass hour to connect to zpool, gives a  connection refused. I've tried to ping website using cmd and the connection seems normal (there's returns and all that). Anyone else also experiencing the connection refused?

I'm really not sure what's the problem...(was using 1.7.6 while trying to get the 2.2.1 to work)


Same problem here.  

PS

Same here, miner or pool problem? Someone?

Must be the pool...

Yah ZPOOL is down at the moment... I'm trying out other pools for a bit.
newbie
Activity: 22
Merit: 0
I also have

[2017-12-09 11:41:00] Stratum connection failed: Failed to connect to mine.zpool.ca port 5766: Connection refused
[2017-12-09 11:41:00] ...retry after 30 seconds

legendary
Activity: 2716
Merit: 1116
Oh yes, it's strange but I've been trying for the pass hour to connect to zpool, gives a  connection refused. I've tried to ping website using cmd and the connection seems normal (there's returns and all that). Anyone else also experiencing the connection refused?

I'm really not sure what's the problem...(was using 1.7.6 while trying to get the 2.2.1 to work)


Same problem here.  

PS

Same here, miner or pool problem? Someone?

Must be the pool...
member
Activity: 77
Merit: 10
Oh yes, it's strange but I've been trying for the pass hour to connect to zpool, gives a  connection refused. I've tried to ping website using cmd and the connection seems normal (there's returns and all that). Anyone else also experiencing the connection refused?

I'm really not sure what's the problem...(was using 1.7.6 while trying to get the 2.2.1 to work)


Same problem here. 

PS
hero member
Activity: 2086
Merit: 608
Online Security & Investment Corporation
it still says: No Miners!
I have tried .2.2 and v2.2.1 all pools bat file.
I directly click the bat file and wait. i dont change anything.
it just for test. if i see it works i will set my gpu and btc address.
newbie
Activity: 27
Merit: 0
Oh yes, it's strange but I've been trying for the pass hour to connect to zpool, gives a  connection refused. I've tried to ping website using cmd and the connection seems normal (there's returns and all that). Anyone else also experiencing the connection refused?

I'm really not sure what's the problem...(was using 1.7.6 while trying to get the 2.2.1 to work)
newbie
Activity: 27
Merit: 0

i just re downloaded 2.2.1 myself opened NemosMiner-v2.2.1.ps1 and all is well... code is correct...  (no weird different language symbols)
im not sure why your code is changed...

i had someone else have that issue a while back: https://github.com/nemosminer/NemosMiner-v2.2/issues/56

Regards
Nemo
Very strange, same problem as the other user. I have Windows in English (installation etc all english) so shouldn't have this problem at all... Any possibility of saving that part in txt or word doc format and seeing if it's possible to copy and paste over the strange characters part to try and get the program to work?

Edit: Possible to do transcoding to ASCII? I was googling and it seems that someone on the microsoft web suggested ASCII may do the trick to remove those characters.

Okay, I've manually changed every strange symbol to the one as per the ps1 file. But, now new errors came up:

+ ... Regex = ^( + (($_.Type | ForEach {[Regex]::Escape($_)}) -join |) + )$ ...
+                                                                  ~
You must provide a value expression following the '-join' operator.

+ ... gex = ^( + (($_.Type | ForEach {[Regex]::Escape($_)}) -join |) + )$ ; ...
+                                                                  ~
An empty pipe element is not allowed.

+ ...  = ^( + (($_.Type | ForEach {[Regex]::Escape($_)}) -join |) + )$ ; $M ...
+                                                                  ~
You must provide a value expression following the '+' operator.

+ ... egex = ^( + (($_.Index | ForEach {[Regex]::Escape($_)}) -join | ) + ) ...
+                                                                  ~

My gosh, I'm really not sure what's the problem now. Any help out there?
newbie
Activity: 27
Merit: 0
Hi Nemo, I'm not sure what's the problem/happened, but when I tried running 2.2.1, there were some error messages. I opened the NemosMiner-v2.2.1.ps1 and found out that there were some strange characters in the powershell file :

$BestMiners_Combos = $Miners_Type_Combos | ForEach {$Miner_Type_Combo = $_.Combination; $Miners_Index_Combos | ForEach {$Miner_Index_Combo = $_.Combination; [PSCustomObject]@{Combination = $Miner_Type_Combo | ForEach {$Miner_Type_Count = $_.Type.Count; [Regex]$Miner_Type_Regex = 慯(?+ (($_.Type | ForEach {[Regex]::Escape($_)}) -join 搢? + ?$? $Miner_Index_Combo | ForEach {$Miner_Index_Count = $_.Index.Count; [Regex]$Miner_Index_Regex = 慯(?+ (($_.Index | ForEach {[Regex]::Escape($_)}) 杍oin 搢? + ?$? $BestMiners | Where {([Array]$_.Type -notmatch $Miner_Type_Regex).Count -eq 0 -and ([Array]$_.Index -notmatch $Miner_Index_Regex).Count -eq 0 -and ([Array]$_.Type -match $Miner_Type_Regex).Count -eq $Miner_Type_Count -and ([Array]$_.Index -match $Miner_Index_Regex).Count -eq $Miner_Index_Count}}}}}}

Any way to change them to how they were supposed to look like?

Thanks.

my guess is you open/edited the NemosMiner-v2.2.1.ps1 and saved then ran into that error... my code does not look like that

re download and don't open NemosMiner-v2.2.1.ps1  edit and run the .bat files

best Regards
Nemo

Nope, redownloaded, but still doesn't work, the same error occurs. I didn't open the .ps1 file, but the command prompt line still states there's those strange characters still. Anyway to change those letter, or replace them with the right ones?

i just re downloaded 2.2.1 myself opened NemosMiner-v2.2.1.ps1 and all is well... code is correct...  (no weird different language symbols)
im not sure why your code is changed...

i had someone else have that issue a while back: https://github.com/nemosminer/NemosMiner-v2.2/issues/56

Regards
Nemo
Very strange, same problem as the other user. I have Windows in English (installation etc all english) so shouldn't have this problem at all... Any possibility of saving that part in txt or word doc format and seeing if it's possible to copy and paste over the strange characters part to try and get the program to work?

Edit: Possible to do transcoding to ASCII? I was googling and it seems that someone on the microsoft web suggested ASCII may do the trick to remove those characters.
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
Hi Nemo, I'm not sure what's the problem/happened, but when I tried running 2.2.1, there were some error messages. I opened the NemosMiner-v2.2.1.ps1 and found out that there were some strange characters in the powershell file :

$BestMiners_Combos = $Miners_Type_Combos | ForEach {$Miner_Type_Combo = $_.Combination; $Miners_Index_Combos | ForEach {$Miner_Index_Combo = $_.Combination; [PSCustomObject]@{Combination = $Miner_Type_Combo | ForEach {$Miner_Type_Count = $_.Type.Count; [Regex]$Miner_Type_Regex = 慯(?+ (($_.Type | ForEach {[Regex]::Escape($_)}) -join 搢? + ?$? $Miner_Index_Combo | ForEach {$Miner_Index_Count = $_.Index.Count; [Regex]$Miner_Index_Regex = 慯(?+ (($_.Index | ForEach {[Regex]::Escape($_)}) 杍oin 搢? + ?$? $BestMiners | Where {([Array]$_.Type -notmatch $Miner_Type_Regex).Count -eq 0 -and ([Array]$_.Index -notmatch $Miner_Index_Regex).Count -eq 0 -and ([Array]$_.Type -match $Miner_Type_Regex).Count -eq $Miner_Type_Count -and ([Array]$_.Index -match $Miner_Index_Regex).Count -eq $Miner_Index_Count}}}}}}

Any way to change them to how they were supposed to look like?

Thanks.

my guess is you open/edited the NemosMiner-v2.2.1.ps1 and saved then ran into that error... my code does not look like that

re download and don't open NemosMiner-v2.2.1.ps1  edit and run the .bat files

best Regards
Nemo

Nope, redownloaded, but still doesn't work, the same error occurs. I didn't open the .ps1 file, but the command prompt line still states there's those strange characters still. Anyway to change those letter, or replace them with the right ones?

i just re downloaded 2.2.1 myself opened NemosMiner-v2.2.1.ps1 and all is well... code is correct...  (no weird different language symbols)
im not sure why your code is changed...

i had someone else have that issue a while back: https://github.com/nemosminer/NemosMiner-v2.2/issues/56

Regards
Nemo
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
That's the error I am having!... same as IGOTEK!... That's why until now I am using the 1.7.6... I want to use the 2.2.1

Can you please provide the correct code?...

NemosMiner-v2.2.1\NemosMiner-v2.2.1>powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command "&.\NemosMiner-v2.2.1.ps1 -SelGPUEWBF 0 -SelGPUCC 0 -Currency USD -Passwordcurrency BTC -interval 120 -Wallet 3MKtkLHbsc24pmey3g6z5WudZ1u7QCvRt9 -Location US -PoolName zpool24hr -Type nvidia -Algorithm poly,hsr,phi,keccak,xevan,veltor,lyra2z,skunk,tribus,c11,x11evo,lbry,skein,equihash,groestl,timetravel,sib,bitcore,x17,blakecoin,Nist5,MyriadGroestl,Lyra2RE2,neoscrypt,blake2s -Donate 0
Transcript started, output file is .\Logs\2017-12-09_07-17-06.txt


UPDATE:
IT IS WORKING!... JUST WAIT FOR IT!... It is just taking some time... Then something will happen and pooofff!!!  There he is mining!...

Thank you Nemo!...


Nemo, 1 last question... Which one is better, the startzpool or the startzpool24?... Don't know the difference between the two...

startzpool uses current estimate and 24 hour estimate price to work out profitability (real time price)

startzpool24hr uses the 24hour Actual price (Actual price over last 24hours)

i use startzpool24hr on all my rigs...

Regards
Nemo
newbie
Activity: 5
Merit: 0
That's the error I am having!... same as IGOTEK!... That's why until now I am using the 1.7.6... I want to use the 2.2.1

Can you please provide the correct code?...

NemosMiner-v2.2.1\NemosMiner-v2.2.1>powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command "&.\NemosMiner-v2.2.1.ps1 -SelGPUEWBF 0 -SelGPUCC 0 -Currency USD -Passwordcurrency BTC -interval 120 -Wallet 3MKtkLHbsc24pmey3g6z5WudZ1u7QCvRt9 -Location US -PoolName zpool24hr -Type nvidia -Algorithm poly,hsr,phi,keccak,xevan,veltor,lyra2z,skunk,tribus,c11,x11evo,lbry,skein,equihash,groestl,timetravel,sib,bitcore,x17,blakecoin,Nist5,MyriadGroestl,Lyra2RE2,neoscrypt,blake2s -Donate 0
Transcript started, output file is .\Logs\2017-12-09_07-17-06.txt


UPDATE:
IT IS WORKING!... JUST WAIT FOR IT!... It is just taking some time... Then something will happen and pooofff!!!  There he is mining!...

Thank you Nemo!...


Nemo, 1 last question... Which one is better, the startzpool or the startzpool24?... Don't know the difference between the two...
newbie
Activity: 27
Merit: 0
Hi Nemo, I'm not sure what's the problem/happened, but when I tried running 2.2.1, there were some error messages. I opened the NemosMiner-v2.2.1.ps1 and found out that there were some strange characters in the powershell file :

$BestMiners_Combos = $Miners_Type_Combos | ForEach {$Miner_Type_Combo = $_.Combination; $Miners_Index_Combos | ForEach {$Miner_Index_Combo = $_.Combination; [PSCustomObject]@{Combination = $Miner_Type_Combo | ForEach {$Miner_Type_Count = $_.Type.Count; [Regex]$Miner_Type_Regex = 慯(?+ (($_.Type | ForEach {[Regex]::Escape($_)}) -join 搢? + ?$? $Miner_Index_Combo | ForEach {$Miner_Index_Count = $_.Index.Count; [Regex]$Miner_Index_Regex = 慯(?+ (($_.Index | ForEach {[Regex]::Escape($_)}) 杍oin 搢? + ?$? $BestMiners | Where {([Array]$_.Type -notmatch $Miner_Type_Regex).Count -eq 0 -and ([Array]$_.Index -notmatch $Miner_Index_Regex).Count -eq 0 -and ([Array]$_.Type -match $Miner_Type_Regex).Count -eq $Miner_Type_Count -and ([Array]$_.Index -match $Miner_Index_Regex).Count -eq $Miner_Index_Count}}}}}}

Any way to change them to how they were supposed to look like?

Thanks.

my guess is you open/edited the NemosMiner-v2.2.1.ps1 and saved then ran into that error... my code does not look like that

re download and don't open NemosMiner-v2.2.1.ps1  edit and run the .bat files

best Regards
Nemo

Nope, redownloaded, but still doesn't work, the same error occurs. I didn't open the .ps1 file, but the command prompt line still states there's those strange characters still. Anyway to change those letter, or replace them with the right ones?
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
Code:
C:\Users\igotek\Desktop\NemosMiner-v2.2.1>powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command "&.\NemosMiner-v2.2.1.ps1 -SelGPUEWBF '0,1' -SelGPUCC '0,1' -Currency USD -Passwordcurrency BTC -interval 120 -Username nemo -Workername miningpoolhub -Location US -PoolName miningpoolhub -Type nvidia -Algorithm cryptonight,keccak,lyra2z,skein,equihash,groestl,MyriadGroestl,Lyra2RE2,neoscrypt -Donate 5
                                               Transcript started, output file is .\Logs\2017-12-09_04-53-33.txt
No Miners!

close and re open should work on the second try...

sorry there is a error in that code: only in the miningpoolhub.bat all other pool .bats are correct -SelGPUEWBF '0,1'   (there should be no ,) like this

2.select how many gpu's you have eg: (1gpu ewbf 0 cc 0) (default 2 gpu ewbf 0 1 cc 0,1) (6gpu ewbf 0 1 2 3 4 5 cc 0,1,2,3,4,5)

i have update my master but the release version of 2.2.1 may still have that error sorry

hope that helps you

Regards
Nemo
hero member
Activity: 2086
Merit: 608
Online Security & Investment Corporation
After several tries, no work.
I tried to start the bat file as administrator:

Code:
C:\Windows\system32>powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command "&.\NemosMiner-v2.2.1.ps1 -SelGPUEWBF '0 1' -SelGPUCC '0,1' -Currency USD -Passwordcurrency BTC -interval 120 -Wallet 1QGADhdMRpp9Pk5u5zG1TrHKRrdK5R81TE -Location US -PoolName zpool24hr -Type nvidia -Algorithm poly,hsr,phi,keccak,xevan,veltor,lyra2z,skunk,tribus,c11,x11evo,lbry,skein,equihash,groestl,timetravel,sib,bitcore,x17,blakecoin,Nist5,MyriadGroestl,Lyra2RE2,neoscrypt,blake2s -Donate 5
                                                                                                 & : The term '.\NemosMiner-v2.2.1.ps1' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:2
+ &.\NemosMiner-v2.2.1.ps1 -SelGPUEWBF '0 1' -SelGPUCC '0,1' -Currency  ...
+  ~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (.\NemosMiner-v2.2.1.ps1:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
Jump to: