Skip to content

CentOS Build

xmrig edited this page Aug 28, 2020 · 9 revisions

⚠️ Recent version of this page https://xmrig.com/docs/miner/build/centos7.

Old page

CentOS 7

Thanks Maxim-Mazurok for these instructions

sudo yum install -y epel-release
sudo yum install -y git make cmake gcc gcc-c++ libstdc++-static libuv-static hwloc-devel openssl-devel
git clone https://github.com/xmrig/xmrig.git
cd xmrig && mkdir build && cd build
cmake .. -DUV_LIBRARY=/usr/lib64/libuv.a
make
Clone this wiki locally