Advertisement
Guest User

Turmux commands for Salad mining

a guest
Oct 3rd, 2021
1,192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1.  
  2. Copy each line of text and paste it into Termux. Once you're done, press the enter key on your keyboard. Give it some time to run the commands.
  3.  
  4. pkg install upgrade
  5. ----------------------------------------------------------------------------------------------------------------------------
  6. apt install git
  7. ----------------------------------------------------------------------------------------------------------------------------
  8. apt install wget
  9. ----------------------------------------------------------------------------------------------------------------------------
  10. apt install proot
  11. ----------------------------------------------------------------------------------------------------------------------------
  12. termux-setup-storage
  13. ----------------------------------------------------------------------------------------------------------------------------
  14. git clone https://github.com/Neo-Oli/termux-ubuntu
  15. ----------------------------------------------------------------------------------------------------------------------------
  16. cd termux-ubuntu
  17. ----------------------------------------------------------------------------------------------------------------------------
  18. apt update
  19. ----------------------------------------------------------------------------------------------------------------------------
  20. apt upgrade
  21. ----------------------------------------------------------------------------------------------------------------------------
  22. Install cmake
  23. ----------------------------------------------------------------------------------------------------------------------------
  24. git clone https://github.com/xmrig/xmrig
  25. ----------------------------------------------------------------------------------------------------------------------------
  26. cd xmrig
  27. ----------------------------------------------------------------------------------------------------------------------------
  28. mkdir build
  29. ----------------------------------------------------------------------------------------------------------------------------
  30. cd build
  31. ----------------------------------------------------------------------------------------------------------------------------
  32. cmake -DWITH_HWLOC=OFF ..
  33. ----------------------------------------------------------------------------------------------------------------------------
  34. make
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement