๐ฅ Video Tutorial
๐ ๏ธ Step-by-Step Setup Guide
- ๐ฅ Download F-Droid from f-droid.org and install it.

- ๐ In F-Droid, search for UserLAnd, then download and install it.

- โถ๏ธ Open UserLAnd, choose Ubuntu.

- ๐ค Fill in:
- Username
- Password (for SSH & VNC)
- Choose SSH option

- โณ Wait for the system to set up, then enter your SSH password.

๐ง Initial Setup in Ubuntu (via UserLAnd)
sudo apt update

sudo apt upgrade

Install required software:
sudo apt install curl python3 python3-pip python3-dev

โ๏ธ Install Rust Compiler
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs/ | sh

Choose option 1 when prompted

Load environment:
source $HOME/.cargo/env

๐ฆ Compile FastHash
wget https://server.duinocoin.com/fasthash/libducohash.tar.gz

tar -xvf libducohash.tar.gz

cd libducohash

cargo build --release

cd target/release

cp libducohash.so ~

cd ~

๐ Set Up Miner
wget https://server.duinocoin.com/fasthash/PC_Miner.py

pip3 install requests

Run the miner:
python3 PC_Miner.py

๐ Fill in:
- ๐ค Duino username
- ๐ง Intensity
- ๐งต Threads
- โ๏ธ Difficulty
- ๐ฅ๏ธ Rig name
- ๐ Donation level

๐ Performance
๐ฑ On Samsung Galaxy Xcover 4 with ARMv8 CPU, the miner reaches an average speed of:
โจ 2.76 MH/s with FastHash!
