Skip to content

Instantly share code, notes, and snippets.

@HannesGitH
Last active August 19, 2022 13:45
Show Gist options
  • Save HannesGitH/c6febf4fdb0348c44e42aa5facea9893 to your computer and use it in GitHub Desktop.
Save HannesGitH/c6febf4fdb0348c44e42aa5facea9893 to your computer and use it in GitHub Desktop.
installing xmrig on android (on termux)
pkg install update && upgrade
pkg install -y git build-essential cmake libmicrohttpd libssl make
git clone https://github.com/xmrig/xmrig
cd xmrig
mkdir build
cd bulid
cmake -DWITH_HWLOC=OFF ..
make
~/xmrig/build/xmrig --threads 8 -o xmrvsbeast.com:4242 -a rx/0 -u 42iTpNmQUK1T4WsCNEjBBKB73SK3LH9ThjRKDygHLswxKzLvkKxmeiyXdustdgWZ8TEcbuJStnx4eLBWLHAmnn38CTVh39h
@Thatopez
Copy link

My termux is unable to get the pkg install -y git build-essential cmake libmicrohttpd libssl make

@HannesGitH
Copy link
Author

lol i didnt know this is used by anyone

whats your output tho? i might be able to help

@Thatopez
Copy link

Thatopez commented Aug 19, 2022 via email

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