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