Skip to content

commoodor/SRBMiner-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Docker-SRBMiner-Multi


📦 About

A Docker image for SRBMiner-Multi.

🔄 Upstream Version (auto-updated):
Upstream Version

This image automatically tracks the latest release from:

👉 https://github.com/doktor83/SRBMiner-Multi


⚡ Quick Start (Docker Compose)

version: '3.8'

services:
  SRBMiner:
    container_name: SRBMiner
    image: commoodor/srbminer-docker
    restart: unless-stopped
    tty: true
    mem_limit: 1g
    environment:
      ALGO: verushash
      POOL_ADDRESS: stratum+ssl://sg.vipor.net:5140
      WALLET_USER: RRmpZ1tajCXVG9999LWUD4CPVyZvjpe3iZ
      WORKER: Saturn
      PASSWORD: x
      EXTRAS:
    logging:
      driver: "json-file"
      options:
        max-size: "10m"
        max-file: "3"

🛠 Environment Variables

Variable Description Example
ALGO Mining algorithm verushash
POOL_ADDRESS Mining pool address stratum+tcp://na.luckpool.net:3956#xnsub
WALLET_USER Wallet address or user RRmpZ1tajCXVG9999LWUD4CPVyZvjpe3iZ
WORKER Worker name Saturn
PASSWORD Pool password x
EXTRAS Extra SRBMiner flags -t 4

❤️ Support Development

💰 Click to view donation addresses


bc1q3m9qxtaqzhzk0ay6e6dmxmz439n4f73zz0unqp




0x37A8997fBBa95cE12553745E2d6BA4F9Ae5Caa84




D5CiFXE5PvLn5fQKjCuovecExSNjGct5UU


📜 License

This project redistributes official SRBMiner-Multi binaries.
Please refer to the upstream repository for full license details:

👉 https://github.com/doktor83/SRBMiner-Multi


Built for performance • Optimized for Docker • Dark mode ready 🌙

Releases

No releases published

Contributors