cgminer.c


Log

Author Commit Date CI Message
Kano 3e93b268 2013-10-29T19:46:35 klondike - change options to clock and temptarget only
Con Kolivas 36c6da8a 2013-10-27T00:46:19 Reinstate block solve testing.
Con Kolivas 3f6b9d67 2013-10-27T00:27:39 Dramatically simplify the calculation of blockdiff.
Con Kolivas ca919947 2013-10-26T23:14:34 Simplify the set_target function, allowing it to work properly for fractional diffs.
Con Kolivas f9d3d008 2013-10-25T20:11:24 Merge pull request #509 from roybadami/master Improvements to support for BitBurner boards
Con Kolivas 3ffc3f1d 2013-10-25T14:41:23 Adjust the binary ntime data in submit_noffset_nonce even when there is no hex ntime string for eg. gbt.
Con Kolivas 316e6d61 2013-10-25T14:29:43 Put an entry into the work struct telling drivers how much they can roll the ntime themselves.
Con Kolivas 4728dd82 2013-10-25T12:54:10 Remove the applog on miner threads dying to prevent deadlocks on exit.
Con Kolivas 4c979d75 2013-10-25T12:46:47 Do one extra guaranteed libusb event handling before testing if there are any pending async usb transfers.
Con Kolivas 0da551fa 2013-10-25T12:30:39 Use a linked list for all usb transfers instead of just cancellable ones.
Con Kolivas d342bcbe 2013-10-25T11:56:32 Provide a mechanism for informing drivers of updated work templates for stratum and gbt mining.
Con Kolivas 9d8e3df0 2013-10-25T04:07:09 Add usb transfer cancellation on shutdown and documentation regarding where cancellable transfers are suitable.
Con Kolivas d2feacdf 2013-10-24T22:26:13 Cancel cancellable usb transfers on work restart messages.
Con Kolivas 448f8dde 2013-10-24T21:15:36 Don't attempt to disable curses or print a summary during an app restart to prevent deadlocks.
Con Kolivas 81dfe60d 2013-10-24T20:41:55 Keep the libusb event handle polling thread active until there are no async usb transfers in progress.
Con Kolivas e7642132 2013-10-23T22:31:00 Minor opencl build corrections.
Con Kolivas 273b04be 2013-10-20T13:22:14 Do the ntime binary modification to the work struct when submitting an ntime offset nonce within submit_noffset_nonce
Roy Badami c69a130d 2013-10-19T18:42:20 Improvements to support for BitBurner boards --bitburner-fury-options allows avalon-options to be overridden for BitBurner Fury Boards, facilitating simultanous use of BitBurner XX and BitBurner Fury boards More sensible defaults for BitBurner boards, so cgminer should do something sensible without any command line args
Con Kolivas 06776af0 2013-10-18T23:34:55 Use the forcelog function on shutdown to cope with indeterminate console lock states due to killing of threads.
Con Kolivas 8e9f32a8 2013-10-18T23:30:05 Add a forcelog variant of applog which invalidates any console lock to force output.
ckolivas 680f014c 2013-10-18T14:58:33 Simplify queued hashtable by storing unqueued work separately in a single pointer.
ckolivas 40821d1f 2013-10-18T10:44:56 Use cgcompletion timeouts for the unreliable shutdown functions on kill_work.
Kano c9adb192 2013-10-18T00:54:37 allow __work_complete() access
Kano 514b3c42 2013-10-17T19:45:20 API add 'MHS %ds' to 'summary'
Kano d3d3fc13 2013-10-17T16:14:45 Optional lock tracking and stats via the API
Con Kolivas 685c2ace 2013-10-17T20:03:31 Speed up polling repeat again in usb poll thread and handle async after the message to disable polling is complete.
Kano 55e233d5 2013-10-17T19:45:20 API add 'MHS %ds' to 'summary'
kanoi bf810a10 2013-10-17T00:37:15 Merge pull request #506 from kanoi/master optional lock reporting in the API and klondike work redesign
Kano c2073f09 2013-10-17T16:14:45 Optional lock tracking and stats via the API
Con Kolivas bec75b61 2013-10-16T20:34:51 Make the USB polling thread poll every second to potentially aid longer timeout transfers.
ckolivas f821d0fb 2013-10-15T13:31:07 Set device_diff on work in get_work to not be missed with drivers that use get_work directly.
Con Kolivas b6831453 2013-10-16T20:34:51 Make the USB polling thread poll every second to potentially aid longer timeout transfers.
ckolivas fe5da967 2013-10-15T13:31:07 Set device_diff on work in get_work to not be missed with drivers that use get_work directly.
Con Kolivas 9e287f95 2013-10-14T03:27:57 Merge pull request #499 from someone42/master changes to bitburner driver for bitburner fury boards
Con Kolivas 07837072 2013-10-14T12:12:01 hexstr is too small in test_work_current
Con Kolivas 56edabc6 2013-10-12T11:06:54 Use a timeout with usb handle events set to a nominal 200ms and wait for the polling thread to shut down before deinitialising libusb.
Con Kolivas 9f8023a9 2013-10-12T10:34:07 Use stack memory for hex used in stratum share submissions.
Con Kolivas e0c90359 2013-10-12T09:56:48 Use stack memory in test_work_current, avoiding a malloc/free cycle each time.
Con Kolivas 835ad824 2013-10-12T09:32:07 Convert the bitfury driver to use the hash_driver_work version of hash_work.
Con Kolivas 58008a37 2013-10-12T09:05:58 Add a hash_driver_work function to allow for drivers that wish to do their own work queueing and management.
Chris Chua b509e843 2013-10-03T20:11:37 using separate identifier for bitburner fury boards
Con Kolivas cda797d1 2013-10-11T16:04:23 Avoid calling get_statline_before on exit to avoid trying to use it on drivers in an indeterminate state.
Con Kolivas d437de84 2013-10-11T15:58:29 Avoid calling get_statline on exit.
Con Kolivas b5dfacef 2013-10-11T10:15:06 We are always dependent on libusb handling events so use the blocking libusb_handle_events in the polling thread and use a bool to know if we should continue polling.
Con Kolivas 853aa28f 2013-10-11T08:49:59 Merge branch 'master' into async Conflicts: usbutils.c
Con Kolivas 2834eb8d 2013-10-08T23:35:22 Kill off threads that have failed using hash_sole_work instead of just disabling them.
Con Kolivas f80c9003 2013-10-08T20:46:36 Merge branch 'master' into async Conflicts: api.c cgminer.c miner.h usbutils.c util.c
Con Kolivas f8e28f25 2013-10-08T20:42:36 Try switching pools if for some reason we end up with only idle pools and have ended up current_pool set to an idle one.
Con Kolivas 3b527f14 2013-10-08T20:41:13 Check a pool is stable for >5 mins before switching back to it.
Con Kolivas 7318ecee 2013-10-07T23:34:01 Make the devlock a cglock in usbutils and only grab the write lock for fundamental changes allowing us to send and receive transfers concurrently without lock contention.
Con Kolivas 8c0ea19e 2013-10-05T09:31:36 Submitting an ntime offset nonce needs to be done on a copy of the work instead of the original so abstract out shared components as much as possible, minimising strdups in copy_work and make submit_work_async work take copied work, cleaning up code in the process.
Con Kolivas b6a97de6 2013-10-04T21:39:42 Provide a way for drivers to submit work that it has internally rolled the ntime value by returning the amount it has ntime rolled to be added.
ckolivas 6cd7f0f1 2013-10-04T12:00:41 Remove unmaintained broken ztex driver.
Kano 51418f79 2013-10-03T23:19:18 Klondike update code to current git
Con Kolivas a6a94070 2013-10-01T14:40:30 Use asynchronous transfers for all bulk transfers, allowing us to use our own timers and cancelling transfers that take too long.
Con Kolivas 59ff31d8 2013-10-07T17:11:33 Make the devlock a cglock in usbutils and only grab the write lock for fundamental changes allowing us to send and receive transfers concurrently without lock contention.
Con Kolivas 3b266594 2013-10-07T14:57:08 Merge branch 'master' into libusbx Conflicts: api.c miner.h usbutils.c
Con Kolivas dbef95f7 2013-10-05T09:31:36 Submitting an ntime offset nonce needs to be done on a copy of the work instead of the original so abstract out shared components as much as possible, minimising strdups in copy_work and make submit_work_async work take copied work, cleaning up code in the process.
Con Kolivas 4c79252d 2013-10-04T21:39:42 Provide a way for drivers to submit work that it has internally rolled the ntime value by returning the amount it has ntime rolled to be added.
ckolivas 052e4348 2013-10-04T12:00:41 Remove unmaintained broken ztex driver.
Kano dc85abd9 2013-10-03T23:19:18 Klondike update code to current git
Con Kolivas 69c01a14 2013-10-01T14:40:30 Use asynchronous transfers for all bulk transfers, allowing us to use our own timers and cancelling transfers that take too long.
Con Kolivas 5e1ebd50 2013-09-29T13:54:16 Deuglify use of _PARSE_COMMANDS macro expansions.
ckolivas 2ec601e1 2013-09-28T16:00:55 There is no need to get the external prototypes for drivers in cgminer.c any more.
ckolivas f3294f74 2013-09-28T15:18:08 Remove unnecessary gpu_threads initialisation.
ckolivas 6d747123 2013-09-28T15:11:06 Use macro expansion to iterate over all device drivers without needing to explicitly code in support in all places. Pass a hotplug bool to the detect() function to prevent opencl trying to hogplug GPUs.
ckolivas df54b768 2013-09-28T13:52:13 Add a noop function for driver detect when it's missing.
ckolivas 88751974 2013-09-28T10:25:48 Create a macro list of drivers to enable easier addition of further drivers.
Con Kolivas 7696f26a 2013-09-26T21:18:33 Abstract out work submission once it's been tested, to be used by drivers that do their own internal validity testing.
Con Kolivas 76e688ae 2013-09-26T21:14:14 Store the hash2 array in struct work for further reuse.
Con Kolivas 39c52b1f 2013-09-26T20:58:47 Use the test_nonce function within submit_nonce and store the uint32 corresponding to hash2 37 for further use.
Con Kolivas c1aba055 2013-09-26T20:51:47 Only set share diff if we've confirmed it's a share first.
Con Kolivas 9040cac9 2013-09-25T22:47:19 restart_wait should return 0 if thr_restart is true.
Con Kolivas 759e82bb 2013-09-25T15:30:54 Add in first draft for a serialised work model sending/receiving data for BF1 devices.
Con Kolivas 2ab023f3 2013-09-24T21:55:47 Add BF1 detection code to bitfury driver.
Kano b1a3b012 2013-09-22T23:16:21 pool_active uninitialised_var rolltime
Con Kolivas 466d3bec 2013-09-21T22:49:28 Provide a --disable-libcurl config option to build support for stratum mining only.
Con Kolivas 48681dd4 2013-09-16T12:40:11 Reset quotas on load balance for all pools at the same time to avoid running out during selection and unintentionally dropping to fallback.
Con Kolivas 972d04d2 2013-09-16T12:26:01 Break out of select pool from a common point for appropriate debug messages and to avoid further tests.
Con Kolivas a76b09e4 2013-09-13T13:51:15 Find the greatest common denominator in quotas and use the smallest number of consecutive work items per pool in quota load balance mode to smooth hashrate across pools with large quotas. Give excess quota to priority pool 0 instead of pool 0.
Con Kolivas 8ac4fa20 2013-09-13T13:05:47 Merge branch 'master' into quota
Con Kolivas d4ac1915 2013-09-13T09:34:45 Avoid dynamically adding stack memory for nonce2 in the stratum send thread and check the pool's nonce2_len will not cause an overflow.
Con Kolivas 9cde5759 2013-09-08T19:54:35 Merge branch 'master' into quota
Con Kolivas 89c07fa5 2013-09-08T16:32:44 Add support for socks4/4a proxies with stratum, and drop back to socks4 support via the global --socks-proxy command to not break previous configurations.
Con Kolivas a41660f2 2013-09-07T19:02:38 Only show long-poll message in pool summary if it's not using stratum.
Con Kolivas 5b378f44 2013-09-07T15:41:07 Increase the time for the waiting for work message to be given to be greater than that required for a pool swap in the scheduler which is set to 5s.
Con Kolivas 812f7541 2013-09-07T15:36:48 Change message in status when using a balanced pool strategy to notify if there's a stratum pool as well.
Con Kolivas 26a8a8e2 2013-09-08T10:09:26 Use the --failover-only flag to have special meaning in combination with load-balance mode to distribute any unused quota back to pool 0 to maintain ratios amongst other pools.
Con Kolivas c325e7ae 2013-09-07T19:02:38 Only show long-poll message in pool summary if it's not using stratum.
Con Kolivas 7d2c31e2 2013-09-07T19:01:13 Display quota and allow it to be modified via the pool menu.
Con Kolivas e8a1c9eb 2013-09-07T15:41:07 Increase the time for the waiting for work message to be given to be greater than that required for a pool swap in the scheduler which is set to 5s.
Con Kolivas ea4a1ff9 2013-09-07T15:36:48 Change message in status when using a balanced pool strategy to notify if there's a stratum pool as well.
Con Kolivas 77b3b185 2013-09-07T15:29:18 Add quota support to configuration files.
Con Kolivas ea7b2a7d 2013-09-07T12:14:16 Rotate pools on all failures to set a pool in select_pool.
Con Kolivas 7c19984f 2013-09-07T12:12:24 Use quotas for load-balance pool strategy.
Con Kolivas 0121b75a 2013-09-07T11:33:07 Provide a mechanism for setting a pool quota to be used by load-balance.
Con Kolivas 770556cd 2013-09-07T09:39:03 Use the --socks-proxy option with stratum, changing it to defaulting to socks5 and give appropriate message should it fail to connect.
Con Kolivas 8ede407d 2013-09-05T23:10:19 Make extract_sockaddr set variables passed to it rather than pool struct members.
Con Kolivas 5bf9856a 2013-09-03T11:38:58 take_queued_work_bymidstate should use a write lock.
Kano 76185ede 2013-09-01T00:23:26 API mcast add a description option with miner.php