virtual-coin / wolf-cpuminer-multi

Forked from Wolf9466/cpuminer-multi
Other
6 stars 18 forks source link

CPUMiner-Multi

This is a multi-threaded CPU miner, fork of LucasJones' cpuminer-multi.

Table of contents

Algorithms

Currently supported

Dependencies

Download

Build

Basic *nix build instructions:

Architecture-specific notes:

Usage instructions

Run "minerd --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 at

Credits

This faster CPUMiner-multi was forked from LucasJones', and has been developed by Wolf. Special thanks to Intel for helping me with the usage of the AESKEYGENASSIST instruction, which I used to replace the calls to the slow, unoptimized oaes_lib. Special thanks also to dga for his code with that loop - since it runs over 500,000 times per hash, it's extremely important.

License

GPLv2. See COPYING for details.