727 Commits (49eae16e7a2a6a72f11a608792e66a453850d580)

Author SHA1 Message Date
Noel Maersk ecfd497467 core: remove second-to-last remnants of hotplug. 11 years ago
elbandi 98676763b9 Set the pool idle and switch pool, if need 11 years ago
Noel Maersk 3c3a58475e ui+api: ask for pool name/description/algorithm when adding pool from NCurses/API. 11 years ago
Bllacky 942c6714fa Update miner.h 11 years ago
Noel Maersk 3ddf6baad9 core: rename default_algorithm to opt_algorithm. 11 years ago
Noel Maersk b6218e20c1 config: rename --pool-priority to --priority, --coin to --description. 11 years ago
Noel Maersk cc735db550 misc: don't violate reserved identifier naming convention. 11 years ago
Jan Berdajs c2131df6aa add support for setting algorithm/nfactor for each pool separately, and fix bugged OpenCL thread cleanup (thread shutdown) 11 years ago
troky bcb78ed91b Added --coin pool parameter. 11 years ago
Martin Danielsen 01b3f70b63 A new --no-client-reconnect command that disables the 'client.reconnect' function. 11 years ago
Noel Maersk 87801c2578 opencl: rename cgpu_info->kname to cgpu_info->kernelname. 11 years ago
Noel Maersk 3787f47155 misc: add comment on what cgpu_info->{,k}name are. 11 years ago
Noel Maersk c9ccf551d7 opencl: remove cl_kernels structure definition and mention. 11 years ago
Noel Maersk 1333ed576d core: simplify kernel selection code. 11 years ago
troky 49aef7100f Reverting "poolname" to "name". 11 years ago
Noel Maersk c6a27709f8 core: use global algorithm structure instead of opt_nfactor. 11 years ago
Noel Maersk 92b7770212 config: add `--algorithm` option and documentation. 11 years ago
Noel Maersk 8e4fb3c554 pool: abstract get_pool_name() 11 years ago
Teemu Suikki 73bb1504e9 Scrypt-nfactor support! 11 years ago
Con Kolivas 90cc93c6cc Add the ability to display a hexadecimal 32 bit unsigned integer to the API. 11 years ago
Con Kolivas 95ac0c4356 Export the flush_queue function for use by drivers. 11 years ago
ckolivas 8592226ad2 Add a get and queue helper work function. 11 years ago
Con Kolivas 011512561a Add a call to a driver specific zero stats function when zero stats is called to allow each driver to reset its own stats as well if desired. 11 years ago
Con Kolivas c31de2601b Store when the last getwork was retrieved and display it in the API summary. 11 years ago
ckolivas d1e2bfaf7f Make submit_tested_work return a bool about whether it meets the work target or not. 11 years ago
ckolivas a58ef1b8c7 Provide a helper function for determining dev runtime and use it in the hashmeters used. 11 years ago
Con Kolivas cc2aa215a8 Clear pool work on a stratum reconnect message. 11 years ago
Kano b6c6ec5c83 api add data type AVG float 3 decimal 11 years ago
Noel Maersk a1724e34e5 api: add missing extern declaration (for consistency). 11 years ago
Noel Maersk c09a5b4406 core: remove num_processors (unused). 11 years ago
Markus Peloquin bf8e37ce19 Support building in cygwin. 11 years ago
Noel Maersk 23eb242a5f kernel: make psw usable, reorder cases alphabetically. 11 years ago
Brandon Tuomela bda1070259 kernel: add psw kernel. 11 years ago
Perry Huang 8bd980dbbd Add API_KHS endpoint. 11 years ago
Sanjin Trošelj 7ac101f365 VS2010 build: Prepare miner.h 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 1d81196238 Added a 'disable-pool' option to the json configuration, to allow pools to be started up disabled 11 years ago
Martin Danielsen d11df698d1 --rawintensity option, by request of Dead2. 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
Noel Maersk 99fa25c27f core: don't use magic numbers to set xintensity. 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 b16a05aa0e core: lower maximum intensity to 31. 11 years ago
Noel Maersk 50066cf3c7 misc: Replace all remaining 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