This guide explains how to mine Duino Coin using a Raspberry Pi 3 running Raspberry Pi OS Lite.
๐ฅ Video Tutorial
๐งฐ Preparation
- ๐ฅ Download OS
Download the Raspberry Pi OS 64-bit Lite version from the official website.

- ๐พ Flash to SD Card
Use Balena Etcher to write the image to your SD card.
- ๐ First Boot & Login
Insert the SD card into your Raspberry Pi and power it on.
Default login credentials (may vary by OS version): - ๐ค Username:
pi -
๐ Password:
raspberry
-
๐ก Enable SSH
Open the configuration menu:
sudo raspi-config
Navigate to Interface Options โ SSH โ Enable โ
- ๐ Connect via SSH
Use PuTTY or another SSH client to connect to the Pi from your PC.

๐ Update the System
sudo apt update sudo apt upgrade

๐ฆ Install Required Packages
sudo apt install python python3-pip git
๐งฌ Clone and Run Duino Coin Miner
- ๐ Clone the repository
git clone https://github.com/revoxhere/duino-coin.git
2. ๐ Enter the project folder
cd duino-coin
3. ๐ Run the miner
python3 PC_Miner.py
4. ๐ ๏ธ Fill in miner details
- ๐งโ๐ป Duino-Coin username
- ๐ง Intensity
- ๐งต Threads
- ๐ฏ Difficulty
- ๐ป Rig name
- ๐ธ Donation level

โ๏ธ Result
Your miner will now start! ๐ Typical mining speed on a Raspberry Pi 3 (without FastHash) is approximately:
๐ 409 kH/s

Happy mining! ๐ฐ
