Author

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

hero member
Activity: 677
Merit: 500
Has anyone tried making a single batch file that not only switches algos, but also across pools?

I tried doing that and it would sometimes mine the 2nd or 3rd most profitable according to the list, even after resetting the profit stats.

How did you do that?  Do you think it would be possible to create a modification to mine in other pools that aren't btc payout pools?  Or does what you did only work between the pools that nemos already programmed into the profit switching script?

Code:
powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command "&.\NemosMiner-v2.2.2.ps1 -SelGPUEWBF '0 1' -SelGPUCC '0,1' -Currency USD -Passwordcurrency BTC -interval 120 -Username guytechie -Workername MiningRig1 -Wallet 1MkmBHDjonAFXui6JEx9ZmEemfMtUo9Cmu -Location US -PoolName zpool,ahashpool,hashrefinery,miningpoolhub -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,cryptonight -Donate 5

Basically making sure all the algos and pools are listed.

Ah okay yeah I see, so it looks like it has to be with the pools that Nemos already coded into the software.  Have you found this to be more profitable overall than sticking with just  one pool?  You may actually be on to something here if you can get it to work right.

Like I said, I have some problems with it where it would start mining the 2nd or 3rd most profitable on the list.  Not sure why it does that.  However, it does list all of the algos and pools.

I found Sniffindog version of the script that seems more reliable with the multi algo and pool  all-in-one, but for some reason I don't see hashrefinery on the list when mining, even though in the script it's included.

After playing around with Sniffindog, I looked at modifying NemosMiner to do the same thing.  So both has drawbacks.

