Post
Topic
Board Mining (Altcoins)
Re: NEMOSMINER multi algo profit switching NVIDIA miner
by
starrbuck
on 30/12/2017, 03:51:48 UTC
Have you tried to right click and "Run as Administrator"?

Yes and when I do that I get another error:

: The term '.\NemosMiner-v2.3.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.3.ps1 -SelGPUDSTM '0' -SelGPUCC '0' -Currency EUR -P ...
+  ~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (.\NemosMiner-v2.3.ps1:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException


You probably have a bad value set in your bat file. recreate it and see what happens.

No, there is a problem with the bat file.  I am not a Powershell expert, but for me it works if you specify the full path to NemosMiner-v2.3.ps1 and add a double-quote at the end:

Code:
powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command "& C:\Mining\NemosMiner\NemosMiner-v2.3.ps1 -SelGPUDSTM '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"