This repository contains binaries of xmrig miner (see https://github.com/xmrig/xmrig) built to work on more platforms and bundled with helper Windows/Linux/PI setup scripts that automatically configure them to work with stratum+tcp://xmr.f2pool.com mining pool.
- Binary releases: https://github.com/alterhu2020/xmrig_setup/releases
- Git tree: https://github.com/alterhu2020/xmrig_setup.git
- Clone with git clone https://github.com/alterhu2020/xmrig_setup.git 🔨 Build instructions.
If you're intersting to compile this raspberry build from source code: https://github.com/xmrig/xmrig
, take a look at the guideline:
Windows编译安装脚本xmrig零抽水
This build had bundled the script for windows miner with donate: 0%, just run below command:
> windows/setup_xmrig_miner.bat <Your wallet address>
This script will download the required file from server, if you don't want to download it, just use the offline version in folder: offline_miner_setup
and run the
script as below:
> unzip offline_miner_setup.zip
> windows/offline_miner_setup/setup_xmrig_miner_offline.bat <Your wallet address>
If you're intersting to compile this linux build from source code: https://github.com/xmrig/xmrig
, take a look at the guideline:
linux编译安装脚本xmrig零抽水
This build had bundled the script for linux miner with donate: 0%, just run below command:
$ ./linux/setup_xmrig_miner.sh <Your wallet address>
If you're intersting to compile this raspberry build from source code: https://github.com/xmrig/xmrig
, take a look at the guideline:
树莓派如何编译xmrig零抽水
This build had bundled the script for raspberry miner with donate: 0%, just run below command:
$ ./pi/setup_xmrig_miner.sh <Your wallet address>
If you feel like giving me a small donation for my time spent and sharing this binary and my findings, please feel free to donate to one of my wallets:
- XMR: 84YikQQa894Grw3Kcsb3GbDaKsY2CciqUC4xeBCPQWqggncrQUNBtV4dZDwdQAcfrTZ32GijR8Ws7EuuAC5bhJG7FdTHFfy
- Official xmrig repo: https://github.com/xmrig/xmrig
- Guide that helped me in compiling gcc on Raspberry Pi: