Using Termux
Using Termux
Please note: Using your mobile to mine TurtleCoin is not effective and should only be done for the lulz.¶
It may also cause the phone to overheat and result in premature silicon degradation, shortening the lifespan of your phone.
- Download Termux from the Play Store or from F-droid.
- Upon downloading and installing, open the app.
- Run
apt update - Run
apt install wget cmake libuv-dev clang nano - Run
wget "https://github.com/xmrig/xmrig/archive/v2.14.1.tar.gz"orwget "https://is.gd/QOZi6d" - Run
tar xzvf v2.14.1.tar.gz - Run
cd xmrig-2.14.1 - Run
mkdir build && cd build - Run
cmake .. -DWITH_HTTPD=OFF -DWITH_TLS=OFF - Run
make - Run
cp ../src/config.json config.json - Run
nano config.jsonand adjust your config settings to match you wallet and pool etc. - Find and change the following lines:
"algo: "cryptonight-lite"to"cryptonight-pico/trtl""url: "[pool address]"- `"user: "[wallet address]"
- be sure to keep the quotes "" around your pool address and wallet address
- Run
./xmrig-notls