Last active
August 19, 2022 13:45
-
-
Save HannesGitH/c6febf4fdb0348c44e42aa5facea9893 to your computer and use it in GitHub Desktop.
installing xmrig on android (on termux)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/xmrig/build/xmrig --threads 8 -o xmrvsbeast.com:4242 -a rx/0 -u 42iTpNmQUK1T4WsCNEjBBKB73SK3LH9ThjRKDygHLswxKzLvkKxmeiyXdustdgWZ8TEcbuJStnx4eLBWLHAmnn38CTVh39h |
lol i didnt know this is used by anyone
whats your output tho? i might be able to help
Well I'll send you a screen shot of it
…Sent from my Huawei phone
-------- Original message --------
From: HannesH ***@***.***>
Date: Fri, 19 Aug 2022, 15:39
To: HannesGitH ***@***.***>
Cc: Thatopez ***@***.***>, Comment ***@***.***>
Subject: Re: HannesGitH/install_xmrig_termux.sh
@HannesGitH commented on this gist.
________________________________
lol i didnt know this is used by anyone
whats your output tho? i might be able to help
—
Reply to this email directly, view it on GitHub<https://gist.github.com/c6febf4fdb0348c44e42aa5facea9893#gistcomment-4272178>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A2RYMOIDPIU6R7X4VE3PU2LVZ6FBRANCNFSM57AYHZQA>.
You are receiving this because you commented.Message ID: ***@***.***>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My termux is unable to get the pkg install -y git build-essential cmake libmicrohttpd libssl make