Post
Topic
Board Mining (Altcoins)
Re: NEMOSMINER multi algo profit switching NVIDIA miner
by
giraffe115
on 30/12/2017, 13:07:07 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"


Thanks that solved the trick to run as admin but I still got this message even when running as admin:



Downloading ccminerAlexis78..
Remove-Item : Cannot remove item D:\CRYPTO\NemosMiner-v2.3c-beta\Bin\ccminer-hsr-alexis-x86-cuda8\vcruntime140.dll: You do not have sufficient access rights to perform this operation.
At D:\CRYPTO\NemosMiner-v2.3c-beta\Include.ps1:531 char:59
+ ... Name_Old") {Remove-Item "$(Split-Path $Path)\$FolderName_Old" -Recurs ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : PermissionDenied: (vcruntime140.dll:FileInfo) [Remove-Item], IOException
    + FullyQualifiedErrorId : RemoveFileSystemItemUnAuthorizedAccess,Microsoft.PowerShell.Commands.RemoveItemCommand
Remove-Item : Directory D:\CRYPTO\NemosMiner-v2.3c-beta\Bin\ccminer-hsr-alexis-x86-cuda8 cannot be removed because it is not empty.
At D:\CRYPTO\NemosMiner-v2.3c-beta\Include.ps1:531 char:59
+ ... Name_Old") {Remove-Item "$(Split-Path $Path)\$FolderName_Old" -Recurs ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (D:\CRYPTO\Nemos...lexis-x86-cuda8:DirectoryInfo) [Remove-Item], IOException
    + FullyQualifiedErrorId : DirectoryNotEmpty,Microsoft.PowerShell.Commands.RemoveItemCommand

Rename-Item : Access to the path 'D:\CRYPTO\NemosMiner-v2.3c-beta\Bin\ccminer-hsr-alexis-x86-cuda8' is denied.
At D:\CRYPTO\NemosMiner-v2.3c-beta\Include.ps1:536 char:9
+         Rename-Item "$(Split-Path $Path)\$FolderName_Old" "$FolderNam ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (D:\CRYPTO\Nemos...lexis-x86-cuda8:String) [Rename-Item], IOException
    + FullyQualifiedErrorId : RenameItemIOError,Microsoft.PowerShell.Commands.RenameItemCommand