Author

Topic: Nicehash Miner virtual memory problem solution (Read 9355 times)

newbie
Activity: 6
Merit: 0
January 24, 2018, 09:02:00 AM
#3
For those finding this topic more recently - there is now a setting "Show Driver Version Warning" in nicehash which when set to false will prevent the virtual memory message appearing.



thank you.
newbie
Activity: 4
Merit: 0
For those finding this topic more recently - there is now a setting "Show Driver Version Warning" in nicehash which when set to false will prevent the virtual memory message appearing.

newbie
Activity: 10
Merit: 0
Hello Friends today i am posting about nicehash miner.This post is those users who are facing this problem on auto start nicehash miner
("Warning.Nicehash miner recommends increasing virtual memory size so that all algorithms would work fine.")
For this problem solution you would make a file in nicehash miner folder with .vbs extension.
1:open notepad
write this script.
Set oShell = CreateObject("WScript.Shell")
oShell.Run("""NiceHashMiner.exe""")
WScript.Sleep 20000
oShell.AppActivate "NiceHashMiner"
WScript.Sleep 5000
oShell.SendKeys "~"

2:save this file with any name but extension must be .vbs  e.g: start.vbs

Now if you want to open in auto startup
so take shortcut on desktop of this and copy his shortcut in startup folder.

What is the purpose of this script:

It will start the nicehashminer.exe and when it will stable at least 20 seconds and then it will press enter after 5 seconds.

The value of WScript.Sleep in milliseconds not in seconds change according to your  own requirement..
http://imgur.com/pjLIigX



Jump to: