Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What steps did you take to compile the XMRig Binary for android? #6

Closed
0xPiyush opened this issue Apr 24, 2020 · 1 comment
Closed

Comments

@0xPiyush
Copy link

Hi I tried to compile latest release of XMRig for android but it kept giving me segmentation faults, would you mind guiding on how to compile the latest release of XMRig as the binaries in the project have been deprecated.
Thanks.

@Saikatsaha1996
Copy link

Fast Install termux
After that

  1. pkg upgrade -y

  2. pkg install git cmake libuv clang nano -y

  3. git clone --single-branch https://github.com/xmrig/xmrig.git

  4. git clone https://github.com/xmrig/xmrig-amd.git

  5. cd xmrig

  6. mkdir build && cd build

  7. cmake .. -DWITH_HTTPD=OFF -DWITH_TLS=OFF -DWITH_OPENCL=OFF -DWITH_CUDA=OFF -DCMAKE_BUILD_TYPE=Release -DWITH_HWLOC=OFF -DCMAKE_C_COMPILER=gcc-7 -DCMAKE_CXX_COMPILER=g++-7

  8. ls

  9. make

  10. cp ../src/config.json config.json

  11. nano config.json

  12. donate.v2.xmrig.com:3333

  13. xmr.pool.minergate.com:45700

  14. CONTROL+\ ,donate.v2.xmrig.com:3333, replace with ( your pool address ) , y enter

  15. Control +\ , and past YOUR_WALLET_ADDRESS , replace with ( your user name or wallet address) , y enter, and scroll down and check your all details..

  16. control + x

  17. y enter

  18. enter

  19. ./xmrig-notls

  20. enjoy...!

@0xPiyush 0xPiyush closed this as completed Jan 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants