Skip to content

Instantly share code, notes, and snippets.

@idiomer
Forked from 2niuhe/termux_mxrig.md
Created April 30, 2021 03:50
Show Gist options
  • Save idiomer/0afd6f1dc42ad74877211aa0e3751308 to your computer and use it in GitHub Desktop.
Save idiomer/0afd6f1dc42ad74877211aa0e3751308 to your computer and use it in GitHub Desktop.
install XMRig on termux

Monero XMR mining via termux ;ubuntu

  1. 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
  1. 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

@tissoudali1
Copy link

It doesn't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment