Log

Author Commit Date CI Message
Con Kolivas fdb67e8b 2012-07-30T13:58:53 Bump version to 2.6.1
Con Kolivas 99204bd5 2012-07-30T14:05:16 Display scrypt as being built in as well.
Con Kolivas 7a07c7d0 2012-07-30T14:03:15 Fix build warning about KL_SCRYPT when built without scrypt support.
Con Kolivas 2353233d 2012-07-30T13:58:07 News update for upcoming 2.6.1.
Con Kolivas 4cf2b4da 2012-07-30T09:33:04 More scrypt intensity information.
Con Kolivas 52821d42 2012-07-30T09:30:32 Minor readme updates.
Con Kolivas 58cb42c2 2012-07-30T09:22:55 Update README with more build instructions.
Con Kolivas 17ec5f26 2012-07-29T16:16:38 Merge pull request #277 from kanoi/master API: Luke's poolpriority
Con Kolivas c91148f1 2012-07-30T09:02:23 Remove the low hash count determinant of hardware being sick. A low hash rate can be for poor network connectivity or scrypt mining, neither of which are due to sick hardware.
Kano 70cba2ae 2012-07-30T07:34:06 Style
Kano 68b041be 2012-07-30T00:13:37 API-README poolpriority changes
Kano 51940ec7 2012-07-29T23:40:01 api.c verify poolpriority parameters before changing pools
Kano 854a80ff 2012-07-29T23:15:20 api.c poolpriority changes
Con Kolivas ac6315b7 2012-07-29T22:15:42 Bump version 2.6.0, adding SCRYPT README to makefile.
Con Kolivas 0aa0a066 2012-07-29T21:54:23 Smarter autogen.sh script.
Con Kolivas d140427a 2012-07-29T21:47:46 Update NEWS.
Con Kolivas d8ec6d3e 2012-07-29T21:35:24 Display kilohash when suitable, but store the global mhash value still truly in megahashes to not break the API output.
kanoi fe23dfd3 2012-07-29T04:16:29 Merge pull request #2 from luke-jr/rpc_poolpriority RPC: New "poolpriority" command to set the order of pool priorities
Con Kolivas b5517af0 2012-07-29T21:07:24 Don't try and print curses output for devices that won't fit on the screen.
Con Kolivas 2fb95c00 2012-07-29T03:50:26 Merge pull request #276 from luke-jr/bf_send_restart bitforce: Skip out of sending work if work restart requested
Con Kolivas 1e51e373 2012-07-29T03:48:19 Merge pull request #275 from zefir-k/master Add support for 57.6 kBd serial communication (required for Cairnsmore1 FPGA board)
Con Kolivas 943e9f46 2012-07-29T03:47:54 Merge pull request #274 from kanoi/minerphp miner.php add a socket RCV timeout for if cgminer is hung and the API th...
Con Kolivas 500ed85b 2012-07-29T03:46:49 Merge pull request #271 from luke-jr/cg_logfixes Logging bugfixes
Con Kolivas 28ac422a 2012-07-29T03:45:10 Merge pull request #270 from luke-jr/bugfix_procname Bugfix: Copy argv[0] given to dirname()
Con Kolivas 150b29d4 2012-07-29T03:44:07 Merge pull request #268 from luke-jr/bf_generic_kname bitforce: Use "full work" vs "nonce range" for kernel name
Con Kolivas 6b80592c 2012-07-29T20:27:37 Sleeping on intensity decrease is broken, remove it.
Con Kolivas 7e55a412 2012-07-29T20:17:15 Sleep only the extra amount of time we overran the dynamic interval in dynamic mode.
Con Kolivas 6332c426 2012-07-29T20:13:22 Add scrypt documentation in the form of a separate readme.
Con Kolivas 97aa6ea4 2012-07-29T19:13:45 Fix build error without scrypt enabled.
Con Kolivas b40c8b84 2012-07-29T19:10:40 Limit total number of curls recruited per pool to the number of mining threads to prevent blasting the network when we only have one pool to talk to.
Luke Dashjr cf36331d 2012-07-29T06:26:23 bitforce: Skip out of sending work if work restart requested
Con Kolivas e87ff7c1 2012-07-29T13:15:39 Keep a counter of enabled pools and use that instead of iterating over the pool list. Use that value to ensure we don't set the last remaining active pool to the rejecting state.
Luke Dashjr 0c985b24 2012-07-27T23:42:05 RPC: Writeup on poolpriority command usage
Luke Dashjr 5ef9c139 2012-07-27T20:53:59 Bugfix: API: Report errors from poolpriority command
Luke Dashjr 8326d2dc 2012-07-27T20:03:25 RPC: New "poolpriority" command to set the order of pool priorities
Luke Dashjr 7418f5e2 2012-07-27T21:15:19 strtok_ts: Thread-safe strtok that work on POSIX or Windows
Zefir Kurtisi e8fb2bc1 2012-07-26T22:54:39 fpgautils: add support for 57.6 kBd serial
Kano 8a35b4ac 2012-07-27T00:55:31 miner.php add a socket RCV timeout for if cgminer is hung and the API thread is still running
Con Kolivas 43752ee5 2012-07-26T16:12:45 Limit thread concurrency for scrypt to 5xshaders if shaders is specified.
Con Kolivas da1b996a 2012-07-26T16:10:21 Simplify repeated use of gpus[gpu]. in ocl.c
Con Kolivas 5148502c 2012-07-25T22:30:37 Reinstate help information for lookup gap and thread concurrency since tc will often need to be manually set for optimal scrypt performance.
Con Kolivas ea10b08d 2012-07-25T22:02:14 Find the nearest power of 2 maximum alloc size for the scrypt buffer that can successfully be allocated and is large enough to accomodate the thread concurrency chosen, thus mapping it to an intensity.
Con Kolivas bff58c3b 2012-07-24T20:55:34 Add back in new cl files.
Con Kolivas 5e756d3f 2012-07-24T20:53:05 Don't make opt_scrypt mandatory blocking with opencl code.
Con Kolivas b3a41e40 2012-07-24T20:33:04 Update kernel versions reflecting changes in the API.
Con Kolivas aca34d0a 2012-07-24T20:28:52 Merge branch 'master' into newscrypt
Con Kolivas 9a6c082a 2012-07-24T20:27:37 Make the thread concurrency and lookup gap options hidden on the command line and autotune parameters with a newly parsed --shaders option.
Con Kolivas 458fbeb5 2012-07-24T02:48:23 Merge pull request #273 from kanoi/bfl BFL force all code to timeout to avoid hanging
Con Kolivas f98774c3 2012-07-24T17:52:54 Fix target testing with scrypt kernel as it would have been missing shares below target.
Luke Dashjr da4ff2bd 2012-07-23T20:22:01 Bugfix: Use a mutex to control non-curses output Without this, there is no guarantee writes won't overlap (and it happens quite a bit on Windows with the bitforce driver)
Luke Dashjr d98e561a 2012-07-23T20:15:45 Simplify code to a single vprintf path for curses-less printing
Luke Dashjr 80593c47 2012-07-23T19:56:03 Move opt_quiet check to my_log_curses, so it works for curses-less builds
Luke Dashjr d2195bd0 2012-07-23T19:41:41 Use log_generic for vapplog to cut down on code duplication
Luke Dashjr 1097aefb 2012-07-23T19:35:51 Add space to log output now that there is more screen real estate available.
Kano c5583050 2012-07-24T02:19:23 BFL force all code to timeout to avoid hanging
Luke Dashjr a1cb0d06 2012-07-23T15:48:00 Bugfix: Copy argv[0] given to dirname() Per manpage, dirname can (and does on GNU/Linux!) modify its argument
Con Kolivas 3a0d60cf 2012-07-23T21:30:30 Always create the largest possible padbuffer for scrypt kernels even if not needed for thread_concurrency, giving us some headroom for intensity levels.
Con Kolivas d8f81c18 2012-07-23T17:51:57 Use the detected maximum allocable memory on a GPU to determine the optimal scrypt settings when lookup_gap and thread_concurrency parameters are not given.
Con Kolivas 89eb1fa3 2012-07-23T17:41:31 Check the maximum allocable memory size per opencl device.
Con Kolivas 5087ff90 2012-07-23T16:37:13 Add debugging output if buffer allocation fails for scrypt and round up bufsize to a multiple of 256.
Con Kolivas 94c94d65 2012-07-23T07:38:58 Nonce testing for btc got screwed up, leading to no accepted shares. Fix it.
Con Kolivas 1711b4eb 2012-07-22T00:58:09 Display size of scrypt buffer used in debug.
Con Kolivas 17dfe74f 2012-07-22T00:49:47 Allow intensities up to 20 if scrypt is compiled in.
Con Kolivas c21e15a0 2012-07-21T17:37:23 Add name to scrypt kernel copyright.
Con Kolivas 39f7d2fa 2012-07-21T17:31:06 Allow lookup gap and thread concurrency to be passed per device and store details in kernel binary filename.
Con Kolivas ffe1318f 2012-07-21T16:05:50 Ignore negative intensities for scrypt.
Con Kolivas 04f55a0e 2012-07-21T13:56:54 Change the scale of intensity for scrypt kernel and fix a build warning.
Con Kolivas e45ebb62 2012-07-21T13:30:32 Correct target value passed to scrypt kernel.
Con Kolivas 1b5c676d 2012-07-21T11:00:36 Use 256 output slots for kernels to allow 1 for each worksize.
Con Kolivas b9e5f8e5 2012-07-21T10:28:41 Revert "Use cpu scrypt code to check if an scrypt share is below target before submitting it." This reverts commit 808f403a14267263066b0c257c262a1be6ef47ca. Conflicts: findnonce.c
Con Kolivas a22edd2a 2012-07-21T10:25:33 Test the target in the actual scrypt kernel itself saving further calculations.
Con Kolivas 7d53fba1 2012-07-21T02:49:50 Reinstate GPU only opencl device detection.
Con Kolivas d13a3f1d 2012-07-21T02:47:27 Decrease lookup gap to 1. Does not seem to help in any way being 2.
Con Kolivas d9eba43a 2012-07-20T23:49:43 Fix build.
Con Kolivas 808f403a 2012-07-20T23:44:43 Use cpu scrypt code to check if an scrypt share is below target before submitting it.
Con Kolivas 537b28d5 2012-07-20T22:10:33 Make pad0 and pad1 local variable in scrypt kernel.
Con Kolivas 8dc0d6e4 2012-07-20T22:07:20 Constify input variable in scrypt kernel.
Con Kolivas d72add9a 2012-07-20T16:16:18 Send correct values to scrypt kernel to get it finally working.
Con Kolivas 3e61db10 2012-07-18T21:58:27 Create command queue before compiling program in opencl.
Con Kolivas e17ee1e8 2012-07-18T21:57:57 Revert "Use uint16 in SHA256 in scrypt kernel." This reverts commit 46592a24f4d91991f3302e0b39bfc10cfe01255a.
Con Kolivas dd254545 2012-07-16T22:03:43 Detach pthread from within the api thread in case it is terminated due to not being instantiated before pthread_cancel is called from main, leading to a segfault.
Con Kolivas 4abecc26 2012-07-16T22:03:43 Detach pthread from within the api thread in case it is terminated due to not being instantiated before pthread_cancel is called from main, leading to a segfault.
Con Kolivas 77b7ed4b 2012-07-16T20:25:16 Debug output per thread hashrate is out by a factor of 1000.
Con Kolivas 471daecb 2012-07-16T17:05:08 Initialise mdplatform.
Con Kolivas 07292f73 2012-07-16T17:05:08 Initialise mdplatform.
Con Kolivas ffd21f8d 2012-07-15T13:40:11 Find the gpu platform with the most devices and use that if no platform option is passed.
Con Kolivas f99ac0ca 2012-07-15T13:31:03 Allow more platforms to be probed if first does not return GPUs.
Con Kolivas 861f4329 2012-07-16T13:39:30 Fix external scrypt algo missing.
Con Kolivas 428d5e5d 2012-07-16T13:22:35 Limit scrypt to 1 vector.
Con Kolivas 76c37891 2012-07-16T13:19:42 Handle KL_SCRYPT in config write.
Con Kolivas 5cd4bbd2 2012-07-16T13:18:43 Get rid of stuff.
Con Kolivas 6ac14f42 2012-07-16T13:14:21 Don't enqueuewrite buffer at all for pad8 and pass work details around for scrypt in dev_blk.
Con Kolivas a9a0bba1 2012-07-16T11:53:18 Set the correct data for cldata and prepare for pad8 fixes.
Con Kolivas 3d1b4d63 2012-07-16T11:17:27 Revert "Use uint16 in SHA256_fresh in scrypt kernel." This reverts commit 6a02f8d94ae665859ee081c0741c7ec56ff7ba77.
Luke Dashjr a1edc7db 2012-07-15T05:37:49 Bugfix: Fix build without curses but with OpenCL
Con Kolivas 04edf4bf 2012-07-15T13:40:56 Temporarily set opencl to use all devices to allow debugging of scrypt kernel rapidly.
Con Kolivas 53e9c61c 2012-07-15T13:40:11 Find the gpu platform with the most devices and use that if no platform option is passed.
Con Kolivas 884f83f3 2012-07-15T13:31:03 Allow more platforms to be probed if first does not return GPUs.
Con Kolivas 6a02f8d9 2012-07-15T13:28:56 Use uint16 in SHA256_fresh in scrypt kernel.
Con Kolivas cb5fed89 2012-07-15T13:23:52 Get rid of spaces in arrays in scrypt kernel.