Build and Run XMRIG – Monero

XMRIG – A program for mining cryptocurrency such as Monero. To use the program a Monero wallet is required. However, it is still possible to run the program without a wallet, but the found coin will not be given to you.


Build and Run – Linux

Download and install all the Dependencies.

sudo apt-get install git build-essential cmake libuv1-dev libssl-dev libhwloc-dev

Clone git project XMRIG, and start building with the default configuration.

git clone https://github.com/xmrig/xmrig.git
3. mkdir xmrig/build && cd xmrig/build
4. cmake ..
5. make -j$(nproc)

After compiled, it can be run. using the following command. Note replace the pool and wallet with your one.

xmrig -o pool_url -u your_wallet -p worker_name

GPU Support

There is GPU support with XMRIG. However, it should be noted that it is not particularly efficient on most GPU accelerators.