GithubHelp home page GithubHelp logo

cert-org / xmrig-cuda Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xmrig/xmrig-cuda

0.0 1.0 0.0 433 KB

NVIDIA CUDA plugin for XMRig miner

License: GNU General Public License v3.0

CMake 2.65% Cuda 21.49% C++ 65.60% C 10.26%

xmrig-cuda's Introduction

xmrig-cuda

This repository is NVIDIA CUDA plugin for XMRig miner v4.5+ and it adds support for NVIDIA GPUs in XMRig miner.

Main reasons why this plugin is separated project is:

  1. CUDA support is optional, not all users need it, but it is very heavy.
  2. CUDA has very strict compiler version requirements, it may conflicts with CPU mining code, for example now possible build the miner with gcc on Windows (CUDA works only with MSVC).

Windows usage

  • Download plugin, you must choose CUDA version, usually it recent version (CUDA 10.1), but builds with older CUDA version also provided, alternative you can build the plugin from source.
  • Place xmrig-cuda.dll and other dll files near to xmrig.exe.
  • Edit config.json to enable CUDA support.
{
   ...
   "cuda": {
      "enabled": true,
      ...
   }
   ...
}

Advanced

Path to plugin can be specified via loader option:

{
   ...
   "cuda": {
      "enabled": true,
      "loader": "c:/some/path/xmrig-cuda.dll",
      ...
   }
   ...
}

Due of restrictions of JSON format directory separator must be written in Linux style / or escaped \\.

Linux usage

Linux usage almost same with Windows expept we don't provide binaries and you must build the plugin form source and name of plugin is different libxmrig-cuda.so.

xmrig-cuda's People

Contributors

xmrig avatar schernykh 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.