Monero XMR xmrig How to compile xmrig On CentOS 7 Advanced
Advanced build
If you need to run the miner on other machines please take a look at advanced build.
We use build_deps.sh script to build recent versions of libuv, openssl and hwloc as static libraries in addition we must use cmake3 otherwise cmake will not find openssl.
yum install -y epel-release
yum install -y git make cmake3 gcc gcc-c++ libstdc++-static automake libtool autoconf
#download
#unzip
mkdir xmrig/build
#edit donate.h
cd xmrig/scripts && ./build_deps.sh && cd ../build
cmake3 .. -DXMRIG_DEPS=scripts/deps
make -j$(nproc)
==============================
Donations
XMR: 47RZyDevRzyG4Z79MMhyLv7Wk11zgiuWb9g5HrK3Sv4nae2hPzY3pYZhAj3hS8aNt82FncShAQZJQDPtVdapnbSk65MvFAL
centos 7