[UPDATE] CRYPTO : DUINO COIN.
An updated tutorial on how to mine Duino Coin (DUCO) on an Android Mobile Device. For more information please refer to my previous post (https://danielcheah.blogspot.com/search/label/Duino-Coin)
This new method have been successfully tested on the latest version of Termux and Ubuntu-in-Termux system.
(A) INSTALL F-DROID.
- 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.
(B) INSTALL TERMUX (TERMINAL EMULATOR).
- Inside F-Droid Store, search for --> Termux (Terminal Emulator).
- Download and install it.
- You need to allow installation from "Unknown Sources" option.
(C) INSTALL UBUNTU IN TERMUX.
- 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
(D) INSTALL DUINO MINER IN UBUNTU.
- 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
* Note : The option "--break-system-packages" is only required should you encountered any error during "pip" installations. Thus run the command without these option first.
* Note : If you still encountered errors, try install full Python3 by using "apt install python3-full" method.
(E) START DUINO MINER.
- 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.
!!! HAPPY COMPUTING !!!