Sniffindog - more reliable when switching to most profitable on the list, but hashrefinery is not working (even though it's in the script).
NemosMiner - All pools are listed and seems to be working, but after a couple algo/pool switches, it starts to mine only the 2nd or 3rd most profitable on the list instead of the one on top of the list.
full member
Activity: 417
Merit: 105
Has anyone tried making a single batch file that not only switches algos, but also across pools?

I tried doing that and it would sometimes mine the 2nd or 3rd most profitable according to the list, even after resetting the profit stats.

How did you do that?  Do you think it would be possible to create a modification to mine in other pools that aren't btc payout pools?  Or does what you did only work between the pools that nemos already programmed into the profit switching script?

Code:
powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command "&.\NemosMiner-v2.2.2.ps1 -SelGPUEWBF '0 1' -SelGPUCC '0,1' -Currency USD -Passwordcurrency BTC -interval 120 -Username guytechie -Workername MiningRig1 -Wallet 1MkmBHDjonAFXui6JEx9ZmEemfMtUo9Cmu -Location US -PoolName zpool,ahashpool,hashrefinery,miningpoolhub -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,cryptonight -Donate 5

Basically making sure all the algos and pools are listed.

Ah okay yeah I see, so it looks like it has to be with the pools that Nemos already coded into the software.  Have you found this to be more profitable overall than sticking with just  one pool?  You may actually be on to something here if you can get it to work right.
hero member
Activity: 677
Merit: 500
Is there a reason why you're using the x86 version of ccminer-Tpruvot and ccminer-Tpruvotcuda9?

yes because its faster 32bit compiles are nearly always faster than 64bit compiles...

Thanks.

I asked because I was getting out of memory errors when it was trying to benchmark cryptonight on MPH.  I originally thought I needed to update ccminer-Tpruvot that your script used.  I finally found out that the intensity setting was missing or too high (default).

If you can verify that it does the same to you, can you fix it in your next release?  I fixed it by editing the CcminerTpruvot.ps1 file on this line:

from:
"cryptonight" = " -d $SelGPUCC" #Cryptonight

to:
"cryptonight" = " -i 10 -d $SelGPUCC" #Cryptonight

That was the highest intensity without causing the out of memory error.

Cryptonight is currently using CcminerTpruvot-2.2.2
thanks i wasn't getting that error on my test rigs...
ive updated to CcminerTpruvot-2.2.3 for Cryptonight for next version/release hopefully will take care of that...  
any one tried and had better results with: https://github.com/KlausT/ccminer-cryptonight/releases

Best Regards
Nemo

I just tried ccminer-cryptonight both Cuda 8 and 9 and I'm getting around 850-870 H/s per 1080 Ti at 60% Power Limit.  I used default intensity and my computer was not very responsive.

The ccmiminer-Tpruvot in your scrypt gave me 100 H/s per 1080 Ti at the same power limit.  So KlausT is about 8.5x faster.
hero member
Activity: 677
Merit: 500
Has anyone tried making a single batch file that not only switches algos, but also across pools?

I tried doing that and it would sometimes mine the 2nd or 3rd most profitable according to the list, even after resetting the profit stats.

How did you do that?  Do you think it would be possible to create a modification to mine in other pools that aren't btc payout pools?  Or does what you did only work between the pools that nemos already programmed into the profit switching script?

Code:
powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command "&.\NemosMiner-v2.2.2.ps1 -SelGPUEWBF '0 1' -SelGPUCC '0,1' -Currency USD -Passwordcurrency BTC -interval 120 -Username guytechie -Workername MiningRig1 -Wallet 1MkmBHDjonAFXui6JEx9ZmEemfMtUo9Cmu -Location US -PoolName zpool,ahashpool,hashrefinery,miningpoolhub -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,cryptonight -Donate 5

Basically making sure all the algos and pools are listed.
full member
Activity: 417
Merit: 105
Has anyone tried making a single batch file that not only switches algos, but also across pools?

I tried doing that and it would sometimes mine the 2nd or 3rd most profitable according to the list, even after resetting the profit stats.

How did you do that?  Do you think it would be possible to create a modification to mine in other pools that aren't btc payout pools?  Or does what you did only work between the pools that nemos already programmed into the profit switching script?
hero member
Activity: 677
Merit: 500
Has anyone tried making a single batch file that not only switches algos, but also across pools?

I tried doing that and it would sometimes mine the 2nd or 3rd most profitable according to the list, even after resetting the profit stats.
newbie
Activity: 8
Merit: 0
I seem to maybe getting some errors (new to this so not sure)
Added parts of the log

Code:
**********************
Windows PowerShell transcript start
Start time: 20171214222219
Username: DOOMSTAR\Magnus
RunAs User: DOOMSTAR\Magnus
Machine: DOOMSTAR (Microsoft Windows NT 10.0.15063.0)
Host Application: powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command &.\NemosMiner-v2.2.2.ps1 -SelGPUEWBF '0' -SelGPUCC '0' -Currency USD -Passwordcurrency BTC -interval 120 -Username MrBender -Workername MrBender -Location US -PoolName miningpoolhub -Type nvidia -Algorithm cryptonight,keccak,lyra2z,skein,equihash,groestl,MyriadGroestl,Lyra2RE2,neoscrypt -Donate 5
Process ID: 13392
PSVersion: 5.1.15063.786
PSEdition: Desktop
PSCompatibleVersions: 1.0, 2.0, 3.0, 4.0, 5.0, 5.1.15063.786
BuildVersion: 10.0.15063.786
CLRVersion: 4.0.30319.42000
WSManStackVersion: 3.0
PSRemotingProtocolVersion: 2.3
SerializationVersion: 1.1.0.1
**********************
Transcript started, output file is .\Logs\2017-12-14_22-22-19.txt
PS>TerminatingError(Invoke-WebRequest): "The remote server returned an error: (522) Origin Connection Time-out."
Remove-Item : Cannot remove item C:\mining\NemosMiner\Bin\NVIDIA-EWBF\vcruntime140.dll: You do not have sufficient acces
s rights to perform this operation.
At C:\mining\NemosMiner\Include.ps1:504 char:59
+ ... Name_New") {Remove-Item "$(Split-Path $Path)\$FolderName_New" -Recurs ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : PermissionDenied: (vcruntime140.dll:FileInfo) [Remove-Item], IOException
    + FullyQualifiedErrorId : RemoveFileSystemItemUnAuthorizedAccess,Microsoft.PowerShell.Commands.RemoveItemCommand
Remove-Item : Cannot remove item C:\mining\NemosMiner\Bin\NVIDIA-EWBF\vcruntime140.dll: You do not have sufficient access rights to perform this operation.
At C:\mining\NemosMiner\Include.ps1:504 char:59
+ ... Name_New") {Remove-Item "$(Split-Path $Path)\$FolderName_New" -Recurs ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : PermissionDenied: (vcruntime140.dll:FileInfo) [Remove-Item], IOException
    + FullyQualifiedErrorId : RemoveFileSystemItemUnAuthorizedAccess,Microsoft.PowerShell.Commands.RemoveItemCommand
Remove-Item : Directory C:\mining\NemosMiner\Bin\NVIDIA-EWBF cannot be removed because it is not empty.
At C:\mining\NemosMiner\Include.ps1:504 char:59
+ ... Name_New") {Remove-Item "$(Split-Path $Path)\$FolderName_New" -Recurs ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\mining\NemosMiner\Bin\NVIDIA-EWBF:DirectoryInfo) [Remove-Item], IOExceptio
n
    + FullyQualifiedErrorId : DirectoryNotEmpty,Microsoft.PowerShell.Commands.RemoveItemCommand
Remove-Item : Directory C:\mining\NemosMiner\Bin\NVIDIA-EWBF cannot be removed because it is not empty.
At C:\mining\NemosMiner\Include.ps1:504 char:59
+ ... Name_New") {Remove-Item "$(Split-Path $Path)\$FolderName_New" -Recurs ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\mining\NemosMiner\Bin\NVIDIA-EWBF:DirectoryInfo) [Remove-Item], IOException
    + FullyQualifiedErrorId : DirectoryNotEmpty,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Cannot remove item C:\mining\NemosMiner\Bin\0.3.4b\vcruntime140.dll: You do not have sufficient access rig
hts to perform this operation.
At C:\mining\NemosMiner\Include.ps1:505 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 : Cannot remove item C:\mining\NemosMiner\Bin\0.3.4b\vcruntime140.dll: You do not have sufficient access rights to perform this operation.
At C:\mining\NemosMiner\Include.ps1:505 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 C:\mining\NemosMiner\Bin\0.3.4b cannot be removed because it is not empty.
At C:\mining\NemosMiner\Include.ps1:505 char:59
+ ... Name_Old") {Remove-Item "$(Split-Path $Path)\$FolderName_Old" -Recurs ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\mining\NemosMiner\Bin\0.3.4b:DirectoryInfo) [Remove-Item], IOException
    + FullyQualifiedErrorId : DirectoryNotEmpty,Microsoft.PowerShell.Commands.RemoveItemCommand
Remove-Item : Directory C:\mining\NemosMiner\Bin\0.3.4b cannot be removed because it is not empty.
At C:\mining\NemosMiner\Include.ps1:505 char:59
+ ... Name_Old") {Remove-Item "$(Split-Path $Path)\$FolderName_Old" -Recurs ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\mining\NemosMiner\Bin\0.3.4b:DirectoryInfo) [Remove-Item], IOException
    + FullyQualifiedErrorId : DirectoryNotEmpty,Microsoft.PowerShell.Commands.RemoveItemCommand

Rename-Item : Cannot create a file when that file already exists.

At C:\mining\NemosMiner\Include.ps1:510 char:9
+         Rename-Item "$(Split-Path $Path)\$FolderName_Old" "$FolderNam ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\mining\NemosMiner\Bin\0.3.4b:String) [Rename-Item], IOException
    + FullyQualifiedErrorId : RenameItemIOError,Microsoft.PowerShell.Commands.RenameItemCommand
Rename-Item : Cannot create a file when that file already exists.

At C:\mining\NemosMiner\Include.ps1:510 char:9
+         Rename-Item "$(Split-Path $Path)\$FolderName_Old" "$FolderNam ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\mining\NemosMiner\Bin\0.3.4b:String) [Rename-Item], IOException
    + FullyQualifiedErrorId : RenameItemIOError,Microsoft.PowerShell.Commands.RenameItemCommand

1BTC =  16672,16 USD


   Type: NVIDIA

Miner                Algorithm           Speed BTC/Day USD/Day BTC/GH/Day Pool
-----                ---------           ----- ------- ------- ---------- ----
CcminerTpruvotcuda9  Lyra2z          2,88 MH/s 0,00050   8,332    0,17341 miningpoolhub-Zcoin
ccminerAlexis78      Lyra2RE2       72,30 MH/s 0,00048   7,965    0,00661 miningpoolhub-Monacoin
CcminerKlaust        NeoScrypt       1,47 MH/s 0,00034   5,638    0,23011 miningpoolhub-Feathercoin
CcminerTpruvotcuda9  Groestl        65,36 MH/s 0,00023   3,756    0,00345 miningpoolhub-Groestlcoin
CcminerAlexis78cuda9 Keccak          1,33 GH/s 0,00021   3,565    0,00016 miningpoolhub-Maxcoin
ccminerAlexis78      Skein         959,18 MH/s 0,00019   3,248    0,00020 miningpoolhub-MyriadcoinSkein
ccminerAlexis78      MyriadGroestl 125,29 MH/s 0,00003   0,462    0,00022 miningpoolhub-DigibyteGroestl




   Status: Running

    Speed Active                      Launched Command
    ----- ------                      -------- -------
0,00 PH/s 00 Days 00 Hours 00 Minutes Once     Bin\NVIDIA-TPruvotcuda9\ccminer.exe -a lyra2z -o stratum+tcp://us-east.lyra2z-hub.miningpoolhub.com:17025 -u MrBender.MrBender -p x -d 0


PS>TerminatingError(Invoke-WebRequest): "The remote server returned an error: (522) Origin Connection Time-out."
Remove-Item : Cannot remove item C:\mining\NemosMiner\Bin\NVIDIA-EWBF\vcruntime140.dll: You do not have sufficient acces
s rights to perform this operation.
At C:\mining\NemosMiner\Include.ps1:504 char:59
+ ... Name_New") {Remove-Item "$(Split-Path $Path)\$FolderName_New" -Recurs ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : PermissionDenied: (vcruntime140.dll:FileInfo) [Remove-Item], IOException
    + FullyQualifiedErrorId : RemoveFileSystemItemUnAuthorizedAccess,Microsoft.PowerShell.Commands.RemoveItemCommand
Remove-Item : Cannot remove item C:\mining\NemosMiner\Bin\NVIDIA-EWBF\vcruntime140.dll: You do not have sufficient access rights to perform this operation.
At C:\mining\NemosMiner\Include.ps1:504 char:59
+ ... Name_New") {Remove-Item "$(Split-Path $Path)\$FolderName_New" -Recurs ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : PermissionDenied: (vcruntime140.dll:FileInfo) [Remove-Item], IOException
    + FullyQualifiedErrorId : RemoveFileSystemItemUnAuthorizedAccess,Microsoft.PowerShell.Commands.RemoveItemCommand
Remove-Item : Directory C:\mining\NemosMiner\Bin\NVIDIA-EWBF cannot be removed because it is not empty.
At C:\mining\NemosMiner\Include.ps1:504 char:59
+ ... Name_New") {Remove-Item "$(Split-Path $Path)\$FolderName_New" -Recurs ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\mining\NemosMiner\Bin\NVIDIA-EWBF:DirectoryInfo) [Remove-Item], IOExceptio
n
    + FullyQualifiedErrorId : DirectoryNotEmpty,Microsoft.PowerShell.Commands.RemoveItemCommand
Remove-Item : Directory C:\mining\NemosMiner\Bin\NVIDIA-EWBF cannot be removed because it is not empty.
At C:\mining\NemosMiner\Include.ps1:504 char:59
+ ... Name_New") {Remove-Item "$(Split-Path $Path)\$FolderName_New" -Recurs ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\mining\NemosMiner\Bin\NVIDIA-EWBF:DirectoryInfo) [Remove-Item], IOException
    + FullyQualifiedErrorId : DirectoryNotEmpty,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Cannot remove item C:\mining\NemosMiner\Bin\0.3.4b\vcruntime140.dll: You do not have sufficient access rig
hts to perform this operation.
At C:\mining\NemosMiner\Include.ps1:505 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 : Cannot remove item C:\mining\NemosMiner\Bin\0.3.4b\vcruntime140.dll: You do not have sufficient access rights to perform this operation.
At C:\mining\NemosMiner\Include.ps1:505 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 C:\mining\NemosMiner\Bin\0.3.4b cannot be removed because it is not empty.
At C:\mining\NemosMiner\Include.ps1:505 char:59
+ ... Name_Old") {Remove-Item "$(Split-Path $Path)\$FolderName_Old" -Recurs ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\mining\NemosMiner\Bin\0.3.4b:DirectoryInfo) [Remove-Item], IOException
    + FullyQualifiedErrorId : DirectoryNotEmpty,Microsoft.PowerShell.Commands.RemoveItemCommand
Remove-Item : Directory C:\mining\NemosMiner\Bin\0.3.4b cannot be removed because it is not empty.
At C:\mining\NemosMiner\Include.ps1:505 char:59
+ ... Name_Old") {Remove-Item "$(Split-Path $Path)\$FolderName_Old" -Recurs ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\mining\NemosMiner\Bin\0.3.4b:DirectoryInfo) [Remove-Item], IOException
    + FullyQualifiedErrorId : DirectoryNotEmpty,Microsoft.PowerShell.Commands.RemoveItemCommand

Rename-Item : Cannot create a file when that file already exists.

At C:\mining\NemosMiner\Include.ps1:510 char:9
+         Rename-Item "$(Split-Path $Path)\$FolderName_Old" "$FolderNam ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\mining\NemosMiner\Bin\0.3.4b:String) [Rename-Item], IOException
    + FullyQualifiedErrorId : RenameItemIOError,Microsoft.PowerShell.Commands.RenameItemCommand
Rename-Item : Cannot create a file when that file already exists.

At C:\mining\NemosMiner\Include.ps1:510 char:9
+         Rename-Item "$(Split-Path $Path)\$FolderName_Old" "$FolderNam ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\mining\NemosMiner\Bin\0.3.4b:String) [Rename-Item], IOException
    + FullyQualifiedErrorId : RenameItemIOError,Microsoft.PowerShell.Commands.RenameItemCommand

1BTC =  16647,14 USD


 
full member
Activity: 287
Merit: 100
[2017-12-15 06:35:22] Starting on stratum+tcp://eu1.altminer.net:4233
[2017-12-15 06:35:22] NVML GPU monitoring enabled.
[2017-12-15 06:35:22] NVAPI GPU monitoring enabled.
[2017-12-15 06:35:22] 1 miner thread started, using 'neoscrypt' algorithm.
[2017-12-15 06:35:31] Stratum difficulty set to 8 (0.00012)
[2017-12-15 06:35:31] neoscrypt block 14854, diff 579.762
[2017-12-15 06:35:32] GPU #0: Intensity set to 18 (+5), 262144 cuda threads

********************************************************************

[2017-12-15 06:39:44] Starting on stratum+tcp://eu1.altminer.net:4233
[2017-12-15 06:39:44] NVML GPU monitoring enabled.
[2017-12-15 06:39:44] NVAPI GPU monitoring enabled.
[2017-12-15 06:39:44] 2 miner thread started, using 'neoscrypt' algorithm.
[2017-12-15 06:39:49] Stratum difficulty set to 64 (0.00098)
[2017-12-15 06:39:49] neoscrypt block 14855, diff 582.982
[2017-12-15 06:39:49] GPU #0: Intensity set to 13 (+5), 8192 cuda threads
[2017-12-15 06:39:49] GPU #1: Intensity set to 13 (+5), 8192 cuda threads
********************************************************************

[2017-12-15 06:41:38] Starting on stratum+tcp://eu1.altminer.net:4233
[2017-12-15 06:41:38] NVML GPU monitoring enabled.
[2017-12-15 06:41:38] NVAPI GPU monitoring enabled.
[2017-12-15 06:41:38] 3 miner thread started, using 'neoscrypt' algorithm.
[2017-12-15 06:41:50] Stratum difficulty set to 364 (0.00555)
[2017-12-15 06:41:50] neoscrypt block 14856, diff 713.562
[2017-12-15 06:41:51] GPU #0: Intensity set to 5 (+5), 32 cuda threads
[2017-12-15 06:41:51] GPU #1: Intensity set to 5 (+5), 32 cuda threads
[2017-12-15 06:41:51] GPU #3: Intensity set to 5 (+5), 32 cuda threads
********************************************************************

[2017-12-15 06:43:32] Starting on stratum+tcp://eu1.altminer.net:4233
[2017-12-15 06:43:32] NVML GPU monitoring enabled.
[2017-12-15 06:43:32] NVAPI GPU monitoring enabled.
[2017-12-15 06:43:32] 4 miner thread started, using 'neoscrypt' algorithm.
[2017-12-15 06:43:41] Stratum difficulty set to 256 (0.00391)
[2017-12-15 06:43:41] neoscrypt block 14856, diff 713.562
[2017-12-15 06:43:42] GPU #0: Intensity set to 16 (+5), 65536 cuda threads
[2017-12-15 06:43:42] GPU #1: Intensity set to 16 (+5), 65536 cuda threads
[2017-12-15 06:43:42] GPU #2: Intensity set to 16 (+5), 65536 cuda threads
[2017-12-15 06:43:42] GPU #3: Intensity set to 16 (+5), 65536 cuda threads
********************************************************************

[2017-12-15 06:49:53] Starting on stratum+tcp://eu1.altminer.net:4233
[2017-12-15 06:49:53] NVML GPU monitoring enabled.
[2017-12-15 06:49:53] NVAPI GPU monitoring enabled.
[2017-12-15 06:49:53] 6 miner thread started, using 'neoscrypt' algorithm.
[2017-12-15 06:50:05] Stratum difficulty set to 256 (0.00391)
[2017-12-15 06:50:05] neoscrypt block 14858, diff 690.108
[2017-12-15 06:50:06] GPU #0: Intensity set to 16 (+5), 65536 cuda threads
[2017-12-15 06:50:06] GPU #1: Intensity set to 16 (+5), 65536 cuda threads
[2017-12-15 06:50:06] GPU #2: Intensity set to 16 (+5), 65536 cuda threads
[2017-12-15 06:50:06] GPU #3: Intensity set to 16 (+5), 65536 cuda threads
[2017-12-15 06:50:06] GPU #4: Intensity set to 16 (+5), 65536 cuda threads
[2017-12-15 06:50:06] GPU #5: Intensity set to 16 (+5), 65536 cuda threads


GPU #0: Gigabyte GTX 1050, 313.51 kH/s
all never more from this
have any idea?

sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
Is there a reason why you're using the x86 version of ccminer-Tpruvot and ccminer-Tpruvotcuda9?

yes because its faster 32bit compiles are nearly always faster than 64bit compiles...

Thanks.

I asked because I was getting out of memory errors when it was trying to benchmark cryptonight on MPH.  I originally thought I needed to update ccminer-Tpruvot that your script used.  I finally found out that the intensity setting was missing or too high (default).

If you can verify that it does the same to you, can you fix it in your next release?  I fixed it by editing the CcminerTpruvot.ps1 file on this line:

from:
"cryptonight" = " -d $SelGPUCC" #Cryptonight

to:
"cryptonight" = " -i 10 -d $SelGPUCC" #Cryptonight

That was the highest intensity without causing the out of memory error.

Cryptonight is currently using CcminerTpruvot-2.2.2
thanks i wasn't getting that error on my test rigs...
ive updated to CcminerTpruvot-2.2.3 for Cryptonight for next version/release hopefully will take care of that...  
any one tried and had better results with: https://github.com/KlausT/ccminer-cryptonight/releases

Best Regards
Nemo
hero member
Activity: 677
Merit: 500
Is there a reason why you're using the x86 version of ccminer-Tpruvot and ccminer-Tpruvotcuda9?

yes because its faster 32bit compiles are nearly always faster than 64bit compiles...

Thanks.

I asked because I was getting out of memory errors when it was trying to benchmark cryptonight on MPH.  I originally thought I needed to update ccminer-Tpruvot that your script used.  I finally found out that the intensity setting was missing or too high (default).

If you can verify that it does the same to you, can you fix it in your next release?  I fixed it by editing the CcminerTpruvot.ps1 file on this line:

from:
"cryptonight" = " -d $SelGPUCC" #Cryptonight

to:
"cryptonight" = " -i 10 -d $SelGPUCC" #Cryptonight

That was the highest intensity without causing the out of memory error.
newbie
Activity: 36
Merit: 0
Hi minerx117 a.k.a the infamous Nemos  Wink. First of all, thank you for the miner. It's more than awesome. I do have some questions though. I am currently running a single 1070 and switching between zpool and mph.

1.) For some reason, when I use zpool24hour, it mines and stays with Tribus. It's profitable but is this normal?
2.) I see x11 in zpool but I'm not sure how to add it to the algo list or can you recommend me a set of algos for a single GPU mining?
3.) What do you think is the best core/mem clock settings for the 1070? I currently have +120 core and +780 mem (I tried 800 but gives out invalid id errors and other errors as well). The 800 setting worked/works with nicehash and awesominer.

