XMRIG
Downloading and Installing on Windows
GPU Miners:
CPU Miner:
Downloading and Building on Linux (Ubuntu 16.04)
For CPU
sudo apt-get install git build-essential cmake libuv1-dev libmicrohttpd-dev libssl-dev
git clone https://github.com/xmrig/xmrig.git
cd xmrig
mkdir build
cd build
cmake ..
makeFor Nvidia GPU
For AMD GPU
Downloading and Building on Mac
Setup and Configuration
For CPU and GPU
Last updated
Was this helpful?