firoorg / cpuminer-xzc

cpuminer for Zcoin Lyra2Z PoW
Other
32 stars 47 forks source link

CPUMiner-Multi

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!! THIS IS A HACKED VERSION TO SUPPORT ZCOIN (XZC)'s Lyra2Z algo ! ONLY USE WITH ZCOIN AFTER BLOCK 20500 !!

Use -a lyra2z for XZC mining on pools like on https://xzc.suprnova.cc or solomining.

This contains following optimizations by optiminer:

The different flags can also be combined. If you are building for your local CPU, use "-march=native" as well. The hash algorithm is memory bandwith bound, therefore AVX2 / prefetching will not have a big impact on performance.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Build Status

This is a multi-threaded CPU miner, fork of pooler's cpuminer (see AUTHORS for list of contributors).

Table of contents

Algorithms

Currently supported

Implemented, but untested

Planned support for

Dependencies

Download

Build

Basic *nix build instructions:

Note for Debian/Ubuntu users:

Notes for AIX users:

Basic Windows build with Visual Studio 2013

Basic Windows build instructions, using MinGW64:

Architecture-specific notes:

Usage instructions

Run "cpuminer --help" to see options.

Connecting through a proxy

Use the --proxy option.

To use a SOCKS proxy, add a socks4:// or socks5:// prefix to the proxy host
Protocols socks4a and socks5h, allowing remote name resolving, are also available since libcurl 7.18.0.

If no protocol is specified, the proxy is assumed to be a HTTP proxy.
When the --proxy option is not used, the program honors the http_proxy and all_proxy environment variables.

Donations

Donations for the work done in this fork are accepted :

Tanguy Pruvot :

Lucas Jones :

Credits

CPUMiner-multi was forked from pooler's CPUMiner, and has been started by Lucas Jones.

License

GPLv2. See COPYING for details.