Giter Site home page Giter Site logo

docker-unmineable's Introduction

CPU crypto currency miner

A user friendly crypto currency miner based on Alpine Linux and XMRig.

Docker pulls image size commit activity last commit

Features

  • Easy to configure
  • Supports a wide range of currencies
  • Only 0,75% pool fee with referral code: 1bz8-v3i2 (default 1%)
  • Optional dev fee

Components

Run

Quick test

docker run -d --name miner rundqvist/unmineable

Configure miner for your coin and wallet

Replace the values in the sample code with your desired settings.
Examples uses 50% of cpu to mine Shiba Inu to the specified wallet.

Docker run

docker run \
  -d \
  --name=unmineable \
  -e 'CPU_LIMIT_PERCENT=50' \
  -e 'COIN=SHIB' \
  -e 'WALLET=...' \
  -e 'WORKER=docker' \
  -e 'DIFFICULTY=35000' \
  -e 'DONATE=1' \
  rundqvist/unmineable

Docker compose

version: "3"
services:
  unmineable:
    image: rundqvist/unmineable
    container_name: unmineable
    
    restart: unless-stopped
    
    network_mode: bridge
    
    environment:
      - CPU_LIMIT_PERCENT=50
      - COIN=SHIB
      - WALLET=...
      - WORKER=docker
      - DIFFICULTY=35000
      - DONATE=1
    
    volumes:
      - /etc/localtime:/etc/localtime:ro

Configuration

Variables

Variable Usage
CPU_LIMIT_PERCENT Percentage of cpu to use for mining (digits only, 1-100). Default 50%.
COIN Currency supported by unMineable.
Example:
- BTC
- ETH
- DOGE
- XMR
- ...and many more (please see here for a complete list).
WALLET Your wallet address for specified coin.
WORKER Name of your worker (default: docker).
DIFFICULTY Desired difficulty.
DONATE Percentage of cpu time to use for dev donation (digits only, 0-99). Default 1%.

Tips

Problem allocating memory or lower hashrate than expected? Try running container in privileged mode.

Issues

Please report issues at https://github.com/rundqvist/docker-unmineable/issues

Donations

Please support the development by making a small donation.

Support Support Support

docker-unmineable's People

Contributors

rundqvist avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.