- Download and Install F-Droid Store (https://f-droid.org/en/)
- You need to allow installation from "Unknown Sources" option.
- Once installed, open F-Droid Apps.
- It will automatically update its own repositories, wait for it to complete.
- Inside F-Droid Store, search for --> Termux (Terminal Emulator).
- Download and install it.
- You need to allow installation from "Unknown Sources" option.
- pkg upgrade
- pkg install wget
- pkg install proot
- pkg install git
- termux-setup-storage # Allow the access when prompted.
- git clone https://github.com/MFDGaming/ubuntu-in-termux.git
- cd /ubuntu-in-termux
- chmod +x ubuntu.sh
- ./ubuntu.sh #wait for the installation to complete.
- ./startubuntu.sh
- apt update && apt upgrade -y
- apt install wget -y
- apt install proot -y
- apt install git -y
- apt install python3 -y
- apt install python3-pip -y
- apt install python3-dev -y
- git clone https://github.com/revoxhere/duino-coin.git
- cd duino-coin
- pip install requests --break-system-packages
- pip install colorama --break-system-packages
- pip install py-cpuinfo --break-system-packages
- pip install psutil --break-system-packages
- pip install pypresence --break-system-packages
- python3 PC_Miner.py
- You will be prompted to key-in your Duino e-Wallet Username & Mining Key.
- You will be prompted to select the Intensity, Cores and Donation level.
- You can also specify the Miner's Hostname when prompted.
- Wait for 1-2 minutes and the new miner will be reflected in your Duino e-Wallet website.
1. sudo pip3 install requests --break-system-packages 2. sudo pip3 install colorama --break-system-packages 3. sudo pip3 install py-cpuinfo --break-system-packages 4. sudo pip3 install psutil --break-system-packages 5. sudo pip3 install pypresence --break-system-packages
|
1. sudo python3 -m install requests --break-system-packages 2. sudo python3 -m install colorama --break-system-packages 3. sudo python3 -m install py-cpuinfo --break-system-packages 4. sudo python3 -m install psutil --break-system-packages 5. sudo python3 -m install pypresence --break-system-packages
|