forked from xmrig/xmrig
-
Notifications
You must be signed in to change notification settings - Fork 109
Common issues
VirtuBox edited this page Mar 22, 2018
·
5 revisions
- XMRigMiner is just the worker, it is not designed to work standalone. Please start XMRigDaemon instead.
- Make sure that you installed latest Visual C++ Redistributable for Visual Studio 2015. Can be downloaded here: microsoft.com
-
The
--background
option will only work properly for the XMRigServer. But there is a simple workaround for the XMRigDaemon process. Just append an&
to the command and it will run smoothly in the background../xmrigDaemon --config=my_config_cc.json &
or you just usescreen
- Run XMRig as Administrator.
- Since version 0.8.0 XMRig automatically enables SeLockMemoryPrivilege for current user, but reboot or sign out still required. Manual instruction.
- Before starting XMRigDaemon set huge pages
sudo echo 'vm.nr_hugepages=128' >> /etc/sysctl.conf
sudo sysctl -p
-
Add full path to "custom-dashboard" in config_cc.json, for example:
"custom-dashboard" : "/opt/xmrigCC/index.html" // dashboard html file