A simple bash script to build, configure miner environment in termux using official xmrig
Install termux application from here
Open termux and paste following command to Install, configure and run miner with a single command
pkg install git -y && git clone https://github.com/ni3mumbaikar/xmrig-termux-script.git && cd xmrig-termux-script && chmod +x xmrig-install.sh && ./xmrig-install.sh
📝 Todo : This problem can be solved with a simple update where command line arguments of bash script are used to configure xmrig parameters like pool coin address etc.
📝 Todo : Solution is check particular files are present at right path using bash conditionals if build files already present then it can just start miner