cpuminer-master

所属分类:加密解密
开发工具:Visual C++
文件大小:98KB
下载次数:56
上传日期:2013-10-27 12:55:07
上 传 者shucommon
说明:  莱特币挖掘机源码,主要有scrypt算法
(LTC miner source code,including scrypt alogrithm)

文件列表:
AUTHORS (75, 2013-06-18)
COPYING (17992, 2013-06-18)
ChangeLog (51, 2013-06-18)
LICENSE (101, 2013-06-18)
Makefile.am (555, 2013-06-18)
NEWS (8270, 2013-06-18)
autogen.sh (186, 2013-06-18)
compat (0, 2013-06-23)
compat\Makefile.am (57, 2013-06-18)
compat\jansson (0, 2013-06-23)
compat\jansson\LICENSE (1082, 2013-06-18)
compat\jansson\Makefile.am (288, 2013-06-18)
compat\jansson\config.h (2164, 2013-06-18)
compat\jansson\dump.c (12657, 2013-06-18)
compat\jansson\hashtable.c (9018, 2013-06-18)
compat\jansson\hashtable.h (6007, 2013-06-18)
compat\jansson\jansson.h (5627, 2013-06-18)
compat\jansson\jansson_private.h (1379, 2013-06-18)
compat\jansson\load.c (20409, 2013-06-18)
compat\jansson\strbuffer.c (2130, 2013-06-18)
compat\jansson\strbuffer.h (866, 2013-06-18)
compat\jansson\utf.c (4022, 2013-06-18)
compat\jansson\utf.h (778, 2013-06-18)
compat\jansson\util.h (288, 2013-06-18)
compat\jansson\value.c (19537, 2013-06-18)
compat.h (353, 2013-06-18)
configure.ac (2888, 2013-06-18)
cpu-miner.c (33488, 2013-06-18)
elist.h (7060, 2013-06-18)
example-cfg.json (257, 2013-06-18)
miner.h (6109, 2013-06-18)
nomacro.pl (1049, 2013-06-18)
scrypt-arm.S (22874, 2013-06-18)
scrypt-x64.S (51555, 2013-06-18)
scrypt-x86.S (17069, 2013-06-18)
scrypt.c (18679, 2013-06-18)
... ...

This is a multi-threaded CPU miner for Litecoin and Bitcoin, fork of Jeff Garzik's reference cpuminer. License: GPLv2. See COPYING for details. Downloads: https://sourceforge.net/projects/cpuminer/files/ Git tree: https://github.com/pooler/cpuminer Dependencies: libcurl http://curl.haxx.se/libcurl/ jansson http://www.digip.org/jansson/ (jansson is included in-tree) Basic *nix build instructions: ./autogen.sh # only needed if building from git repo ./nomacro.pl # only needed if building on Mac OS X or with Clang ./configure CFLAGS="-O3" make Notes for AIX users: * To build a ***-bit binary, export OBJECT_MODE=*** * GNU-style long options are not supported, but are accessible via configuration file Basic Windows build instructions, using MinGW: Install MinGW and the MSYS Developer Tool Kit (http://www.mingw.org/) * Make sure you have mstcpip.h in MinGW\include If using MinGW-w***, install pthreads-w*** Install libcurl devel (http://curl.haxx.se/download.html) * Make sure you have libcurl.m4 in MinGW\share\aclocal * Make sure you have curl-config in MinGW\bin In the MSYS shell, run: ./autogen.sh # only needed if building from git repo LIBCURL="-lcurldll" ./configure CFLAGS="-O3" make Architecture-specific notes: ARM: No runtime CPU detection. The miner can take advantage of some instructions specific to ARMv5E and later processors, but the decision whether to use them is made at compile time, based on compiler-defined macros. To use NEON instructions, add "-mfpu=neon" to CFLAGS. x86: The miner checks for SSE2 instructions support at runtime, and uses them if they are available. x86-***: The miner can take advantage of AVX and XOP instructions, but only if both the CPU and the operating system support them. * Linux supports AVX starting from kernel version 2.6.30. * FreeBSD supports AVX starting with 9.1-RELEASE. * Mac OS X added AVX support in the 10.6.8 update. * Windows supports AVX starting from Windows 7 SP1 and Windows Server 2008 R2 SP1. The configure script outputs a warning if the assembler cannot compile AVX or XOP instructions. In that case, the miner can still be built, but unavailable optimizations are left off. 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. Also many issues and FAQs are covered in the forum thread dedicated to this program, https://bitcointalk.org/index.php?topic=55038.0

近期下载者

相关文件


收藏者