Monero XMR mining via termux ;ubuntu
- install ubuntu in termux command; (ubuntu is optional)
pkg install update && upgrade
apt install git
apt install wget
apt install proot
termux-setup-storage
git clone https://github.com/Neo-Oli/termux-ubuntu
cd termux-ubuntu
chmod +x ubuntu.sh
sh ubuntu.sh
./start-ubuntu.sh
- install xmrig cpu miner to ubuntu termux
apt update
apt upgrade
apt install git
apt install wget
apt install proot
apt-get install git build-essential cmake libuv1-dev libmicrohttpd-dev libssl-dev
git clone https://github.com/xmrig/xmrig
cd xmrig
mkdir build
cd bulid
cmake -DWITH_HWLOC=OFF ..
make
then you can creat a config.json file in /build dir ngayon copy nyo ang url galing sa minergate para maka pag mining kayo
./xmrig -a cryptonight -o stratum+tcp://xmr.pool.minergate.com:45700 -u magtangol2018@gmail.com -p x -3
or palitan nyo ng email nyo ang ginawa kung sample.. salamat wag kalimutang mag subscribe para ma update kayo sa mga bagong t
Forgot to reply on my last comment. Anyhow, in this original thread they have you installing Ubuntu which is totally unnecessary since android is already basically Linux. If you we're using that method I would scrap all that and use just the pastebin I posted.
If those errors still remain im unsure what is going on though I've never encountered these type of errors before it seems like there's a previous process not finished yet that the script needs.
Anyhow aside from scrapping everything and starting as fresh as can be Im not sure of what else can be done to correct these type of errors.