Author

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

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...
hero member
Activity: 2086
Merit: 608
Online Security & Investment Corporation
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!
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
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
Any plans to add YiiMP?

no it does not support btc payouts...
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
SET PASS=c=BTC,equihash=0.28,lyra2z=0.89,myr-gr=41.3,lyra2v2=23.25,neoscrypt=0.7,decred=1.53,blakecoin=2.85,c11=9.9,groestl=21.1,blake2s=2.3,x17=6.57,nist5=27.94,skein=308.2,sib=7.33,x11evo=9.26,lbry=167,timetravel=15.7,veltor=20.1,bitcore=10.06,hmq1725=2.78,stats


Why did you give these values for zpool ?
The bat file gives error when i use this line ass password.
if i put x for password it works.

around 5-6months ago thats 1.7.6... we are at 2.2.1 now...

hero member
Activity: 2086
Merit: 608
Online Security & Investment Corporation
SET PASS=c=BTC,equihash=0.28,lyra2z=0.89,myr-gr=41.3,lyra2v2=23.25,neoscrypt=0.7,decred=1.53,blakecoin=2.85,c11=9.9,groestl=21.1,blake2s=2.3,x17=6.57,nist5=27.94,skein=308.2,sib=7.33,x11evo=9.26,lbry=167,timetravel=15.7,veltor=20.1,bitcore=10.06,hmq1725=2.78,stats


Why did you give these values for zpool ?
The bat file gives error when i use this line ass password.
if i put x for password it works.
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.
newbie
Activity: 3
Merit: 0
Any plans to add YiiMP?
full member
Activity: 182
Merit: 100
Hi All- Just started using this program and it's pretty awesome. Currently using it with MPH and wondering if I can add ethash to the possible algo's? I added it to the start.bat and removed all of my benchmarks and its redoing all the benchmarks and has not added ethash to the list. Maybe I missed something? Sorry if this was covered as I haven't read this whole thread.

i haven't added eth support yet.. zcash/lyra2v2/neoscrypt/skein etc... is usually more profitable for Nvidia any way

its on my to do list..

https://github.com/nemosminer/NemosMiner-v2.2/issues/43

Regards
Nemo
Cool thanks! Love the program so far!
newbie
Activity: 16
Merit: 0
From my side I fixed issue... I don't know if it's because zcash are down or some pools but I try to execute with zpool24h and zpool and it wasn't working.

I try with startahashpool and it's working.

So now do you when where we can see how many share we have and next payout ?

wow just saw with ahashpool you're paid when you reach 0.005 BTC

tyvm for your work and support.
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
Hi All- Just started using this program and it's pretty awesome. Currently using it with MPH and wondering if I can add ethash to the possible algo's? I added it to the start.bat and removed all of my benchmarks and its redoing all the benchmarks and has not added ethash to the list. Maybe I missed something? Sorry if this was covered as I haven't read this whole thread.

i haven't added eth support yet.. zcash/lyra2v2/neoscrypt/skein etc... is usually more profitable for Nvidia any way

its on my to do list..

https://github.com/nemosminer/NemosMiner-v2.2/issues/43

Regards
Nemo
full member
Activity: 182
Merit: 100
Hi All- Just started using this program and it's pretty awesome. Currently using it with MPH and wondering if I can add ethash to the possible algo's? I added it to the start.bat and removed all of my benchmarks and its redoing all the benchmarks and has not added ethash to the list. Maybe I missed something? Sorry if this was covered as I haven't read this whole thread.
newbie
Activity: 16
Merit: 0
Quick question, when you run bat file there's one powershel opening but second one is not coming....anyone have seen this issue ?
newbie
Activity: 79
Merit: 0
I have a couple of questions.
1. Is there a way for the initial command prompt box not to open maximized full screen?
2. Can the miners command boxes not open minimized, but displayed?
1. Edit start***.bat -> ...-windowstyle maximized... -> minimized
2. Not entirely clear, want to the program is not closed when an error occurs (~pause)?
newbie
Activity: 21
Merit: 0
not off the top of my head, i could look into changing it for you but i don't have the time atm, very busy with work (real job) and family issues

https://github.com/nemosminer/NemosMiner-v2.2/issues add it to open issues on github

Regards
Nemo

Thank you Sir, I fully understand.  I do appreciate all your efforts!!
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
not off the top of my head, i could look into changing it for you but i don't have the time atm, very busy with work (real job) and family issues

https://github.com/nemosminer/NemosMiner-v2.2/issues add it to open issues on github

Regards
Nemo
newbie
Activity: 21
Merit: 0
I have a couple of questions.
1. Is there a way for the initial command prompt box not to open maximized full screen?
2. Can the miners command boxes not open minimized, but displayed?

I have been testing for the last 12 hours and so far only minor hang ups with windows trying to block some of the miners intermittently...

Thank you for your work on this!!
Rick
Hey Nemo, wasn't sure if you saw my questions, so bumping them up.

1. 2. it would be possible (you can just minimize and maximize the displays yourself)

Regards
Nemo
I do open/close manually at this point, but every time a miner is switched, it is opened minimized.  I find it useful, especially when it is benchmarking to watch the miners and note any errors before the window is forced closed by the error.  I also have noted on a few occasions a miner is displayed in the main window as active, but the mining is scrolling connection issues and not mining only to be discovered later when looking at the pool stats.
I know that you have just built onto/modified existing mining scripts, just was hoping you may be aware of where this is set in the powershell script.
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
I have a couple of questions.
1. Is there a way for the initial command prompt box not to open maximized full screen?
2. Can the miners command boxes not open minimized, but displayed?

I have been testing for the last 12 hours and so far only minor hang ups with windows trying to block some of the miners intermittently...

Thank you for your work on this!!
Rick
Hey Nemo, wasn't sure if you saw my questions, so bumping them up.

1. 2. it would be possible (you can just minimize and maximize the displays yourself)

Regards
Nemo
newbie
Activity: 4
Merit: 0
Coming from Nicehash, this seems best option. What version (and pool) would people recommend for profit based algoswitch with BTC payout?

i use zpool24hr personally...

Regards
Nemo

From multipool hub or directly from .bat?

miningpoolhub and zpool are two completly different pools...

i use zpool24hr.bat on all my rigs atm

Regards
Nemo



Ah my bad. Sorry. I'll look in to it. Thanks!
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
Try to run it, was working fine for like 6h I had to reboot and then when I'm launching it getting error : No miners !

Try to reinstall from sratch same error....

back to ewbf on flypool.

i Pm'd you
Jump to: