Any crypto centric containers? no? help with one please

Hello all a few friends have gotten into crypto mining and I’m trying to gain knowledge as well to support. something similar to casaos I’ve seen is a container like setup is umbrelOS. The app store there has a plethera of crypto mining apps.

I tried to installed a docker cli as below for a duco miner. Duco is a crypto this will not make you any money but just to gain knowledge on. It works on low powered devices like the esp8266 or esp32. In my mind this is what makes it ideal for a container install. ( Thought: it should not bother the server at all in regards to CPU cycles due to being run on a esp)

version: ‘3’
services:
duco-container:
image: simeononsecurity/duinocoin:latest
container_name: duco-container
restart: unless-stopped
environment:

  • DUCO_USERNAME=your_actual_username_or_walletname
  • DUCO_MINING_KEY=your_actual_mining_key
  • DUCO_INTENSITY=50
  • DUCO_THREADS=2
  • DUCO_START_DIFF=MEDIUM
  • DUCO_DONATE=1
  • DUCO_IDENTIFIER=Auto
  • DUCO_ALGORITHM=DUCO-S1
  • DUCO_LANGUAGE=english # Adjusted the language key if needed
  • DUCO_SOC_TIMEOUT=20
  • DUCO_REPORT_SEC=300
  • DUCO_RASPI_LEDS=n
  • DUCO_RASPI_CPU_IOT=n
  • DUCO_DISCORD_RP=n

This will result in a container that will not start.

Here is where I pulled the cli template from

Will there be any movement to bring more mining/crypto centric apps to your casa store?

I should add for clarification that I talked about umbrelOS app store and I didn’t make it clear that the docker cli Install fail was in casaOS. I Don’t want any confusion.