Author

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

member
Activity: 112
Merit: 10
Feature request:
add ccminer palgin mod 1.1 for nist5.
add palgin's hsrminer for neosrypt.

working on Palgins HSR miner atm... any help testing would be appreciated :

https://github.com/nemosminer/NemosMiner-v2.3/archive/2.3.1+Palgin.zip
NemosMiner-v2.3.1+Palgin HSR Neoscrypt(testing)

palgins mod 1.1 i have had in nemosminer in the past there was no need for it....

i'll do some testing but im sure my current Nist5 miner is just as fast if not faster...

Regards
Nemo
I've tested palgins mod 1.1 and your nist5 miner on 1080ti, yours is faster, thanks.

ccminer Alexis-HSR Cuda8

Asus GTX 1070 Ti - NIST5 hash 52-54MH/s using 80% power/+100 cpu/+500 memory
Gigabyte GTX 1070 OC Windforce - NIST5 hash 43-45MH/s using 80% power/-15 CPU/+400 memory
Asus GTX 1070 OC - NIST5 hash 41-43MH/s using 80% power/+115 CPU/+500 memory

full member
Activity: 350
Merit: 100
Feature request:
add ccminer palgin mod 1.1 for nist5.
add palgin's hsrminer for neosrypt.

working on Palgins HSR miner atm... any help testing would be appreciated :

https://github.com/nemosminer/NemosMiner-v2.3/archive/2.3.1+Palgin.zip
NemosMiner-v2.3.1+Palgin HSR Neoscrypt(testing)

palgins mod 1.1 i have had in nemosminer in the past there was no need for it....

i'll do some testing but im sure my current Nist5 miner is just as fast if not faster...

Regards
Nemo
I've tested palgins mod 1.1 and your nist5 miner on 1080ti, yours is faster, thanks.
hero member
Activity: 1218
Merit: 534
112 hours ago I setup two identical miners to compare the standard profit switching to the 24hr profit switching.  So far here is the outcome

MINER1 (ahashpool) = 0.01337059 BTC = $180.31 in 112 hours or $38.64/day avg
MINER2 (ahashpool24hr) = 0.01399279 BTC = $188.70 in 112 hours or $40.43/day avg

Rigs are running 6x1070ti, 85% power, +100GPU, +500MEM, NemosMiner 2.3, 900 interval - Values calculated off $13,486/BTC


(7 day test - BTC $14623 used in calculation)
Miner1 = $41.07/day (ahashpool)
Miner2 = $41.79/day (ahashpool24hr)

As you can see after 7 days, Miner2 running the 24hr script is still producing a hair more


Thanks for keeping us up to date. Smiley
member
Activity: 112
Merit: 10
112 hours ago I setup two identical miners to compare the standard profit switching to the 24hr profit switching.  So far here is the outcome

MINER1 (ahashpool) = 0.01337059 BTC = $180.31 in 112 hours or $38.64/day avg
MINER2 (ahashpool24hr) = 0.01399279 BTC = $188.70 in 112 hours or $40.43/day avg

Rigs are running 6x1070ti, 85% power, +100GPU, +500MEM, NemosMiner 2.3, 900 interval - Values calculated off $13,486/BTC


(7 day test - BTC $14623 used in calculation)
Miner1 = $41.07/day (ahashpool)
Miner2 = $41.79/day (ahashpool24hr)

As you can see after 7 days, Miner2 running the 24hr script is still producing a hair more
member
Activity: 92
Merit: 10
This probably isn't related to NEMOS.

On my Win 10 rig, I've got a 1070 FE and Strix 1080 A8G, and when they both are installed in the system (1070 through a riser, 1080 direct, with monitor being fed by 1080) I get the following stats for neoscrypt:
GTX 1080: 980khs
GTX 1070: 1100khs

The 1080 hashes as expected when installed by itself, though.

Does anyone have any thoughts about what might be going on here?
full member
Activity: 350
Merit: 100
Locacion JP doesn't work for nicehash

