- SeLockMemoryPrivilege failed
- VirtualAlloc failed
- Error msvcp140.dll and vcruntime140.dll not available
- Error: MEMORY ALLOC FAILED: mmap failed
- Illegal instruction (core dumped)
- Virus Protection Alert
- Change Currency to Mine
Please see config.txt under section LARGE PAGE SUPPORT
For Windows 7 pro, or Windows 8 and above see this article (make sure to reboot afterwards!).
For Windows 7 Home :
-
Download and install Windows Server 2003 Resource Kit Tools. Ignore incompatiablity warning during installation.
-
In cmd or power shell:
ntrights -u %USERNAME% +r SeLockMemoryPrivilege
(where %USERNAME% is the user that will be running the program. This command needs to be run as admin) -
Reboot.
Reference: http://rybkaforum.net/cgi-bin/rybkaforum/topic_show.pl?pid=259791#pid259791
Warning: do not download ntrights.exe from any other site other then the offical Microsoft download page.
If you set up the user rights properly (see above), and your system has 4-8GB of RAM (50%+ use), there is a significant chance that there simply won't be a large enough chunk of contiguous memory because Windows is fairly bad at mitigating memory fragmentation.
If that happens, disable all auto-staring applications and run the miner after a reboot.
Download and install this runtime package from Microsoft. Warning: Do NOT use "missing dll" sites - dll's are exe files with another name, and it is a fairly safe bet that any dll on a shady site like that will be trojaned. Please download offical runtimes from Microsoft above.
On Linux you will need to configure large page support sudo sysctl -w vm.nr_hugepages=128
and increase your
ulimit -l. To do this you need to add following lines to /etc/security/limits.conf:
* soft memlock 262144
* hard memlock 262144
Save file. You WILL need to log out and log back in for these settings to take affect on your user (no need to reboot, just relogin in your session).
You can also do it Windows-style and simply run-as-root, but this is NOT recommended for security reasons.
This typically means you are trying to run it on a CPU that does not have AES. This only happens on older version of miner, new version gives better error message (but still wont' work since your CPU doesn't support the required instructions).
Some virus protection software flags the miner binary as malware. This is a false positive — the software does not contain any malware (and since it is open source, you can verify that yourself!) If your antivirus software flags xmr-stak, it will likely move it to its quarantine area. You may have to whitelist xmr-stak in your antivirus.
If the miner is compiled for Monero and Aeon than you can change
- the value
currency
in the config or - start the miner with the command line option
--currency monero
or--currency aeon