I'm fairly new to mining so please feel free to correct me in any way. Again thank you!



From Nemo:
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)


Hey cryptomoblo,

    Thanks for the reply.Yep, I have already read that. Actually, I have read all the previous pages before posting and pretty much helped me out with the initial setup (for those who has questions on how to set it up). I'm not sure if it was a bug or what but when I restarted the miner, it started to switch out like what I had tried or seen previously.
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
can help on this when i download the file and run the zpool i getting this command with red colour font??

At C:\Users\Janson\Desktop\NemosMiner-v2.2.2\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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 have the exact same issue and I posted it here about a month ago but no one helped.
Hence I stopped using this miner.

@fynxgloire

should be fixed now been working on a few things (convert the NemosMiner-v2.2.2.ps1 file encoding from ISO-8859-1 to UTF-8) if you would like to give NemosMiner-v2.3-beta a try to see if it fixes problem for you:

Download: https://github.com/nemosminer/NemosMiner-v2.2.2/archive/master.zip

its still work in progress so only try it if you are having that problem

the most recent release: https://github.com/nemosminer/NemosMiner-v2.2.2/releases is still recommenced to everyone else

Best Regards
Nemo
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
Is there a reason why you're using the x86 version of ccminer-Tpruvot and ccminer-Tpruvotcuda9?

yes because its faster 32bit compiles are nearly always faster than 64bit compiles...
hero member
Activity: 677
Merit: 500
Is there a reason why you're using the x86 version of ccminer-Tpruvot and ccminer-Tpruvotcuda9?
newbie
Activity: 60
Merit: 0
Hi minerx117 a.k.a the infamous Nemos  Wink. First of all, thank you for the miner. It's more than awesome. I do have some questions though. I am currently running a single 1070 and switching between zpool and mph.

1.) For some reason, when I use zpool24hour, it mines and stays with Tribus. It's profitable but is this normal?
2.) I see x11 in zpool but I'm not sure how to add it to the algo list or can you recommend me a set of algos for a single GPU mining?
3.) What do you think is the best core/mem clock settings for the 1070? I currently have +120 core and +780 mem (I tried 800 but gives out invalid id errors and other errors as well). The 800 setting worked/works with nicehash and awesominer.

I'm fairly new to mining so please feel free to correct me in any way. Again thank you!



From Nemo:
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)
member
Activity: 112
Merit: 30
Highest ROI crypto infrastructure
NemosMiner-v1.7.6-Zpool

https://github.com/nemosminer/NemosMiner-v1.7.6-Zpool/releases/download/NemosMinerv1.7.6/NemosMiner-v1.7.6-ZPOOL.zip

NemosMiner-v1.7.6-Zpool multi algo profit switching NVIDIA miner for Zpool (can select which GPU's you want to run)
_______________________________________________________________________________ _____________________________________________________________________________

NemosMiner-v1.7.3-MPH

https://github.com/nemosminer/NemosMiner-v1.7.3-MPH/releases/download/NemosMiner-v1.7.3-MPH/NemosMiner-v1.7.3-MPH.zip

NemosMiner-v1.7.3-MPH multi algo profit switching NVIDIA miner for Mining Pool Hub (can select which GPU's you want to run)
_______________________________________________________________________________ _____________________________________________________________________________

NemosMiner-v2.2.2 Zpool / NiceHash / ahashpool / hashrefinery / MiningPoolHub

Download: https://github.com/nemosminer/NemosMiner-v2.2.2/releases/download/NemosMiner-v2.2.2/NemosMiner-v2.2.2.7z

v2.2.2 (tested with 1060's , 1070's , 1070ti's and 1080ti's)
small bug fixes over 2.2.1 (zpool connection fix, miningpoolhub ewbf -selgpu fix)

NemosMiner-v2.2.2 Monitors mining pools in real-time in order to find the most profitable Algo / Auto Benchmarks Each algo to get optimal speeds / Fully automated / Auto Downloads Miners

edit: start.bat

1.change BTC address to yours

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)

3.remove any algos you do not want to mine (default all supported algos enabled)

4.there is a default 5minute per day fee, that can be disabled by changing -Donate 5 to 0

5.run start.bat

note. instruction number 1 : is different for miningpoolhub, you need to change user name and worker name

If you have Windows 7, please update PowerShell: https://www.microsoft.com/en-us/download/details.aspx?id=50395

CCMiner may need 'MSVCR120.dll' if you don't already have it: https://www.microsoft.com/en-gb/download/details.aspx?id=40784

CCMiner may need 'VCRUNTIME140.DLL' if you don't already have it: https://www.microsoft.com/en-us/download/details.aspx?id=48145

running multiple cards its recommended to increase Virtual Memory 64gb is optimal

requires Nvidia Driver Newer than 384 for cuda 9

this is a free project feel free to donate be much appreciated:

aaronsace = 1MsrCoAt8qM53HUMsUxvy9gMj3QVbHLazH

nemo = 1QGADhdMRpp9Pk5u5zG1TrHKRrdK5R81TE


Is there a way to calculate expected future value into mining or is it all based on current profitability at current price?

Also is there an option to payout in anything other than bitcoin as transaction costs on bitcoin just add another level of cost to the whole thing.

Can I ask what past returns per ghash has been on this software?
newbie
Activity: 36
Merit: 0
Hi minerx117 a.k.a the infamous Nemos  Wink. First of all, thank you for the miner. It's more than awesome. I do have some questions though. I am currently running a single 1070 and switching between zpool and mph.

1.) For some reason, when I use zpool24hour, it mines and stays with Tribus. It's profitable but is this normal?
2.) I see x11 in zpool but I'm not sure how to add it to the algo list or can you recommend me a set of algos for a single GPU mining?
3.) What do you think is the best core/mem clock settings for the 1070? I currently have +120 core and +780 mem (I tried 800 but gives out invalid id errors and other errors as well). The 800 setting worked/works with nicehash and awesominer.

