Update docker image

This commit is contained in:
2025-09-13 13:52:17 +02:00
parent 1af3889d4e
commit 047ce69143

View File

@@ -1,9 +1,9 @@
# Docker image configuration for the Duino-Coin miner # Docker image configuration for the Duino-Coin miner
image: image:
repository: simeononsecurity/duinocoin # Docker image repository repository: git.kopic.hr/tomislav/duino-coin-docker/duino-coin # Docker image repository
pullPolicy: IfNotPresent # When to pull the image (IfNotPresent / Always) pullPolicy: IfNotPresent # When to pull the image (IfNotPresent / Always)
tag: "latest" # Image tag; if empty, defaults to Chart appVersion tag: "latest" # Image tag; if empty, defaults to Chart appVersion
imagePullSecrets: [] # Optional secrets for private registries imagePullSecrets: [] # Optional secrets for private registries
# Resource requests and limits for the miner container # Resource requests and limits for the miner container
resources: resources:
@@ -19,20 +19,21 @@ priorityClassName: "duino-miner-lowest"
# Environment variables for the Duino-Coin miner # Environment variables for the Duino-Coin miner
env: env:
DUCO_USERNAME: "your_actual_username" # Your Duino-Coin wallet or username DUCO_DIR: "/duino-coin/Duino-Coin PC Miner 4.3" # Directory where the miner config lives
DUCO_MINING_KEY: "your_actual_mining_key" # Mining key DUCO_USERNAME: "your_actual_username" # Your Duino-Coin wallet or username
DUCO_INTENSITY: "95" # Mining intensity (0100) DUCO_MINING_KEY: "your_actual_mining_key" # Mining key
DUCO_THREADS: "1" # Number of threads to use DUCO_INTENSITY: "95" # Mining intensity (0100)
DUCO_START_DIFF: "MEDIUM" # Difficulty setting DUCO_THREADS: "1" # Number of threads to use
DUCO_DONATE: "5" # Donation percentage DUCO_START_DIFF: "MEDIUM" # Difficulty setting
DUCO_IDENTIFIER: "Auto" # Worker identifier DUCO_DONATE: "5" # Donation percentage
DUCO_ALGORITHM: "DUCO-S1" # Algorithm type DUCO_IDENTIFIER: "Auto" # Worker identifier
DUCO_LANGUAGE: "english" # Language for logs/messages DUCO_ALGORITHM: "DUCO-S1" # Algorithm type
DUCO_SOC_TIMEOUT: "20" # SOC timeout DUCO_LANGUAGE: "english" # Language for logs/messages
DUCO_REPORT_SEC: "300" # Reporting interval in seconds DUCO_SOC_TIMEOUT: "20" # SOC timeout
DUCO_RASPI_LEDS: "n" # Raspberry Pi LED usage DUCO_REPORT_SEC: "300" # Reporting interval in seconds
DUCO_RASPI_CPU_IOT: "n" # Raspberry Pi CPU I/O tuning DUCO_RASPI_LEDS: "n" # Raspberry Pi LED usage
DUCO_DISCORD_RP: "n" # Discord Rich Presence DUCO_RASPI_CPU_IOT: "n" # Raspberry Pi CPU I/O tuning
DUCO_DISCORD_RP: "n" # Discord Rich Presence
# Optional overrides for chart naming # Optional overrides for chart naming
nameOverride: "" nameOverride: ""