No description
Find a file
kz6fittycent 1c84850a35 Snap created
Initial PR xmrig project

* Snap successfully created and published to snapcraft.io

* Will allow auto-updating of xmrig for users, instead requiring repeated downloads of binaries, or recompiling from source
* When commits made to main repo, builds are automated on snapcraft.io
2022-02-20 15:58:11 -06:00
.github/ISSUE_TEMPLATE Update issue templates 2019-12-05 20:24:38 +07:00
bin/WinRing0 Added WinRing0 driver binary. 2019-12-15 01:48:48 +07:00
cmake Fixed armv7 compilation 2022-01-25 12:37:41 +01:00
doc Merge pull request #2161 from coolhaircut/patch-1 2021-03-08 04:01:15 +07:00
res Special handle for favicon.ico 2019-04-01 11:50:28 +07:00
scripts Updated GhostRider documentation 2021-12-03 12:30:09 +01:00
snap Snap created 2022-02-20 15:58:11 -06:00
src v6.16.4 2022-02-04 16:11:37 +07:00
.gitignore Added scripts/{build, deps} into .gitignore 2020-12-25 20:05:18 +03:00
CHANGELOG.md Update CHANGELOG.md 2022-02-04 15:14:46 +07:00
CMakeLists.txt Fixed Clang build. 2021-11-29 16:01:16 +07:00
LICENSE Initial import. 2017-04-15 09:02:08 +03:00
package.json Use external script to prepare OpenCL source. 2019-08-28 00:33:49 +07:00
README.md Snap created 2022-02-20 15:58:11 -06:00

XMRig

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

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

Mining backends

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

Download

Install the snap

  • xmrig
  • For stable snap release: sudo snap install xmrig
  • To stay on the latest releases: sudo snap install --edge xmrig

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