Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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.
- pkg install upgrade
- ----------------------------------------------------------------------------------------------------------------------------
- apt install git
- ----------------------------------------------------------------------------------------------------------------------------
- apt install wget
- ----------------------------------------------------------------------------------------------------------------------------
- apt install proot
- ----------------------------------------------------------------------------------------------------------------------------
- termux-setup-storage
- ----------------------------------------------------------------------------------------------------------------------------
- git clone https://github.com/Neo-Oli/termux-ubuntu
- ----------------------------------------------------------------------------------------------------------------------------
- cd termux-ubuntu
- ----------------------------------------------------------------------------------------------------------------------------
- apt update
- ----------------------------------------------------------------------------------------------------------------------------
- apt upgrade
- ----------------------------------------------------------------------------------------------------------------------------
- Install cmake
- ----------------------------------------------------------------------------------------------------------------------------
- git clone https://github.com/xmrig/xmrig
- ----------------------------------------------------------------------------------------------------------------------------
- cd xmrig
- ----------------------------------------------------------------------------------------------------------------------------
- mkdir build
- ----------------------------------------------------------------------------------------------------------------------------
- cd build
- ----------------------------------------------------------------------------------------------------------------------------
- cmake -DWITH_HWLOC=OFF ..
- ----------------------------------------------------------------------------------------------------------------------------
- make
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement