Log

Author Commit Date CI Message
Con Kolivas 1c98e0cf 2012-08-07T21:48:18 Bump version to 2.6.4
Con Kolivas d64c32ac 2012-08-07T21:49:11 Include scrypt.h in Makefile.
Con Kolivas 0adbcd5d 2012-08-07T21:21:01 Fix windows bitforce build.
Con Kolivas be577252 2012-08-07T21:02:56 Update NEWS.
Con Kolivas 0a79de93 2012-08-07T20:55:55 Convert the serial autodetect functions to use int instead of char to enumerate devices.
Con Kolivas 9cae9a9d 2012-08-07T20:49:47 Make the serial open timeout for BFL generically 1 second on windows.
Con Kolivas 7dffa07e 2012-08-07T20:47:18 Deuglify windows autodetect code for BFL.
Con Kolivas e52762c5 2012-08-07T20:26:24 There is no point zeroing temperature in BFL if we fail to get a response, and we should register it as a HW error, suggesting throttling.
Con Kolivas b406dbfe 2012-08-07T20:07:01 Update SCRYPT README with information about HW errors.
Con Kolivas e49bd981 2012-08-07T19:56:43 Use the scrypt CPU code to confirm results from OCL code, and mark failures as HW errors, making it easier to tune scrypt parameters.
ckolivas 3dd1658e 2012-08-07T12:10:01 We may as well leave one curl still available per pool instead of reaping the last one.
ckolivas c7bcad65 2012-08-07T11:59:54 Need to recheck the pool->curls count on regaining the pool lock after the pthread conditional wait returns.
ckolivas ad8c4b77 2012-08-07T11:52:37 Revert "Only add to the pool curlring and increment the counter under mutex lock." This reverts commit 8897e0657507072448f4e951ce1caadca15b4b30. Wrong fix. Recursive locking now.
Con Kolivas 13a92bbd 2012-08-06T18:33:50 Merge pull request #290 from kanoi/api api.c update API start message and include port number
Con Kolivas 28d35990 2012-08-06T18:33:20 Merge pull request #287 from kanoi/minerphp miner.php allow pool inputs: delete, addpool, poolpriority
ckolivas 145f04cc 2012-08-07T11:10:59 Display reaped debug message outside mutex lock to avoid recursive locking.
ckolivas 8897e065 2012-08-07T11:05:23 Only add to the pool curlring and increment the counter under mutex lock.
Con Kolivas 920c56c9 2012-08-06T11:39:32 Add specific information when ADL detects error -10 saying the device is not enabled.
Kano b33ea267 2012-08-06T01:05:21 api.c update API start message and include port number
Kano 64261e7a 2012-08-06T00:30:50 miner.php ignore arg when readonly
Kano 5a5e3563 2012-08-05T23:48:30 miner.php allow pool inputs: delete, addpool, poolpriority
Con Kolivas f6518c06 2012-08-05T17:42:49 Bump version to 2.6.3
Con Kolivas a1b5bd7a 2012-08-05T17:55:11 More NEWS.
Con Kolivas 4443895f 2012-08-05T17:51:00 Count likely throttling episodes on bitforce devices as hardware errors.
Con Kolivas d3e4ec87 2012-08-05T17:35:08 Update news.
Con Kolivas 0d676346 2012-08-05T16:15:32 Style cleanups.
Con Kolivas 31b01c8a 2012-08-05T16:13:53 Author: Luke Dashjr <luke-jr+git@utopios.org> Date: Thu Jul 12 16:49:26 2012 +0000 Use FTD2XX.DLL on Windows to autodetect BitFORCE SHA256 devices
Con Kolivas 3576abf8 2012-08-05T15:43:27 Make pool_disabled the first in the enums == 0, fixing the pool enabled count which compares if value is not enabled before enabling it.
Con Kolivas 25fd6cd0 2012-08-05T15:35:37 Correct writing of scrypt parameters to config file based on command line parameters only.
Con Kolivas ac131d31 2012-08-04T22:34:47 Merge pull request #279 from tyeken8/tydus Add scrypt support while writing conf
Con Kolivas fc44b6d7 2012-08-05T15:32:44 Use different variables for command line specified lookup gap and thread concurrency to differentiate user defined versus auto chosen values.
Con Kolivas 7611499b 2012-08-05T14:57:46 Queue a request on pool switch in case we have no work from the new pool yet.
Con Kolivas aa8cd17a 2012-08-04T21:48:23 Merge pull request #286 from kanoi/api api.c in linux allow to open a closed socket in TIME_WAIT
Con Kolivas 4efa31d2 2012-08-05T14:44:11 Display failover only mode in pool menu and allow it to be toggled live.
Con Kolivas 1a041668 2012-08-05T14:37:49 Reinstate check for system queueing lag when the current pool's queue is maxed out, there is no staged work, and the work is needed now.
Con Kolivas 499c594c 2012-08-05T14:29:21 There is no need for pool active testing to be mandatory any more with queue request changes.
Con Kolivas e4326e3c 2012-08-05T14:24:31 Fix harmless warnings.
Con Kolivas 9a45a6d9 2012-08-05T14:19:49 Check the current staged and global queued as well before queueing requests. Discard stales before ageing work in the watchdog thread. Queue requests after discarding and ageing work in watchdog thread. Display accurate global queued in curses output. Reuse variable in age_work().
Con Kolivas bf9c3247 2012-08-05T13:40:46 The queueing mechanism has become a complex state machine that is no longer predictable. Rewrite it from scratch watching only current queues in flight and staged work available on a pool by pool basis.
Kano 56f06e1e 2012-08-04T16:55:55 API remove unused warning in non-GPU compile
Kano ede0dd6a 2012-08-04T16:48:55 api.c in linux allow to open a closed socket in TIME_WAIT
Con Kolivas 3de91456 2012-08-03T19:15:09 Merge pull request #285 from nushor/master Update debian package configs to v2.6.2
Con Kolivas b66e0241 2012-08-04T09:52:18 Queue an extra request whenever staged work drops below mining thread count in hash_pop.
nushor 76a02d87 2012-08-03T12:15:03 Update debian package configs to v2.6.2
Con Kolivas 2f247fc1 2012-08-02T17:18:06 Merge pull request #284 from kanoi/minerphp miner.php support custom report section joins
Con Kolivas b70ec3cb 2012-08-02T17:17:53 Merge pull request #283 from kanoi/icarus ICA support 57600 baud rate, up to 8 FPGA and partial working FPGA boards
Con Kolivas 179885b2 2012-08-03T10:13:11 Bump version to 2.6.2
Con Kolivas e65a3b92 2012-08-03T10:11:41 More NEWS.
Con Kolivas 15dc4bb3 2012-08-03T10:10:53 Scrypt mining does not support block testing yet so don't try to print it.
Con Kolivas 3ee6c1d3 2012-08-03T10:09:25 Update NEWS.
Con Kolivas 245552c5 2012-08-03T09:49:14 Clear the bitforce buffer whenever we get an unexpected result as it has likely throttled and we are getting cached responses out of order, and use the temperature monitoring as a kind of watchdog to flush unexpected results.
Con Kolivas 7fa794a4 2012-08-03T09:26:43 It is not critical getting the temperature response in bitforce so don't mandatorily wait on the mutex lock.
Con Kolivas 5118e3ee 2012-08-03T08:12:05 Check there is a cutoff temp actually set in bitforce before using it as a cut off value otherwise it may think it's set to zero degrees.
Con Kolivas 2953aa25 2012-08-02T22:46:49 We dropped the temporary stopping of curl recruiting on submit_fail by mistake, reinstate it.
Con Kolivas 9410875e 2012-08-02T22:46:13 Make threads report in either side of the scanhash function in case we miss reporting in when restarting work.
Con Kolivas caa9600f 2012-08-02T21:05:58 News cutoff fixed.
ckolivas d5dffa6a 2012-08-02T16:45:12 Don't make mandatory work and its clones last forever.
Kano ed331e58 2012-08-02T16:02:31 miner.php support custom report section joins
Kano b8b9c468 2012-08-02T07:58:05 ICA default fpga_count to work_division if specified
Con Kolivas aa52db45 2012-08-01T23:42:00 Make test work for pool_active mandatory work items to smooth out staged work counts when in failover-only mode.
Kano 94c09b6c 2012-08-01T23:08:02 FPGA-README document new hidden --icarus-options
Kano e067be42 2012-08-01T22:50:30 ICA support 57600 baud rate, up to 8 FPGA and partial working FPGA boards
Con Kolivas 8414a9a7 2012-08-01T22:48:38 Add debugging output when work is found stale as to why.
Con Kolivas efba82fb 2012-08-01T20:39:12 Print the 3 parameters that are passed to applog for a debug line in bitforce.c
Con Kolivas 7f825013 2012-08-01T20:08:37 Clear bitforce buffer on init as previously.
Con Kolivas d37d044f 2012-08-01T20:05:30 Add some headroom to the number of curls available per pool to allow for longpoll and sendwork curls.
Con Kolivas 7aa809ca 2012-08-01T19:36:00 Revert "Revert "Change BFL driver thread initialising to a constant 100ms delay between devices instead of a random arrangement."" This reverts commit 89e613b94361a68305a68095b1b8f4756f9ef8f8. Leave the delay between each device initialising.
Con Kolivas a688951d 2012-08-01T19:34:43 Revert "Remove bitforce_thread_init" This reverts commit 2dfe0d628e05763bce09c51420860ef4f2ea7919. Roll back to init'ing bitforce devices at regular intervals. They may reinit more than previously thought.
Con Kolivas 33019b11 2012-07-31T22:39:04 Show the correct base units on GPU summary.
Con Kolivas ddcf3d20 2012-07-31T22:19:39 Differentiate between the send return value being a bool and the get return value when managing them in bitforce scanhash.
Con Kolivas 3cbf835d 2012-07-31T17:16:53 Update .gitignore for files that should not be tracked.
ckolivas 23a8c604 2012-07-31T10:28:48 Revert "bitforce: Skip out of sending work if work restart requested" This reverts commit cf36331d815e7b87131d547b92b9ceaa218d114d.
Tydus fd51e5ba 2012-07-30T18:27:33 Add scrypt support while writing conf
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.