Author

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

legendary
Activity: 1848
Merit: 1166
My AR-15 ID's itself as a toaster. Want breakfast?

I just place a shortcut to my start.bat in my Windows Startup folder.

Alternatively use Windows Task Scheduler to start you "start.bat" file on log-in.
That's the odd thing, running it from startup folder doesn't work because it tries to run the script in windows directory. Changing the path in the bat doesn't fix this. Haven't tried running it as a task, hopefully that will fix it (though the AHK method works). Edit: just tried as scheduled task, same problem. Throws an error when it runs.

Weird.

I have it on all my systems in the startup folder as a shortcut to the .bat file.

Yeah, I use the startup folder myself.

Since Win10 (maybe Cool they don't allow certain activities, you have to create a batch file link, then manually drag it into the c:/program data/........../startup folder....

This works the best for auto-launching any miner on system bootup.
newbie
Activity: 10
Merit: 0
Can't seem to get Cryptonight to work with the newest beta and the newest Nvidia drivers.  Keep getting an out of memory error.

Everything else runs perfect

Thanks
hero member
Activity: 714
Merit: 512

I just place a shortcut to my start.bat in my Windows Startup folder.

Alternatively use Windows Task Scheduler to start you "start.bat" file on log-in.
That's the odd thing, running it from startup folder doesn't work because it tries to run the script in windows directory. Changing the path in the bat doesn't fix this. Haven't tried running it as a task, hopefully that will fix it (though the AHK method works). Edit: just tried as scheduled task, same problem. Throws an error when it runs.

Weird.

I have it on all my systems in the startup folder as a shortcut to the .bat file.
newbie
Activity: 5
Merit: 0
Nothing happens, even with directory correct. Does anyone else have suggestions on how to make the miner start on boot? EDIT: FIXED IT! Forgot to put a new line in...

Glad for you  Grin
newbie
Activity: 24
Merit: 0

I just place a shortcut to my start.bat in my Windows Startup folder.

Alternatively use Windows Task Scheduler to start you "start.bat" file on log-in.
That's the odd thing, running it from startup folder doesn't work because it tries to run the script in windows directory. Changing the path in the bat doesn't fix this. Haven't tried running it as a task, hopefully that will fix it (though the AHK method works). Edit: just tried as scheduled task, same problem. Throws an error when it runs.
newbie
Activity: 16
Merit: 0


Which drivers are the most stable and give more hash at the moment, i am using the 378.92 drivers.



hey! Nemos readme says:
Quote
running multiple cards its recommended to increase Virtual Memory 64gb is optimal

Requires nvidia Driver Newer than 384
hero member
Activity: 714
Merit: 512
NemosMiner-v2.3-beta

download: https://github.com/nemosminer/NemosMiner-v2.2.2/releases/download/2.3-beta/NemosMiner-v2.3-beta.7z

public test to find issues with v2.3 (alpha testing on my test rigs has gone well)

update ccminers (tpruvot2.2.3 & klaust 8.16)

multiple bug fixes:
WebRequest are cached (thanks @needamailaddress)
SelGPUEWBF typo in miningpoolhub.bat (thanks @laterbreh)
convert the NemosMiner.ps1 file encoding from ISO-8859-1 to UTF-8 (thanks @W1llD)
processing scheduler fix: (thanks @ykuzmenko73)

added: Info output of initialization process (thanks @GTANAdam)
added: ahashpool24hr.bat (note: remove blake2s from algo list as its broken in ahashpool24hr atm)

P.S still looking at adding a few more features before final v2.3 release aiming for just before Xmas

(if your having trouble using zpool please try a different pool im not sure if its to much server load or what but zpool has not been very reliable over last week)

Best Regards
Nemo

I am trying Version 2.3 on one of my rigs -- so far it's running smooth. Benchmarked all my algos and it's mining away.
hero member
Activity: 714
Merit: 512
TO START NEMOSMINER WHEN YOUR RIG RESTART OR BOOT

Hello everybody, I am a french boy, I am a noob on bitcointalk   Smiley, I started mining with my 2 friends a few months ago. I think your work is great minerx117 and we all encourage you!

I don't know if it can bring anything but sometimes my mining rig crash. When it restarts it does not restart the software, maybe there is a function to restart it but I don't know.
I find/wrote a little script with Autohotkey to restart the machine. The script works very well when I double-click on it. At the restart it is starting well but I haven't yet had the opportunity to see that it connects correctly to Zpool because Zpool doesn't work very well this morning. I think the script is operational:

I am trying to figure out how to do this without using autohotkey. Should it not be possible to change the bat so powershell operates in the right directory already?

I just place a shortcut to my start.bat in my Windows Startup folder.

Alternatively use Windows Task Scheduler to start you "start.bat" file on log-in.
newbie
Activity: 24
Merit: 0

Do you try double-click on your ahk script for test first ? Don't forget to change start.bat way in the script.
For me is good with double-click on my ahk script.

Immediatly you see yellow text to try import api pool stat. But you didn't see the white text of your bat.

Quote
-In the script you just pasted, don't forget to modify with the full way:
"&.\Users\JohnDoe\Desktop\NemosMiner-v2.2.2-master\NemosMiner-v2.3.ps1 to "&C:\Users\JohnDoe\Desktop\NemosMiner-v2.2.2-master\NemosMiner-v2.3.ps1

Nothing happens, even with directory correct. Does anyone else have suggestions on how to make the miner start on boot? EDIT: FIXED IT! Forgot to put a new line in...
kSL
full member
Activity: 223
Merit: 100
Cryptotalk.org - get paid for every post!
anw what about neoscript?
newbie
Activity: 36
Merit: 0
Here's what I've got so far in ver 2.3

https://i.imgur.com/DOovBPO.jpg

It's working in 2.2.2 so I'm not sure if it's my connection/settings/pc or what. Hope it helps.

Same here, its stuck there...

Found the fix.

Under the Pools folder, edit the zpool24hour.ps1.

Look for this: $Zpool_Request = Invoke-WebRequest "http://www.zpool.ca/api/status" -UseBasicParsing -Headers @{"Cache-Control"="no-cache"} | ConvertFrom-Json

There was a | before the -Headers which was causing the problem so I just removed it.

I deleted my previous post as I quoted the wrong reply.
newbie
Activity: 5
Merit: 0
For me the AHK script doesn't seem to work Sad

Do you try double-click on your ahk script for test first ? Don't forget to change start.bat way in the script.
For me is good with double-click on my ahk script.

Immediatly you see yellow text to try import api pool stat. But you didn't see the white text of your bat.

Quote
-In the script you just pasted, don't forget to modify with the full way:
"&.\Users\JohnDoe\Desktop\NemosMiner-v2.2.2-master\NemosMiner-v2.3.ps1 to "&C:\Users\JohnDoe\Desktop\NemosMiner-v2.2.2-master\NemosMiner-v2.3.ps1
newbie
Activity: 24
Merit: 0
I think it is possible to put the bat directly in start folder setup, but you must to change the start.bat way.
If I try I say you  Wink
For me the AHK script doesn't seem to work Sad
sr. member
Activity: 278
Merit: 250
Hi mate, i also started to use your progs, and think you did a good job.
Atm i have only 1 question and 1 problem.

I mine with 2x GTX1070 on 1 system and 1 on another pc, i have set with MSI afterburner the powerlimit to -30%. When it starts with mining a algo it goes well, but after switching to another algo most of the time my powerlimit does not work and it goes to 100% power usage, then need to set it back to -30% manualy.

Is there a way to set this up properly so it would stay at that powerlimit?

Which drivers are the most stable and give more hash at the moment, i am using the 378.92 drivers.

For everyone who might have this issue, i work on the computer while mining. and when the algos use their max hashrate my computer freesez the screen, so i manualy changed the -i values in the miners map for ccminerAlexis78.ps1 for example:
    "hsr" = " -i 18,20 -d $SelGPUCC" #Hsr
    #"bitcore" = "" #Bitcore
    "blake2s" = " -i 26,31 -d $SelGPUCC" #Blake2s
    "blakecoin" = " -i 25,31 -d $SelGPUCC" #Blakecoin
    #"vanilla" = "" #BlakeVanilla
    #"cryptonight" = "" #Cryptonight
    "veltor" = " -i 20,23 -d $SelGPUCC" #Veltor
    #"decred" = "" #Decred
    #"equihash" = "" #Equihash
    #"ethash" = "" #Ethash
    #"groestl" = "" #Groestl
    #"hmq1725" = "" #hmq1725
    #"keccak" = " -m 2 -i 22,29" #Keccak
newbie
Activity: 5
Merit: 0
I am trying to figure out how to do this without using autohotkey. Should it not be possible to change the bat so powershell operates in the right directory already?

I think it is possible to put the bat directly in start folder setup, but you must to change the start.bat way.
If I try I say you  Wink
newbie
Activity: 24
Merit: 0
TO START NEMOSMINER WHEN YOUR RIG RESTART OR BOOT

Hello everybody, I am a french boy, I am a noob on bitcointalk   Smiley, I started mining with my 2 friends a few months ago. I think your work is great minerx117 and we all encourage you!

I don't know if it can bring anything but sometimes my mining rig crash. When it restarts it does not restart the software, maybe there is a function to restart it but I don't know.
I find/wrote a little script with Autohotkey to restart the machine. The script works very well when I double-click on it. At the restart it is starting well but I haven't yet had the opportunity to see that it connects correctly to Zpool because Zpool doesn't work very well this morning. I think the script is operational:

I am trying to figure out how to do this without using autohotkey. Should it not be possible to change the bat so powershell operates in the right directory already?
newbie
Activity: 4
Merit: 0
hi, Today I have this problem with zpool24. How Can I fix It?
Thanks.
https://image.ibb.co/g8Aih6/2017_12_16_155324.jpg
newbie
Activity: 16
Merit: 0
Hey guys, don't know if one of you is using nemosminer on ahashpool and getting same problem .

Currently my rig is running Lyra2 with 200Mhs and on ahashpool it's only reflecting 110Mh....

So I'm loosing half of my hashrate....
kSL
full member
Activity: 223
Merit: 100
Cryptotalk.org - get paid for every post!
nemos 2.2.2 not work with neoscript on zpool?
because i dont see neoscrypt stats in benchmark

and what the different zpool and zpool24?
newbie
Activity: 5
Merit: 0
TO START NEMOSMINER WHEN YOUR RIG RESTART OR BOOT

Hello everybody, I am a french boy, I am a noob on bitcointalk   Smiley, I started mining with my 2 friends a few months ago. I think your work is great minerx117 and we all encourage you!

I don't know if it can bring anything but sometimes my mining rig crash. When it restarts it does not restart the software, maybe there is a function to restart it but I don't know.
I find/wrote a little script with Autohotkey to restart the machine. The script works very well when I double-click on it. At the restart it is starting well but I haven't yet had the opportunity to see that it connects correctly to Zpool because Zpool doesn't work very well this morning. I think the script is operational:

-Simply install Autohotkey=>https://autohotkey.com
-Right click on desktop=> New => Autohotkey script
-Right-click on the AutoHotkey file => Edit script (replace all text in this script)

-Paste your bat target text after "code = powershell" and before "run %comspec% /k %code%
return"
.

My target is startzpool24hr on my desktop in "NemosMiner-v2.2.2-master" folder  :

Code:
code = powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command "&C:\Users\JohnDoe\Desktop\NemosMiner-v2.2.2-master\NemosMiner-v2.3.ps1 -SelGPUEWBF '0 1 2 3 4 5' -SelGPUCC '0,1,2,3,4,5' -Currency USD -Passwordcurrency BTC -interval 120 -Wallet 1HFS7ZZmqiEmkaMzDuBZPeJ8kuk8ciudc3 -Location US -PoolName zpool24hr -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 -Donate 5
run %comspec% /k %code%
return


-In the script you just pasted, don't forget to modify with the full way:
"&.\Users\JohnDoe\Desktop\NemosMiner-v2.2.2-master\NemosMiner-v2.3.ps1 to "&C:\Users\JohnDoe\Desktop\NemosMiner-v2.2.2-master\NemosMiner-v2.3.ps1


-Now you just need to paste the Autohotkey script in the following folder:

%appdata%\Microsoft\Windows\Start Menu\Programs\Startup
(the Windows search function will help you, with Cortona, more information about folder if needed =>https://www.maketecheasier.com/schedule-autohotkey-startup-windows/, Add AutoHotKey to the Startup Folder work for me but Task Scheduler is very capricious )

-Restart and tell me if it worked for you.


Thank you for reading me and sorry for my translated English, kisses to all of you.
Maybe it is possible to make the modification directly in the original NemosMiner bat file but I just thought about it.


I have never received a small tip, it would be a pleasure if it were for you  Wink

BTC address: 1HFS7ZZmqiEmkaMzDuBZPeJ8kuk8ciudc3
Jump to: