A Dockerized version of the Duino-Coin Miner.
3.7K
This repository contains a Dockerized version of the Duino-Coin Miner.
docker run -td --name duco-container --restart unless-stopped \
-e DUCO_USERNAME="your_actual_username_or_walletname" \
-e DUCO_MINING_KEY="your_actual_mining_key" \
simeononsecurity/duinocoin
# Build the Docker Image
docker build -t duinocoin .
# Run the Docker Container with Custom Configuration
docker run -td --name duco-container --restart unless-stopped \
-e DUCO_USERNAME="your_actual_username_or_walletname" \
-e DUCO_MINING_KEY="your_actual_mining_key" \
-e DUCO_INTENSITY=50 \
-e DUCO_THREADS=2 \
-e DUCO_START_DIFF="MEDIUM" \
-e DUCO_DONATE=1 \
-e DUCO_IDENTIFIER="Auto" \
-e DUCO_ALGORITHM="DUCO-S1" \
-e DUCO_LANGUAGE="english" \
-e DUCO_SOC_TIMEOUT=20 \
-e DUCO_REPORT_SEC=300 \
-e DUCO_RASPI_LEDS="n" \
-e DUCO_RASPI_CPU_IOT="n" \
-e DUCO_DISCORD_RP="n" \
simeononsecurity/duinocoin
Content type
Image
Digest
sha256:94680b866…
Size
459.1 MB
Last updated
almost 2 years ago
docker pull simeononsecurity/duinocoin