Created
November 4, 2025 16:27
-
-
Save XDavidT/9897a7843ad6e39b2ea9c8056052aea6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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