Skip to content

commoodor/hellminer-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-Hellminer

Docker containing Hellminer v0.59.1

More documentation on Hellminer v0.59.1: https://github.com/hellcatz/hminer

Here is a example to get going with a server using compose.

---
version: '3'
services:
# -------------------------------------------------------------------
  Hellminer:
    tty: true
    image: commoodor/hellminer-docker
    restart: always
    environment:
      POOL_ADDRESS: stratum+ssl://ap.luckpool.net:3956#xnsub
      WALLET_USER: RRmpZ1tajCXVG9999LWUD4CPVyZvjpe3iZ
      WORKER: Saturn
      PASSWORD: x
      EXTRAS:
# -------------------------------------------------------------------
** Variable name ** Description Value example
POOL_ADDRESS The address on the pool you want to mine on stratum+ssl://ap.luckpool.net:3956#xnsub
WALLET_USER This is ussally used as a user field or a wallet address field RRmpZ1tajCXVG9999LWUD4CPVyZvjpe3iZ
WORKER Your worker name Saturn
PASSWORD This is the password field x
EXTRAS This is a field use to extra parameters -

Support Us:

BTC : bc1q3m9qxtaqzhzk0ay6e6dmxmz439n4f73zz0unqp

ETH : 0x37A8997fBBa95cE12553745E2d6BA4F9Ae5Caa84

Doge : D5CiFXE5PvLn5fQKjCuovecExSNjGct5UU

About

Docker containing Hellminer

Resources

License

Stars

Watchers

Forks

Releases

No releases published