my bat:
Code:
powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command "&.\NemosMiner-v2.3.ps1 -SelGPUDSTM '0' -SelGPUCC '0' -Currency USD -Passwordcurrency BTC -interval 120 -Wallet xxxxxxxxxxxxxxxxxxxxx -Location JP -PoolName nicehash -Type nvidia -Algorithm cryptonight,keccak,skunk,lbry,equihash,Nist5,Lyra2RE2,neoscrypt,blake2s -Donate 0

output:
Code:
Loading BTC rate from 'api.coinbase.com'..
Loading pool stats..
Error contacting pool, retrying..

Loading BTC rate from 'api.coinbase.com'..
Loading pool stats..
Error contacting pool, retrying..

If I change -Location to US, it works.

Latest version

DONATE 0? =)
it is a pity to put even 1 minute a day?
It's my first time to run this tool, I run it in a test machine which has a single gtx 1050ti, I disabled donation to avoid issues.
I'm sure donation will be enabled in my real rigs:)
full member
Activity: 350
Merit: 100
Feature request:
add ccminer palgin mod 1.1 for nist5.
add palgin's hsrminer for neosrypt.

working on Palgins HSR miner atm... any help testing would be appreciated :

https://github.com/nemosminer/NemosMiner-v2.3/archive/2.3.1+Palgin.zip
NemosMiner-v2.3.1+Palgin HSR Neoscrypt(testing)

palgins mod 1.1 i have had in nemosminer in the past there was no need for it....

i'll do some testing but im sure my current Nist5 miner is just as fast if not faster...

Regards
Nemo


Hi,

I get error below when I tried the new palgin HSR:



Get-Content : Cannot find path 'C:\Users\Dindin\Desktop\mining software\NemosMiner-v2.3-2.3.1-Palgin\Wrapper_23333.txt' because it does not exist.
At C:\Users\Dindin\Desktop\mining software\NemosMiner-v2.3-2.3.1-Palgin\Include.ps1:426 char:33
+                     $HashRate = Get-Content ".\Wrapper_$Port.txt"
+                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\Users\Dindin...apper_23333.txt:String) [Get-Content], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand

Get-Content : Cannot find path 'C:\Users\Dindin\Desktop\mining software\NemosMiner-v2.3-2.3.1-Palgin\Wrapper_23333.txt' because it does not exist.
At C:\Users\Dindin\Desktop\mining software\NemosMiner-v2.3-2.3.1-Palgin\Include.ps1:428 char:82
+ ... Start-Sleep $Interval; $HashRate = Get-Content ".\Wrapper_$Port.txt"}
+                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\Users\Dindin...apper_23333.txt:String) [Get-Content], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand






Any help on this please?
I have the same issue.
newbie
Activity: 16
Merit: 0
Locacion JP doesn't work for nicehash

my bat:
Code:
powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command "&.\NemosMiner-v2.3.ps1 -SelGPUDSTM '0' -SelGPUCC '0' -Currency USD -Passwordcurrency BTC -interval 120 -Wallet xxxxxxxxxxxxxxxxxxxxx -Location JP -PoolName nicehash -Type nvidia -Algorithm cryptonight,keccak,skunk,lbry,equihash,Nist5,Lyra2RE2,neoscrypt,blake2s -Donate 0

output:
Code:
Loading BTC rate from 'api.coinbase.com'..
Loading pool stats..
Error contacting pool, retrying..

Loading BTC rate from 'api.coinbase.com'..
Loading pool stats..
Error contacting pool, retrying..

If I change -Location to US, it works.

Latest version

DONATE 0? =)
it is a pity to put even 1 minute a day?
newbie
Activity: 24
Merit: 0

thnx, but where is this ps1 file?
In the miners folder if I remember right
newbie
Activity: 10
Merit: 0


heya, thanks for the help. Wasn't trying to be stingy with the GPU/mem stuff, my GPU settings are essentially what you recommended -- around +100 / +550, hashing at 42mhs for 6x1060s, but different for each card.

Appreciate the info on the error contacting pool issue -- i've set a reboot script so hopefully that helps.


Mind sharing your script?

Sure, its a very simple script that I put in the startup folder