I'm fairly new to mining so please feel free to correct me in any way. Again thank you!

newbie
Activity: 16
Merit: 0
can help on this when i download the file and run the zpool i getting this command with red colour font??

At C:\Users\Janson\Desktop\NemosMiner-v2.2.2\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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 have the exact same issue and I posted it here about a month ago but no one helped.
Hence I stopped using this miner.

HERE:
can help on this when i download the file and run the zpool i getting this command with red colour font??

At C:\Users\Janson\Desktop\NemosMiner-v2.2.2\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\NemosMiner-v2.2.2.ps1:230 char:339
+ ... ex = 慯(?+ (($_.Type | ForEach {[Regex]::Escape($_)}) -join 搢? + ?$? $ ...
+                                                                ~~

go to the STATS folder and look for the broken file. remove it.
if the script isnt completed correctly  one of the statistics files is saved incorrectly (not saved at all)
good luck. =)
newbie
Activity: 22
Merit: 0
Would be good if I can check by phone if the miners are running.
Web interface or with an App. Or even get a notification when one miner stops working. Nemos Miner crashes sometimes...

Now i have to connect with Teamviewer frequently.
full member
Activity: 294
Merit: 100
can help on this when i download the file and run the zpool i getting this command with red colour font??

At C:\Users\Janson\Desktop\NemosMiner-v2.2.2\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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\NemosMiner-v2.2.2\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 have the exact same issue and I posted it here about a month ago but no one helped.
Hence I stopped using this miner.
Jump to: