GithubHelp home page GithubHelp logo

wolf-xmr-miner's Introduction

wolf-xmr-miner

###NOTE: Wolf's XMR Miner is no longer maintained - please use https://github.com/genesismining/sgminer-gm.

Wolf's OpenCL XMR Miner for AMD GPUs

If you get an error about clCreateBuffer, lower your rawintensity. See the example config xmr.conf for details.

Generally, you want to raise rawintensity as high as it will go without error - but remember, 2MiB of GPU RAM is needed for every work-item.

The GPU fan, powertune, and clock setting options are accepted, as the configuration routine was ripped from my own full-custom miner, but they do nothing.

hyc's additions (Linux only)

Use a GPU index of -1 to run on the CPU. The only other config item needed is "threads", but rawintensity and worksize must still be set to a non-zero value.

As with the original CPU miner, you can gain a performance boost by configuring huge pages. Check current setting with sysctl vm.nr_hugepages then set it to at least 3 times the total number of threads you're using, as root.

sudo sysctl -w vm.nr_hugepages=num

Also, it can run faster as root, which allows it to use mlock.

Solo mining

Use a URL of "daemon+tcp://:" - requires bitmonerod v0.9.3.1 or newer

Building

Ubuntu 14.04

gcc 5 or newer is required.

Installing dependencies

sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y && \
sudo apt-get update && \
sudo apt-get install gcc-6 g++-6 libjansson-dev -y && \
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 60 --slave /usr/bin/g++ g++ /usr/bin/g++-6

Building and running

make
./miner xmr.conf

Donations

Donations accepted at: 42QWoLF7pdwMcTXDviJvNkWEHJ4TXnMBh2Cx6HNkVAW57E48Zfw6wLwDUYFDYJAqY7PLJUTz9cHWB5C4wUA7UJPu5wPf4sZ

wolf-xmr-miner's People

Contributors

gingeropolous avatar hyc avatar idunk5400 avatar vtnerd avatar wolf9466 avatar

Stargazers

 avatar  avatar  avatar

Watchers

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