Skip to content

Coffeboi/XMRig-Termux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

XMRig-Termux

Select language: EN | CN

This is for mining XKR with Termux on Android.

It is recommended to get the latest version of termux here.

apt-get update
apt-get install git -y
pkg install cmake -y

Now on to cloning XMRig repo.

apt update 
apt upgrade  
git clone https://github.com/xmrig/xmrig.git 
cd xmrig

It should look something like this now.

image

mkdir build
cd build
cmake -DWITH_HWLOC=OFF .. 

image

After running cmake you have to 'make' it. NOTE: This step might take a while depending on what phone you are on!

make

image

Now you should have everything set up. (You can enter clear to clear the screen for better overview.) Enter ls and you will get a list of everything within the folder you're in.

image

Enter this to start the miner.

./xmrig -a cn-pico -o norpool.org:3333 -u SEKRaddressHere -p x -t numberOfThreads

image

About

XMRig for Termux on Android.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published