GithubHelp home page GithubHelp logo

willwnekowicz / nheqminer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from feeleep75/nheqminer

0.0 2.0 0.0 49.1 MB

Equihash miner for NiceHash

Home Page: https://www.nicehash.com

License: MIT License

C++ 99.76% C 0.22% Perl 0.01% M4 0.01% Batchfile 0.01% Shell 0.01% QMake 0.01% Objective-C 0.01%

nheqminer's Introduction

Build instructions:

Windows:

Windows builds made by us are available here: https://github.com/etherchain-org/etherchain-org/releases

Download and install:

Open nheqminer.sln under nheqminer/nheqminer.sln and build.

Linux (Ubuntu/Debian based, Tested on Ubuntu 16.04):

To build under Ubuntu Linux make sure you have Qt5 installed. You can install it manually from Qt website or install it from the command line: sudo apt-get install qt5-default. Open a terminal and cd to nheqminer root folder and run the following commands (make sure you have qmake in your PATH, if installed manually from Qt website you will have to export it to your PATH):

  • git clone https://github.com/etherchain-org/nheqminer.git
  • cd nheqminer
  • mkdir build
  • cd build
  • qmake ../nheqminer/nheqminer.pro
  • make

Linux (non Ubuntu/Debian based distros):

If you are using a Linux distribution that is not Ubuntu/Debian based you can still build but you will have to build boost 1.62 and copy the static libraries [libboost_log.a libboost_system.a libboost_thread.a] over to nheqminer/libs/linux_ubuntu and follow the Ubuntu/Debian instructions (installing qt5 qmake accordingly to systems package manager).

Run instructions:

If run without parameters, miner will start mining with 75% of available virtual cores on NiceHash. Use parameter -h to learn about available parameters:

    -h              Print this help and quit
    -l [location]   Stratum server (eu1-zcash.flypool.org:3333)
    -u [username]   Username (worker_name)
    -p [password]   Password (default: x)
    -t [num_thrds]  Number of threads (default: number of sys cores)
    -d [level]      Debug print level (0 = print all, 5 = fatal only, default: 2)
    -b [hashes]     Run in benchmark mode (default: 100 hashes)
    -a [port]       Local API port (default: 0 = do not bind)

Example to run benchmark:

    nheqminer.exe -b

Example to run with full logging (including network dump):

    nheqminer.exe -d 0

Example to mine:

    nheqmine.exe -l zec.coinmine.pl:7007 -u feeleep.1 -p x -t 6

Note: if you have a 4-core CPU with hyper threading enabled (total 8 threads) it is best to run with only 6 threads (experimental benchmarks shows that best results are achieved with 75% threads utilized)

nheqminer's People

Contributors

s74nk0 avatar etherchain-org avatar feeleep75 avatar kenshirothefist avatar

Watchers

James Cloos avatar William Wnekowicz 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.