Luke Dashjr
5dfc8b694f
BitForce FPGA support
...
cgminer will scan for and mine BitForce FPGAs on USB ports by providing the
new --scan-serial <device> option, or autodetect them by searching
/dev/serial/by-id for *BitFORCE_SHA256*
13 years ago
ckolivas
332b3ca1e6
Configure out building and support of all CPU mining code unless --enable-cpumining is enabled.
13 years ago
Con Kolivas
743d81b36b
Adjust column width of A/R/HW to be the maximum of any device and align them.
13 years ago
Con Kolivas
f67111da2d
Include API examples in distribution tarball.
13 years ago
Kano
2358056606
API v0.1
13 years ago
Con Kolivas
d5231ea57f
Fix build error with -ldl being passed to LDFLAGS instead of LDADD and update configure output.
13 years ago
Con Kolivas
2a19153d90
Add example.conf to makefile dist.
13 years ago
Con Kolivas
5133cf5b06
Add altivec 4 way support courtesy of Gilles Risch.
13 years ago
Con Kolivas
c04abf5cbe
Include polarssl implementation of sha256 (sha2) and remove dependency on openssl.
13 years ago
UukGoblin
88fd7c1d38
use ATISTREAMSDKROOT env variable if available...
...
... to determine the location of OpenCL libs
clean up the use of OPENCL_* vars in autostuff
13 years ago
Con Kolivas
c8d40fb434
Win32 does not use dlopen so link in -ldl only when not on win32 and display what ldflags are being passed on ./configure.
13 years ago
Con Kolivas
ffa68cdaab
Ideally we should like with -ldl for dlopen() dlclose().
13 years ago
Con Kolivas
a62b4e3e22
Remove unused LIBCURL_CPPFLAGS variable which should help cgminer compile on other platforms.
13 years ago
Con Kolivas
a1ba15fb52
Fix pacakaging missing adl headers and build failure without adl sdk headers installed.
13 years ago
Con Kolivas
a2f6bb77ad
Add new needed text files to distribution.
13 years ago
Con Kolivas
d57cd91955
Implement ATI ADL support for GPU parameter monitoring now and setting later (temp, fan, clocks etc.).
...
Check for the presence of the ADL header files in ADL_SDK.
Import adl_functions.h from amd overdrive ctrl.
Implement a setup function that tries to detect GPUs that support the ADL and link in the parameters into the gpus struct.
Put a summary of monitoring information from the GPU menu.
13 years ago
Con Kolivas
67dff290f7
Doc updates.
13 years ago
Con Kolivas
7dc3db2340
Implement SSE2 32 bit assembly algorithm as well.
13 years ago
Con Kolivas
ebf7999305
Include uthash.h in distro.
13 years ago
Con Kolivas
6d10ef2f6e
Bump version numbers of kernels to indicate slightly different versions.
13 years ago
Con Kolivas
f062765c94
Explicitly link in ws2_32 on the windows build and update README file on how to compile successfully on windows.
13 years ago
Con Kolivas
0f782ba6bd
Update poclbm kernel to FF sized mask and only check that range.
13 years ago
Con Kolivas
c40f51c7c1
Move to cgminer style buffer return and file naming convention and fix a compiler warning.
13 years ago
Con Kolivas
3f48a97a4f
Include correct files for dist.
13 years ago
Con Kolivas
58eb4d5859
Add bench_block to makefile.
13 years ago
Diogo Franco
44faebecca
Fix the Makefile.am for the last commit
...
That LIBCURL_CHECK_CONFIG macro apparently did some things wrong
too, like adding libraries to a non-standard "LIBCURL" variable
instead of "LIBCURL_LIBS". Fixes linking after the previous commit.
13 years ago
Con Kolivas
116a9dc025
Update phatk kernel to one with new parameters for slightly less overhead again.
...
Make the queue kernel parameters call a function pointer to select phatk or poclbm.
13 years ago
Con Kolivas
0aa9887300
Add an sse4 algorithm to CPU mining.
14 years ago
Con Kolivas
a7707a26cb
Rename the poclbm file to ensure a new binary is built since.
14 years ago
Con Kolivas
b913bc5988
Update makefile to suit new kernel.
14 years ago
Con Kolivas
857902a13d
Commit a new phatk kernel renamed to force new binary building and add proper support in makefiles.
14 years ago
Ycros
386489a147
Added support for pdcurses.
14 years ago
Con Kolivas
90839cdf5a
Implement a completely curses based display and don't output to stderr when log is enabled unless it's redirected away from the terminal.
14 years ago
Rusty Russell
a0d14d1564
ccan: add ccan/opt and dependencies to build.
14 years ago
Con Kolivas
91f9c527ba
Rename code and application binary to cgminer version 1.0.9 preempting version 1.1.0, moving main code to main.c.
14 years ago
Ycros
ec8319176e
Build on windows using mingw32.
14 years ago
ckolivas
3983f1b9c3
Breaks nvidia building. Roll back for now.
...
Revert "configure.ac, Makefile.am: Allow setting of OpenCL location"
This reverts commit a9893d818dac53cb52c2ed06ece59195228f44d9.
14 years ago
Tom Rini
2a8475b5bd
configure.ac, Makefile.am: Allow setting of OpenCL location
...
Add two new configure flags, --with-opencl-libdir and --with-opencl-inc
to specify where OpenCL headers and libraries exist. This now adds
a test for the OpenCL header file and makes not finding the library
or headers a fatal error.
Signed-off-by: Tom Rini <trini@kernel.crashing.org>
14 years ago
Con Kolivas
dde7039726
Merge gpumining from oclmine. Unstable.
14 years ago
Christian Ludwig
feb02dfb62
Fix libcurl include path
...
Fix the include path for libcurl, if it was installed in a location
where gcc does not look by default. The variable is declared in
the LIBCURL_CHECK_CONFIG m4 macro.
14 years ago
fleger
a9a2840d81
Proper platform detection.
...
Use target instead of host.
Fix compilation for non win32 and non x86_64 platforms.
14 years ago
Jeff Garzik
0258fae450
Fix Windows build, that broke with yasm integration
14 years ago
Jeff Garzik
4f7a51e9ed
Move all RPC I/O to separate thread.
14 years ago
Jeff Garzik
aaf46802be
Makefile.am: neaten minerd sources list
14 years ago
Mark Crichton
96d2287c72
X86_64 SSE2 support for Linux
14 years ago
Jeff Garzik
6d2882937f
Add support for JSON-format configuration file
14 years ago
Jeff Garzik
74bb196296
Add Crypto++ sha256 implementation (C only, ASM elided for now)
14 years ago
Jeff Garzik
339ddf4d75
Move sha256_generic into its own .o build output. Const-ify midstate param.
14 years ago
Jeff Garzik
e2eeaaf75b
Add experimental (read: probably broken) VIA padlock support.
14 years ago
Jeff Garzik
c639149977
Add tcatm's 4way SSE2 sha256 implementation.
14 years ago