Skip to content

Instantly share code, notes, and snippets.

@BenjaminWegener
Last active May 8, 2021 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save BenjaminWegener/5b9f042255e53addf34744bf5bb2144c to your computer and use it in GitHub Desktop.
Save BenjaminWegener/5b9f042255e53addf34744bf5bb2144c to your computer and use it in GitHub Desktop.
android xmrig install
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