Problems running SGminer.
doc: list kernels alphabetically.
slightly improved performance, works with LG of...
format code
Bump version to 4.2.0.
Merge remote-tracking branch 'bufius/master'
add credits
core. include check in ocl.c regarding lookup-g...
Added algorithm name to 'pools' API command.
api: set algorithm properly on addpool.
RPC: Provide a full status section for quit/res...
misc: Add Michael Fiano <mfiano> to AUTHORS.md.
misc: FAQ cleanup.
Merge pull request #193 from troky/master
api: bump version, but allow name/desc/algo to ...
api: add missing header.
api: check if name/desc/algo are NULL and fill ...
Merge branch 'api-compatibility'
Use get_pool_name everywhere
Fixed (pool) algo selection.
ui+api: ask for pool name/description/algorithm...
config: improve pool section writing.
Merge pull request #200 from Elbandi/poolnamefix
misc: add API restart/quit changes to NEWS.md.
Merge branch 'api-quit'
misc: veox can no longer actively maintain this...
misc: update NEWS.md with changes from `api-com...
config: write pool name and description to config.
misc: moved from veox/sgminer to sgminer-dev/sg...
RPC: Add "Miner" to version response to include...
api: Bugfix, bump version to 4.1.271, initialis...
config: Don't write commas if not needed, defau...
core: remove second-to-last remnants of hotplug.
Update driver-opencl.c
api: write xintensity and rawintensity using ap...
Update configure.ac
Merge pull request #203 from sterlingpickens/ma...
Set the pool idle and switch pool, if need
Update sgminer.c
Disconnect from pool, if auth is failed
api: Add XIntensity and RawIntensity to `devs` ...
Mark pool as idle if stratum restart is failed
add support for setting algorithm/nfactor for e...
config: allow specifying per-pool algorithm wit...
doc: clarify `algorithm` usage in a config file...
Merge pull request #187 from Bllacky/patch-5
made debian apt-get a one-liner
core/misc: rename set_poolname() to set_pool_na...
log: do not show pool difficulty changes on non...
log: change log level in setup_stratum_socket().
Revert "fix for mingw-w64"
config: use get_pool_name() in set_pool_algorit...
misc: clarify currentpool() comment.
Update miner.h
core: revert two of the changes in Bllacky's pu...
misc: don't violate reserved identifier naming ...
config: rename --pool-priority to --priority, -...
Merge remote-tracking branch 'mrbrdo/poolalgo' ...
Update sgminer.c
added clarification for dependencies
adding mrbrdo to AUTHORS.md for kernel hot-swit...
config: add `const` qualifier to set_pool_{algo...
misc: set `algorithm` for pool in example.conf.
Update sgminer.c
misc: update NEWS.md with reference to mailing ...
core: rename default_algorithm to opt_algorithm.
Change algorithm more robustly and faster, prev...
Merge pull request #181 from morenoh149/patch-1
misc: Bump version to 4.1.242.
Merge pull request #189 from Bllacky/patch-7
doc: update README.md with links to mailing lists.
Perhaps the few poorly-SMTPd message I've received in the inbox are notifications...
Works fine.
How about replying via e-mail? On Fri, Mar 28, 2014 at 04:57:35PM +0000, Noel Maersk...
Initial revision of CPU miner.
Add README and license info.
Clean up protocol debugging output, and other c...
sha256: note about bitcoin input data
Code movement. Update stats counter more frequ...
Remove byte reversing in submit_work()
sha256: Assume that input is already big endian.
Add timing info. Remove BIGNUM PoW checks.
Add some code comments.
Clean up proof-of-work checking,
Add command line parsing, and multiple threads.
Convert over to autotools. Release version 0.1.
Allocate work struct once, on stack, rather tha...
RPC URL, username and password become arguments,
Small cleanups and comment additions. Don't sl...
Do not build sha256_generic module separate fro...
Add GPLv2 header.
Remove unused OpenSSL dependency.
sha256: Remove unused include arpa/inet.h
scanhash micro-optimizations
Introduce compat.h, for Win32 builds
Move utility routines to util.c.
code movement: move submit_work() above hot path
Link with pthreads lib, if present. Remove GNU...
Makefile.am: add compat.h, to correct 'make dis...
README: update dependency list and build instru...