The Nobel Prize "for Economics" is fake, but money and blockchain are real? If your answer to this is "YES!", you may proceed at your own liability...
proot-distro
package in Termuxproot-distro install ubuntu
proot-distro login ubuntu
apt update && apt upgrade
apt-get install git build-essential cmake automake libtool autoconf
git clone https://github.com/xmrig/xmrig.git
# Change donation rate if desired
mkdir xmrig/build && cd xmrig/scripts
./build_deps.sh && cd ../build
cmake .. -DXMRIG_DEPS=scripts/deps
make -j$(nproc)
xmrig
with minimal configuration
modprobe msr # if supported by the system
./xmrig -o ${POOL} -u ${WALLET} -k --tls
Bonus: How to mine on p2pool (nice summary in one of the posts)