2025-09-13 13:57:56 +02:00
2025-09-13 12:18:56 +02:00
2025-09-13 12:18:56 +02:00
2025-09-13 13:41:47 +02:00
2025-09-13 13:57:56 +02:00
2025-09-13 13:57:56 +02:00

Duino-Coin Docker

Docker image for running the Duino-Coin PC Miner, optimized for SBCs (e.g., Raspberry Pi, Orange Pi).

Setup

Initialize repository with submodules

git clone https://git.kopic.hr/tomislav/duino-coin-docker.git
cd duino-coin-docker
git submodule update --init --recursive

Run miner with Docker

docker run -d \
  -e DUCO_USERNAME="your_username" \
  -e DUCO_MINING_KEY="your_base64_encoded_key" \
  -e DUCO_INTENSITY="95" \
  -e DUCO_THREADS="4" \
  /duino-coin-docker:latest
  • DUCO_MINING_KEY must be Base64-encoded.
  • All other settings can be adjusted via environment variables.

Build locally

docker build -t duino-coin-docker .
Description
Light weight docker image with Duino-Miner for aarch64 SBCs
Readme 43 KiB
Languages
Shell 71.1%
Dockerfile 28.9%