Code Monkey home page Code Monkey logo

arcminer's Introduction

arcMiner - Mutli algo, multi protocol miner

arcMiner is a new miner built form the base up in C++. It has been designed to be as clean as possible so that it's easy for other people to build miners upon and to increase reliability in hte long term. Right now it only supports scrypt on stratum but hopefully in future, many more POWs and connection protocols

###Compatible OS -

  • ###Windows x64
  • ###Linux x64 (Tested on Ubuntu 14.04)

###features

  • fast 64 bit scrypt mining using pooler's cpuminer code
  • connection to stratum servers

###todo

  • support xpt
  • support momentum,x11,keccak etc
  • proper logging support

###how to use

  • -o, -O The miner will connect to this url. You can specify a port after the url using -o url:port
  • -u The username (workername) used for login
  • -p The password used for login
  • -t The number of threads for mining (default is set to number of cores)
  • -a Name of the mining POW in case of stratum server. Possible values - scrypt
  • -pr Server connection protocol to be used. Possible values - stratum

Example usage: arcMiner.exe -o http://poolurl.com:10034 -u workername.pts_1 -p workerpass -t 4 -pr stratum -a scrypt

Credits: archit, pooler(scrypt mining code), jh00(inspired from xptMiner)

###How to compile

###Windows The project was built using Visual Studio 2013, it may compile in earlier versions but I can not gaurante. Assembly modules have been compiled using GCC on MingW64. Also rapidjson is needed as an additional dependencybut has been included with this distribution.

###Linux Tested only on G++ 4.8.4 but should work on any version capable of supporting C++11. Just enter make and the project should compile. Binary named arcMinerd.

###License The files under crypto and assembly folder originally belong to pooler's cpuminer and hence are covered under GPLv2. Everything else can be used in any way you like, just give me the due credits.

arcminer's People

Contributors

archit120 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

chandrashriti

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.