51 Commits (4e08eb41efc8fbbf1e94ace81b6d72972b479a0c)

Author SHA1 Message Date
Noel Maersk dab1d35efd log: add LOG_INFO message about suspended stratum to stratum_rthread(). 11 years ago
Noel Maersk c09a5b4406 core: remove num_processors (unused). 11 years ago
Noel Maersk 3f5485ae43 misc: clarify comments in switch_pools(). 11 years ago
Noel Maersk 8043af5ec7 core: write gpu-threads to config when using ncurses menu. 11 years ago
Noel Maersk b5b20c19f6 core: make errors on reading experimental options from config less scary. 11 years ago
Noel Maersk 8dd1c2d4af core: correctly parse boolean configuration values. 11 years ago
Noel Maersk 0e8ec8d060 pools: Allow disabling pool even if it's the last one enabled. 11 years ago
Noel Maersk 3f34049302 core: change default scantime/expiry to 7/28 (back to 1:4 ratio). 11 years ago
Noel Maersk f2f2bcedc7 build: use git version if available. 11 years ago
Noel Maersk 52e9df8d78 help: temp-target and temp-overheat had identical descriptions that do not describe what they actually do. 11 years ago
Brandon Tuomela bda1070259 kernel: add psw kernel. 11 years ago
Noel Maersk c23522036d ui: Don't display pool list N times if N pools are set hidden in config. 11 years ago
Noel Maersk 9f99474e69 pools: Revert back to "Pool N" default pool name, and use json_array_index to set it. 11 years ago
Noel Maersk ed61c38ec8 build/mingw: style fixup after tonobitc merge. 11 years ago
tonobitc 32b13ccb46 fix for mingw-w64 11 years ago
tonobitc d56d4ced64 include winsock2.h to resolve ws2tcpip.h conflict 11 years ago
Noel Maersk e123cc20c3 kernel: search in `pwd`/kernel/ for kernels. 11 years ago
Noel Maersk d203dddabb ui: remove mention of cgminer in "Settings" menu. 11 years ago
Noel Maersk 108ac24e2a core: check for GPU_* environment variables unconditionally. 11 years ago
Noel Maersk d7c8d1d300 core: change scantime/expiry to 10/30 from 30/120. 11 years ago
Noel Maersk 64fc8324b8 pools: initial implementation of pool state machines. 11 years ago
Noel Maersk 048c82b9b2 pools: rename 'pool->enabled' to 'pool->state'. 11 years ago
Noel Maersk 22b78e91f6 tui: Refactor status line printing. 11 years ago
Joe4782 b1eb2ab8f8 Implemented the 'remove-pool' config option for json file pools 11 years ago
Joe4782 817ed55b6a Pool management option now shows pool name when available 11 years ago
Joe4782 1d81196238 Added a 'disable-pool' option to the json configuration, to allow pools to be started up disabled 11 years ago
gacheson 1eacb3f1c2 Fixes for "--pools" flag and fatal JSON error 11 years ago
Joe4782 712385160b Added the stratum port to the status print 11 years ago
Noel Maersk de08e71ea2 core: write xintensity and rawintensity to config, add vectors back as a hidden option; a little whitespace for readability. 11 years ago
Noel Maersk dda62843fd core: Add -v as an shorthand for --verbose. 11 years ago
Noel Maersk 5f795be64a core: use kernel name defines now that version date is not in the filenames. 11 years ago
Martin Danielsen d11df698d1 --rawintensity option, by request of Dead2. 11 years ago
Martin Danielsen 967c757cdf Cleaned a few messages up after pool naming feature. 11 years ago
Martin Danielsen cb174d433a Failover pool switching back delay is now configurable. 11 years ago
Noel Maersk 5f326d64f5 kernel: allow choosing Alexey Karimov's kernels. 11 years ago
Noel Maersk 7950c10374 kernel: integrate Zuikkis' kernel, selectable with `--kernel=zuikkis`. 11 years ago
Noel Maersk 9d1db95a28 misc: move scrypt130511.cl kernel file to kernel/ckolivas.cl 11 years ago
Luke Dashjr 3faf4dd4a6 Use lround instead of llround, since it has better compatibility with older MingW and Cygwin versions 11 years ago
Martin Danielsen 7aeae40af2 EXPERIMENTAL: A new way of setting intensity; introducing xintensity! 11 years ago
Martin Danielsen d7e469bd76 Stratum servers can now be named. 11 years ago
Noel Maersk 11920081ec ui: Don't pad most displayed strings with spaces. 11 years ago
Noel Maersk e46581dea1 Remove --vectors (current kernel only supports 1 vector). 11 years ago
Noel Maersk e6b5fb7aa8 core: remove deprecated --scrypt option. 11 years ago
Noel Maersk 50066cf3c7 misc: Replace all remaining instances of 'cgminer' with 'sgminer'. 11 years ago
Noel Maersk 6ea3b93809 core: fix build error due to CGMINER_PREFIX reference. 11 years ago
Noel Maersk 5b977125fa misc: Replace many (but not all) instances of 'cgminer' with 'sgminer'. 11 years ago
Con Kolivas 350fe7f135 Minimise risk of nonce2 overflow with small nonce2 lengths by always encoding the work little endian, and increasing the maximum size of nonce2 to 8 bytes. 11 years ago
Con Kolivas 79521fe8f0 Initialise devices before attempting to connect to pools to allow their thread prepare function to be called before having to connect to pools. 11 years ago
Con Kolivas 05d69bf75c Provide a function to discard queued work based on age. (NOTE: may be unused) 11 years ago
Con Kolivas 7dd8b316ac Prevent a deadlock with use of restart_threads by spawning a thread to send the driver flush work messages. 11 years ago