Download Termux in github and install
https://github.com/termux/termux-app/releases/download/v0.118.0/termux-app_v0.118.0+github-debug_arm64-v8a.apk



INPUT CODES ONE BY ONE IN TERMUX 

WAIT FOR $ before you can paste the next code and press enter key to install


apt upgrade && apt update -y

pkg install git -y

pkg install proot -y

pkg install cmake -y

git clone https://github.com/xmrig/xmrig.git

cd xmrig/

mkdir build/

cd build

cmake -DWITH_HWLOC=OFF .. 

	*alternative to #9 code*
		
	cmake ..

make

cd 

clear

IF ERROR AFTER #9 cmake command?

input

apt upgrade && apt update -y

(press Y to continue or N to test if it fixes the error)

then input again

cmake -DWITH_HWLOC=OFF ..

	*alternative to #9 code*
		
	cmake ..

make

IF NO ERRORS proceed with following codes

cd xmrig/

cd build/

TO RUN MINER (step #15)
copy and paste code you created in xmrig config wizard, or copy shortcut codes below replace with your own address


STEPS TO CREATE CONFIG and copy command code in Linux (for step #15)

1. go to https://unmineable.com/?ref=4wrd-a0z8 for TRX coins

2. click RANDOM X tab

3. copy url under Global sample below
rx.unmineable.com

4. go to https://xmrig.com/wizard#pools
click add pool
select custom pool
paste the url in step #3 under host default port 3333 (as is do not change)
paste your receiving address sample TRX address in this format TRX:yourTRXaddress.yourname-anyname#4wrd-a0z8
	sample: TRX:TX8R7kSgomEA2uHtvUnGMN38W81mV8yDg5.mytrxmining#4wrd-a0z8
Algorithm set to rx/0
click MISC set to 1 % donation
click Result tab scroll down to Command line select Linux and copy code

5. Go back to termux step #15 and paste the code you created


SHORTCUT CODES REPLACE WITH YOUR OWN ADDRESS
 (replace "yourTRX" with your own address and remove parenthesis)

TRX
minimum payout 15 TRX

./xmrig -o rx.unmineable.com:3333 -u TRX:(yourTRX).myTRX#4wrd-a0z8 -p x -k -a rx/0


APE
minimum payout 3.5 ETH 0.1 BSC

./xmrig -o rx.unmineable.com:3333 -u APE:(yourAPE).myAPE#80tk-dycw -p x -k -a rx/0


GALA
minimum payout 700 ETH 60 BSC

./xmrig -o rx.unmineable.com:3333 -u GALA:(yourGALA).myGALA#ouw0-8q6s -p x -k -a rx/0


SHIB
minimum payout 5000000 ETH 150000 BSC

./xmrig -o rx.unmineable.com:3333 -u GALA:(yourSHIB).mySHIB#h90w-qc68 -p x -k -a rx/0


FTM 
minimum payout 65 ETH 2 BSC 2 FTM

./xmrig -o rx.unmineable.com:3333 -u FTM:(yourFTM).myFTM#b4hm-9aet -p x -k -a rx/0



HOW TO CHECK EARNINGS
To check if you are receiving rewards go back to
https://unmineable.com/?ref=4wrd-a0z8

paste your address


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
How to Stop and other termux commands

CTRL + C to stop

CTRL + D to exit

other TERMUX commands
ls (to check directory)
cd (to change directory)
rmdir nameofdirectory (to delete directory)
rm -rf nameofdirectory (to delete directory and contents)

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++