Skip to content

CyberSecByte/termux-miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ℹ️ About Termux-Miner

This repository helps you compile and install the xmrig miner on any Android device using Termux. It simplifies the process of transforming old, useless devices into low-end mining machines.

πŸš€ Installation

Clone this repository. Run the following command to install the basic requirements, compile, and install the miner:

bash install.sh

βš™οΈ Configuration

Obtain the POOL:PORT information from Nanopool.

Edit the run.sh file and add your information:

POOL=πŸŠβ€β™‚οΈ
PORT=πŸ”’
MYADDRESS=πŸ“¬
COINNAME=πŸ’°
  • Replace POOL= with your obtained pool address.
  • Replace PORT= with your obtained port number.
  • Replace MYADDRESS= with your cryptocurrency receiving address.
  • Replace COINNAME= with the name of your chosen coin (e.g., if you are mining Monero, put "monero").

Complete the configuration and start mining by running the following command:

bash run.sh