Giter Club home page Giter Club logo

minergate-docker's Introduction

minergate-docker

Easy cryptocurrency miner in Docker.

Legal Disclaimer: Only mine cryptocurrencies in countries where it is legal to do so and on your own hardware or servers. If you mine cryptocurrency on other people's machines without their permission, you might be liable for damages and prosecuted.

Run

  • Sign-up to MinerGate

  • Run the miner:

    • Docker:
    docker run -d quay.io/adrianchifor/minergate-docker:master "-u" "<email>" "--<currency>"
    
    • Kubernetes (change email, currency and replicas in k8s.yml):
    kubectl apply -f k8s.yml
    

Help

docker run -t --rm quay.io/adrianchifor/minergate-docker:master "--help"
Usage:

minergate-cli [options] <currency-settings> <gpu-settings>

options:
  -h [ --help ]         produce help message
  -l [ --list-gpu ]     shows the list of available GPU devices
  -u [ --user ] email   account email from minergate.com
  -v [ --version ]      show version

currency-settings:
  --currency [=threads(=1)] instead of 'currency' use one of these values:
                            aeon, bcn, etc, eth, fcn, xmc, xmr, zec,
                            for merged mining use one of the follow options:
                            <threads> is count of used CPU threads for mining.
                            If you do not specify a number or put "0", miner
                            will automatically select the optimal number of CPU
                            threads for efficient mining.

gpu-settings:
  -g [ --gpu ] [=device_no(=0)] 'device_no' is the order number of device which
                                you can find out by using this command
                                '--list-gpu'. The miner will use the first GPU
                                device if 'device_no' not specified. Multiple
                                '-g' options also accepted.
  --no-cpu                      don't use CPU for mining

Examples:
  minergate-cli -u [email protected] --bcn 4
  minergate-cli --user [email protected] --eth 6 -g

minergate-docker's People

Contributors

adrianchifor avatar

Watchers

James Cloos 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.