XMRig source code is available on GitHub under the terms of GPLv3 license. Binary downloads and build instructions available for the most popular platforms. We use a self-hosted buildbot to create binaries for every commit, you can download binaries on download.xmrig.com with username xmrig
and password download
.
All manuals have instructions for building XMRig from a fresh system. To build from an existing source, use the command git pull && cmake ..
and specific build command, usually make
.
Last updated 8 months ago