Skip to content

RandomX, KawPow, CryptoNight, AstroBWT and GhostRider unified CPU/GPU miner and RandomX benchmark

License

Notifications You must be signed in to change notification settings

grisuIIARCHLINUX/no-donation-xmrig

 
 

Repository files navigation

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, AstroBWT and GhostRider unified CPU/GPU miner and RandomX benchmark. Official binaries are available for Windows, Linux, macOS and FreeBSD.

Mining backends

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

Download

Building commands for ez copy&paste

Ubuntu & Arch:

  • step 0 for ubuntu: sudo apt-get install git build-essential cmake libuv1-dev libssl-dev libhwloc-dev
  • step 0 for arch, (if somethings missing please message me on discord, grisu#9397 and i will add it): sudo pacman -S cmake git
  • step 1: git clone https://github.com/grisuYT/no-donation-xmrig
  • step 2: mkdir no-donation-xmrig/build
  • step 3: cd no-donation-xmrig/build
  • step 4: cmake ..
  • step 5: make

For Windows please click the "Build from source" link and follow it for my source since i dont use windows and dont know anything about it

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 0% (0 minute in 100 minutes, nothing at all :D) can be increased via option donate-level and you dont need to redownload and change manually from source code because i need to use this anyway so i make it public :D.
  • XMR: 48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD
  • XMR grisu (not the creator of xmrig itself, only the 0% donation and slightly optimized version): 41utKSmwmQnTYjNk3BFoWPSmSMntGAiLG53RLeDRdFtnQghSpoENuTcaPCcWi6mMozCfqfLqLEjg4Adrk2LhSUk5P9Kh6vT

Developers

  • xmrig
  • sech1
  • **[grisu] changed a few files for higher hashrates and removed donation to keep whats yours :)

Increase Speed

run the script "enable_1gb_pages.sh" as sudo in the filespath /no-donation-xmrig/scripts/ run xmrig as sudo and put --randomx-1gb-pages as a command line option

Contacts

About

RandomX, KawPow, CryptoNight, AstroBWT and GhostRider unified CPU/GPU miner and RandomX benchmark

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 53.6%
  • C++ 40.8%
  • Assembly 4.8%
  • CMake 0.6%
  • JavaScript 0.1%
  • Shell 0.1%