reboot_4_hour.bat

:loop
timeout /t 14400 /nobreak
shutdown /r /t 5 /f
goto :loop

newbie
Activity: 10
Merit: 0
Hey, i asked this a couple of time, hopefully someone sees this and help.

Is there anyway in code to make the miner not change other window's focus whenever the miner changes?
I just use the computer for other things than mining, and with nemosminer whenever it switches to another miner i loose the current window, is it possible to have an option to have them launch hidden in background, not just minimized?
newbie
Activity: 2
Merit: 0
hi, i have 1 1050ti and 3*1060. But with alexis78, 1050ti stops working after a while even in stock settings. any ideas?
You probably need to reduce the intensity. There are a few posts on the thread about it, but go in to the miner ps1 files and where you see "-i 21" or similar, reduce the number to 20 or 19

thnx, but where is this ps1 file?
newbie
Activity: 4
Merit: 0
Feature request:
add ccminer palgin mod 1.1 for nist5.
add palgin's hsrminer for neosrypt.

working on Palgins HSR miner atm... any help testing would be appreciated :

https://github.com/nemosminer/NemosMiner-v2.3/archive/2.3.1+Palgin.zip
NemosMiner-v2.3.1+Palgin HSR Neoscrypt(testing)

palgins mod 1.1 i have had in nemosminer in the past there was no need for it....

i'll do some testing but im sure my current Nist5 miner is just as fast if not faster...

Regards
Nemo


Hi,

I get error below when I tried the new palgin HSR:



Get-Content : Cannot find path 'C:\Users\Dindin\Desktop\mining software\NemosMiner-v2.3-2.3.1-Palgin\Wrapper_23333.txt' because it does not exist.
At C:\Users\Dindin\Desktop\mining software\NemosMiner-v2.3-2.3.1-Palgin\Include.ps1:426 char:33
+                     $HashRate = Get-Content ".\Wrapper_$Port.txt"
+                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\Users\Dindin...apper_23333.txt:String) [Get-Content], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand

Get-Content : Cannot find path 'C:\Users\Dindin\Desktop\mining software\NemosMiner-v2.3-2.3.1-Palgin\Wrapper_23333.txt' because it does not exist.
At C:\Users\Dindin\Desktop\mining software\NemosMiner-v2.3-2.3.1-Palgin\Include.ps1:428 char:82
+ ... Start-Sleep $Interval; $HashRate = Get-Content ".\Wrapper_$Port.txt"}
+                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\Users\Dindin...apper_23333.txt:String) [Get-Content], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand






Any help on this please?
legendary
Activity: 1151
Merit: 1001
Thanks.

A bit offtopic - are you using some kind of powershell IDE ? I tried to look at the code and ... WOW.
Can't imagine how much work to make some parts, especially the "#Get most profitable miner combination" part
newbie
Activity: 24
Merit: 0
hi, i have 1 1050ti and 3*1060. But with alexis78, 1050ti stops working after a while even in stock settings. any ideas?
You probably need to reduce the intensity. There are a few posts on the thread about it, but go in to the miner ps1 files and where you see "-i 21" or similar, reduce the number to 20 or 19
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
Can someone help with increasing time for benchmark?
Or how to change it manually - I can see the files, but not sure whats the meaning of text inside :/

find -interval 120

change it to what you would like...
120=120 seconds(2mins)
save

Best Regards
Nemo
legendary
Activity: 1151
Merit: 1001
Can someone help with increasing time for benchmark?
Or how to change it manually - I can see the files, but not sure whats the meaning of text inside :/
newbie
Activity: 2
Merit: 0
hi, i have 1 1050ti and 3*1060. But with alexis78, 1050ti stops working after a while even in stock settings. any ideas?
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
Shoot, ahashpool went from avg 4000 miners to 10,674 tonight and is overloaded!  Sad


Sucks, was mining away and suddenly couldn't connect.  Should have kept it our little secret. Wink

all sorted back online
member
Activity: 112
Merit: 10
Back up for now it seems, hopefully they add more servers to handle the new miners
Jump to: