Generic xmrig miner (binaries) for ARM®️ Linux
Incident Report for xmrig ARM (Android) Miner
Resolved
Compiled an xmrig binary that can run directly on many 32-bit and 64-bit ARM®️ Linux distributions, including but not limited to Raspberry Pi's and cloud servers. It also works on many 32-bit and 64-bit Android 4.1 to 7.1.2 phones/devices. Because it's based on the latest xmrig, it supports the recently-added Raptorneum/ghostrider in addition to many other coins/algos.

Install either curl or wget if necessary. Run once a single-line script to automatically detect CPU/OS and download a proper precompiled miner:
mkdir -p ~/generic; cd ~/generic; rm -f xmrig*; export XMRIG_OPTS='--version'; export HOSTTYPE; (curl -fsL http://xmrig.mx99.ml/download2.shtm || wget -qO- http://xmrig.mx99.ml/download2_alt.shtm) | sh -s

Then run the xmrig miner just like on any other platforms:
cd ~/generic; ./xmrig Whatever Your XMRIG Command-line Options Here

P.S. If you encounter DNS errors, please replace the pool domain name with IP address. For example, instead of using us.flockpool.com, please use 154.53.41.208. You can tell the IP address of a domain name from https://dnslookup.online/.
Posted Dec 26, 2021 - 00:00 UTC