Last active
May 8, 2021 09:20
-
-
Save BenjaminWegener/5b9f042255e53addf34744bf5bb2144c to your computer and use it in GitHub Desktop.
android xmrig install
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
install termux from play store or aptoide | |
termux-setup-storage | |
pkg install cmake git libuv* openssl-dev unstable-repo -y | |
pkg install libmicrohttpd-dev -y | |
git clone https://github.com/xmrig/xmrig | |
cd xmrig && mkdir build && cd build | |
cmake .. | |
make | |
cp xmrig .. | |
cd .. | |
./xmrig -a cryptonight/r -o stratum+tcp://cryptonightr.eu.nicehash.com:3375 -u 34yFoDVBQdrcupptL8BXSxYWsLCRj22DaE -p x --donate-level=1 --threads=16 --variant=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment