Giter VIP home page Giter VIP logo

nimiq-miner's Introduction

Nimiq GPU miner

Github All Releases

Options

-t, --type         Use CUDA (Nvidia) or OpenCL (AMD)                             [string] [required]
                   Possible values: "cuda" or "opencl"

-a, --address      Nimiq wallet address                                          [string] [required]
                   Example: "NQ02 YP68 BA76 0KR3 QY9C SF0K LP8Q THB6 LTKU"

-p, --pool         Pool address (host:port)                                                 [string]
                   Example: "eu.nimpool.io:8444", "eu.sushipool.com:443"

-n, --name         Device (rig) name                                                        [string]
                   Example: "My rig"

-m, --mode         Mining mode                                                              [string]
                   Defines what consensus type to establish and what pool protocol to use
                   Possible values: "solo", "smart", "nano", "dumb"
                   Default: "nano"

-d, --devices      List of GPU devices to use                                                [array]
                   Example: 0 1 2
                   Default: All available GPUs

--network          Nimiq network to connect to                                              [string]
                   Possible values: "main", "test", "dev"
                   Default: "main"

--volatile         Keep consensus state in memory only                                     [boolean]

--extra-data       Extra data to add to every mined block when mining solo                  [string]
                   Ensure that all your rigs have unique extra data

--hashrate         Expected hashrate in kH/s (sets start difficulty)                        [number]
                   Example: 400

--difficulty       Start difficulty to announce to the pool                                 [number]
                   Either hashrate or difficulty can be specificied
                   Example: 30

--log              Log level                                                                [string]
                   Possible values: "info", "debug", "verbose"
                   Default: "info"

--memory           Memory to allocate in Mb per thread/GPU                                   [array]
                   Example: 3968 3968 2944 2944
                   Default: auto

--threads          Number of threads per GPU                                                 [array]
                   Example: 2 2 4 4
                   Default: 2

--cache            Number of Argon2 blocks cached into the local GPU memory                  [array]
                   Example: 4 4 2 2
                   Default: 4

--memory-tradeoff  Number of computed Argon2 blocks (CUDA)                                   [array]
                   Performs extra computations to reduce memory access
                   Example: 256 256 192 192
                   Default: 256

--jobs             Number of simultaneous jobs to run (OpenCL)                               [array]
                   Example: 8 8 4 4
                   Default: 8

-v, --version      Show version number                                                     [boolean]

-h, --help         Show help                                                               [boolean]

nimiq-miner's People

Contributors

khasicrypto avatar tomkha 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.