Giter Club home page Giter Club logo

aquacppminer's Introduction

Aquacppminer

Aquachain C++ optimized miner, originally created by cryptogone.

Currently the best CPU miner for mining AQUA

Tutorial

Binaries

Download latest binaries

aquacppminer     : slowest version, should work on any CPU
aquacppminer_avx : faster version, for CPUs supporting AVX instruction set
aquacppminer_avx2: fastest version, for recent CPUs supporting AVX2 instruction set

Use a tool like CPUZ to see if your CPU supports AVX / AVX2

Versions

  • 1.0: initial release
  • 1.1: fix occasional bad shares, linux/win/macOS build scripts
  • 1.2: less HTTP connections, --proxy option, developer options, reduced fee to 2%
  • 1.3.1: fee system removed

Installation

On Linux you may need to install some required packages first in order to build

ubuntu : sudo apt-get install libssl-dev libcurl4-gnutls-dev libgmp-dev
redhat : sudo yum install libcurl-devel gmp-devel openssl-devel

Other platforms, just unzip to a folder and launch

Build

  • all commands below need to be launched from the repo folder in a shell (github console on Windows, bash & friends on others)
  • on linux you first need to install some packages (see installation section)
  • on Windows you need to have Visual Studio 2015 installed (community version is ok)
  • launch ./build/setup_linux.sh, ./build/setup_windows.sh or ./build/setup_linux.sh, depending on your platform
  • launch ./build/make_release_linux.sh, ./build/make_release_windows.sh, ./build/make_release_mac.sh, depending on your platform
  • if build succesfull, binaries will be in the rel/ folder

Config file

  • First time you launch the miner it will ask for configuration and store it into config.cfg.
  • You can edit this file later if you want, delete config.cfg and relaunch the miner to restart configuration
  • If using commandline parameters (see next section) miner will not create config file.
  • Commandline parameters have priority over config file.

Usage

aquacppminer -F url [-t nThreads] [-n nodeUrl] [--solo] [-r refreshRate] [-h]
    -F url         : url of pool or node to mine on, if not specified, will pool mine to dev's aquabase
    -t nThreads    : number of threads to use (if not specified will use maximum logical threads available)
    -n node_url    : optional node url, to get more stats (pool mining only)
    -r rate        : pool refresh rate, ex: 3s, 2.5m, default is 3s
    --solo         : solo mining, -F needs to be the node url
    --proxy        : proxy to use, ex: --proxy socks5://127.0.0.1:9150
    --argon x,y,z  : use specific argon params (ex: 4,512,1), skip shares submit if incompatible with HF7
    --submit       : when used with --argon, forces submitting shares to pool/node
    -h             : display this help message and exit

Examples

Pool Mining, auto thread count

aquacppminer -F http://pool.aquachain-foundation.org:8888/0x6e37abb108f4010530beb4bbfd9842127d8bfb3f

Pool Mining, 8 threads, getting more block stats from local aqua node

aquacppminer -t 8 -F http://pool.aquachain-foundation.org:8888/0x6e37abb108f4010530beb4bbfd9842127d8bfb3f -n http://127.0.0.1:8543

Solo Mining to local aqua node, auto thread count

aquacppminer --solo -F http://127.0.0.1:8543

Credits

aquacppminer's People

Contributors

aerth avatar cryptogone avatar

Watchers

 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.