Skip to content

Instantly share code, notes, and snippets.

@XDavidT
Created November 4, 2025 16:27
Show Gist options
  • Save XDavidT/9897a7843ad6e39b2ea9c8056052aea6 to your computer and use it in GitHub Desktop.
Save XDavidT/9897a7843ad6e39b2ea9c8056052aea6 to your computer and use it in GitHub Desktop.
version: '3.8'
services:
cpuminer:
image: pmietlicki/cpuminer
container_name: cpuminer-btc
restart: unless-stopped
environment:
- POOL=stratum+tcp://btc-eu.luckymonster.pro:7112
- USER=3QpqxnTDYdXD9Gp9WUP27g1Y28DfSxzuPE.xdt
- PASS=x
- ALGO=sha256d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment