Giter VIP home page Giter VIP logo

xmrig-config's Introduction

XMRig

Github All Releases GitHub release GitHub Release Date GitHub license GitHub stars GitHub forks

XMRig is a high performance, open source, cross platform RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark. Official binaries are available for Windows, Linux, macOS and FreeBSD.

Mining backends

  • CPU (x86/x64/ARMv7/ARMv8)
  • OpenCL for AMD GPUs.
  • CUDA for NVIDIA GPUs via external CUDA plugin.

Download

Usage

The preferred way to configure the miner is the JSON config file as it is more flexible and human friendly. The command line interface does not cover all features, such as mining profiles for different algorithms. Important options can be changed during runtime without miner restart by editing the config file or executing API calls.

  • Wizard helps you create initial configuration for the miner.
  • Workers helps manage your miners via HTTP API.

Donations

  • Default donation 1% (1 minute in 100 minutes) can be increased via option donate-level or disabled in source code.
  • XMR: 48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD

Developers

Contacts

xmrig-config's People

Contributors

xmrig avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

xmrig-config's Issues

compute error

if i start the miner i only get job received and get compute errors dont get any shares only errors
i am using a rx 480 with the latest drivers
someone has a solution?

[RFE] Presets Share

Hello and thanks for all the work on xmrig*

I really like the ability to create presets and would like to suggest an enhancement.

At present I can save a preset and load it via a browser.

This is very useful, but does not lend itself to automation such as automatically downloading programatically.

So I thought that perhaps if a URL could be provided that will result in the source of the config.json being returned it would be an advantage.

The config.json can be:

  1. downloaded by xmrig
  2. downloaded using ansible, bash, etc

I think that this enhancement would really improve adoption of the presets feature.

thoughts, ideas always welcome.

windows Compile

Hello, this source code in Windows how to compile to.EXE file, do you have tutorial?

[RFE] Multiple Pools Ratio and Weight

  1. Define "ratio": %' so that it is possible for proxy to apportion a ratio in percent that each worker will hash for the defined pools.

In this configuration the pool with the highest percent value is the default unless that pool is unavailable; in which case the pool with the next highest percentage value is default.

The proxy will test according to value of "reuse-timeout" to bring unavailable pool back into ratio for the value of "retries" with a period of "retry-pause" between attempts. After which the unavailable pool is excluded from ratio and all remaining pools are allocated from the "ratio" allocated to the unavailable pool by their percentage in the original intent.

  1. Define "weight": number, so that it is possible for proxy to be weighted in preference with regard to fail over pools.

"pools": [
{
"url": "pool.supportxmr.com:5555",
"user": "854sqm2Cm4TB2XgPHWqSPSbnFAe3SMzdEDzZHpukQ8NHBPFropbnkFmEKiZPgwjMFC9PTjaFscR2UU6ZwFCqJzGMUiZVbTM",
"pass": "xmrig-proxy:[email protected]",
"rig-id": "xmrig-proxy",
"keepalive": true,
"variant": -1,
"enabled": true,
"ratio": 80,
"tls": false,
"tls-fingerprint": null,
"daemon": false,
"daemon-poll-interval": 1000
},
{
"url": "pool.minexmr.com:5555",
"user": "854sqm2Cm4TB2XgPHWqSPSbnFAe3SMzdEDzZHpukQ8NHBPFropbnkFmEKiZPgwjMFC9PTjaFscR2UU6ZwFCqJzGMUiZVbTM",
"pass": "xmrig-proxy:[email protected]",
"rig-id": "xmrig-proxy",
"keepalive": true,
"variant": -1,
"ratio": 20,
"enabled": true,
"tls": false,
"tls-fingerprint": null,
"daemon": false,
"daemon-poll-interval": 1000
}
],

Updates for v2.8 release

Common settings

  • Version selector.
  • CryptoNight variant 2
  • "asm" option.
  • "tls" and "tls-fingerprint" options.
  • Extended opencl-platform option.

Proxy related options

  • --mode
  • --algo
  • --custom-diff
  • --no-workers

mac 10.13.3 xmrig does not work

./xmrig -c ./config.json
My configuration.

{

"algo": "cryptonight-heavy",
"api": {
    "port": 0,
    "access-token": null,
    "worker-id": null,
    "ipv6": false,
    "restricted": true
},
"av": 0,
"background": true,
"colors": true,
"cpu-priority": null,
"donate-level": 5,
"log-file": "xmr.log",
"max-cpu-usage": 75,
"pools": [{
        "url": "pool.supportxmr.com:80",
        "user": "my address",
        "pass": "Mx",
        "keepalive": true,
        "nicehash": false
    }],
"print-time": 60,
"retries": 5,
"retry-pause": 5,
"safe": false,
"syslog": false,
"threads": null

}
xmr.log

[2018-05-28 14:22:07] * VERSIONS: XMRig/2.6.2 libuv/1.19.2 clang/9.1.0
[2018-05-28 14:22:07] * CPU: Intel(R) Core(TM) i5-5257U CPU @ 2.70GHz (1) x64 AES-NI
[2018-05-28 14:22:07] * CPU L2/L3: 0.5 MB/3.0 MB
[2018-05-28 14:22:07] * THREADS: 1, cryptonight-heavy, av=0, donate=5%
[2018-05-28 14:22:07] * POOL #1: pool.supportxmr.com:80
[2018-05-28 14:22:07] * COMMANDS: hashrate, pause, resume

help

Hi can you help me creating a bin bash script which will downlaod the miner and run it auto everytime my computer restarts for ubuntu for sfx?

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.