main.c


Log

Author Commit Date CI Message
Con Kolivas 5869382d 2012-01-26T23:56:51 Change the warning that comes with failure to init cl on a device to be more generic and accurate.
Kano 5e9676c2 2012-01-26T16:03:26 Allow dynamic to adjust up to MAX_INTENSITY
Kano 63e31b4d 2012-01-26T14:00:52 Move intensity range values into miner.h
Con Kolivas a992b5d8 2012-01-26T13:18:57 Allow intensity up to 14 for multiple devices as well.
Con Kolivas d662c9c6 2012-01-26T13:12:56 Allow intensity up to 14.
Kano ec2c0b78 2012-01-22T18:24:55 Add API commands: config, switchpool, gpu settings, save
Con Kolivas e15d57d7 2012-01-22T09:36:21 Implement socks4 proxy support.
Con Kolivas 0e5b6583 2012-01-22T01:23:46 qd_lock initialisation got dropped. Fix it.
Con Kolivas 9bf2028d 2012-01-20T22:34:57 Merge pull request #79 from luke-jr/bugfix_summary Bugfix: Only show each device once in exit summary
Luke Dashjr f634b68e 2012-01-21T01:06:31 Bugfix: Only show each device once in exit summary
Con Kolivas 1b0b7e4a 2012-01-20T22:02:07 Merge pull request #78 from luke-jr/bugfix_adl Bugfix: Iterate over devices rather than threads for watchdog (and ADL)
Luke Dashjr 9a0bcc88 2012-01-20T17:29:52 Bugfix: Iterate over devices rather than threads for watchdog (and ADL)
Con Kolivas a4599dc1 2012-01-19T20:44:58 Merge pull request #77 from luke-jr/bugfix_ngpus Bugfix: -n should show GPU count, even though GPUs aren't probed yet
Con Kolivas 220d0c2e 2012-01-20T15:37:45 Merge branch 'master' of github.com:ckolivas/cgminer
Con Kolivas 5179d224 2012-01-20T15:36:42 Introduce a --net-delay option which guarantees at least 250ms between any networking requests to not overload slow routers.
Luke Dashjr daaa489d 2012-01-19T23:27:38 Bugfix: -n should show GPU count, even though GPUs aren't probed yet
Luke Dashjr dfeb1ef5 2012-01-19T22:54:22 Restore old ugly inconsistent display of ADL information before the standard info
Con Kolivas 9840c12e 2012-01-20T14:47:17 Generalise locking init code.
Con Kolivas 35f676b0 2012-01-19T19:41:26 Merge pull request #75 from luke-jr/ugly_display Restore old ugly inconsistent display of ADL information before the standard info
Luke Dashjr 3cb72218 2012-01-19T21:57:08 Restore old ugly inconsistent display of ADL information before the standard info
Con Kolivas 15672b52 2012-01-20T10:05:02 Allow invalid values to be in the configuration file, just skipping over them provided the rest of the file is valid JSON. This will allow older configuration files with options no longer existing to still be portable.
Con Kolivas c487383c 2012-01-20T09:12:49 Allow CPU mining explicitly enable only if other mining support is built in.
Luke Dashjr 9e40e87a 2012-01-18T23:49:17 Update documentation
ckolivas 52b6410f 2012-01-19T17:35:13 Display what support is built in.
Luke Dashjr 5dfc8b69 2012-01-08T19:56:15 BitForce FPGA support cgminer will scan for and mine BitForce FPGAs on USB ports by providing the new --scan-serial <device> option, or autodetect them by searching /dev/serial/by-id for *BitFORCE_SHA256*
ckolivas 69966ffe 2012-01-19T17:05:44 Update copyright dates.
ckolivas 332b3ca1 2012-01-19T16:56:42 Configure out building and support of all CPU mining code unless --enable-cpumining is enabled.
ckolivas d0266088 2012-01-19T09:46:01 Merge branch 'master' into fpga
ckolivas 86d6073e 2012-01-19T09:35:20 Allow parsed values to be zero which will allow 0 values in the config file to work.
ckolivas 9eb3ac42 2012-01-18T09:42:57 Merge branch 'device_refactor' of https://github.com/luke-jr/cgminer into fpga
Luke Dashjr b9d197de 2012-01-17T16:29:01 Refactor the CPU scanhash_* functions to use a common API. Fixes bugs. - Before, some returned bool, and others returned int (which was then turned into a bool with a comparison); now, everything returns a bool - Before, some set hashes_done to nonce - 1 when a share was found and others set it to nonce + 1 or 2. This caused some algorithms to scan/submit shares twice with the new cpu_scanhash function. Now, it has all been replaced with last_nonce, which is set to the final nonce checked by the scanhash_* func. - VIA needs the full data, and cannot use midstate. All the others were expecting midstate and data+64 for their parameters. Now, we pass midstate and the full data pointer, and let the scanhash_* function choose which to use.
Con Kolivas 5d6159f5 2012-01-17T18:26:35 Don't consider a pool lagging if a request has only just been filed. This should decrease the false positives for "pool not providing work fast enough".
Con Kolivas 12afb479 2012-01-17T17:38:59 Invalidating work after longpoll made hash_pop return no work giving a false positive for dead pool. Rework hash_pop to retry while finds no staged work until the abstime timeout really expires.
Luke Dashjr a4d1fe1e 2012-01-07T02:56:27 Refactor miner_thread to be common code for any kind of device This expands on the device API, by taking the actual main thread out of the device's code, and calling the API only for specific tasks. This brings various changes that were made to the GPU thread code into the CPU miner. It also fixes a bug where shares found on old GPU work were discarded when it switched to a new work.
Luke Dashjr 845961af 2012-01-05T19:26:01 Refactor to abstract device-specific code
Con Kolivas 95522262 2012-01-05T14:32:11 Merge pull request #66 from kanoi/master If api-description is specified, save it when writing the config file
Con Kolivas 17e8d60b 2012-01-06T09:21:11 Adjust utility width to be constant maximum as well.
Steve Brecher 52d134ce 2012-01-05T11:44:26 Add percent signs to reject ratio outputs
Con Kolivas ec8501a7 2012-01-05T21:45:46 Should the donation pool fail, don't make the fallover pool behave as though the primary pool is lagging.
ckolivas 59c29fc6 2012-01-05T09:37:51 Use an alternative pool should the donation getwork fail.
Kano 7187dfa0 2012-01-01T23:55:23 If api-description is specified, save it when writing the config file
Con Kolivas 743d81b3 2012-01-01T20:25:04 Adjust column width of A/R/HW to be the maximum of any device and align them.
Kano 9bf0ad18 2012-01-01T16:07:48 Display pool in summary if only 1 pool
Con Kolivas d56e5ae6 2012-01-01T14:40:31 Force fresh curl connections on any detected rpc failure in case of dead persistent connections..
Con Kolivas 40ea56ee 2012-01-01T09:03:18 Continue attempting to restart every minute whether a GPU is considered sick or dead.
Con Kolivas c0775734 2012-01-01T08:47:07 Again do not attempt to restart a hung device with the every minute attempted restart.
Con Kolivas c7c838d7 2011-12-30T11:30:14 Give warning with donor pool so as to explain why there may be a slow startup.
Con Kolivas d656c14e 2011-12-29T13:42:49 Don't give pool slow warning if it is the donation pool.
Kano 5033dcd3 2011-12-27T18:33:49 fix test/set of thr->pth to also work in windows
Con Kolivas 9f41f2f3 2011-12-27T14:53:14 Try to align device outputs in curses output.
Con Kolivas 2257b502 2011-12-27T11:37:30 Simplify longpoll changeover to just check which pool it should grab its next longpoll from. This should prevent locking hangs and thread cancellation crashes.
Con Kolivas 5e2e2f28 2011-12-27T10:35:53 Only use GPU management menu item if GPU threads exist.
Con Kolivas a51514d9 2011-12-27T10:30:04 White space cleanup.
Con Kolivas eee66589 2011-12-27T10:24:09 Save config options for GPUs only if there are GPU devices.
Con Kolivas 291f1749 2011-12-27T09:38:57 Ensure the correct pool information goes with the longpoll work item.
Con Kolivas ae786202 2011-12-27T09:31:21 Show which pool is unresponsive on startup.
Con Kolivas c786ac3b 2011-12-26T12:54:06 Prevent crash from statline dereference if cgminer is quit before setting up fully.
Con Kolivas acf88e0d 2011-12-24T23:36:41 Kill off the longpoll thread in kill_work only if have_longpoll is true.
Con Kolivas 8c066c42 2011-12-24T23:26:41 If have_longpoll is enabled, then make it mandatory the longpoll thread is killed from the outside, avoiding the race of trying to kill off a longpoll thread that has potentially exited already.
Con Kolivas 19d5a197 2011-12-23T15:50:00 Merge pull request #62 from kanoi/master Cleanup API thread if it exits early
Kano d80e0ef4 2011-12-24T10:45:45 Cleanup API thread if it exits early
Con Kolivas 9d36ee9b 2011-12-24T09:33:30 Do not add blank lines when there are less cpu threads enabled than processors.
Con Kolivas 78c89dc7 2011-12-24T09:22:55 Move longpoll with changes to current active pool, selecting most suitable source for longpoll, or using any backup pool that has longpoll. Actively stop longpoll if we already have longpoll running and have initiated a longpoll restart. Make the longpoll activation notification warning level to make the switch visible. Change lp_url to alloca to not lose malloced ram.
Con Kolivas e75c8ec8 2011-12-24T08:50:07 Fix for non-adl configuration files.
Kano f32a0725 2011-12-20T16:22:18 DOC related updates
Kano 50a08922 2011-12-04T00:24:26 2.0.8x Full GPU stats, descriptive field names and --api-description
Kano 45ebf2c5 2011-11-24T20:41:31 Fix threading issues and bugs
Kano d234b857 2011-11-24T12:59:30 API v0.2 Added GPU commands and improved messages
Kano df3fad3d 2011-11-23T22:22:10 Add API options for port and listen mode
Kano 49532277 2011-11-23T17:01:45 Add summary command
Kano 23580566 2011-11-23T14:35:49 API v0.1
Con Kolivas 0638155c 2011-11-11T19:39:36 Don't load the default config if a config file is specified on the command line.
Con Kolivas a70629a7 2011-11-01T15:19:26 Make longpoll do a mandatory flushing of all work even if the block hasn't changed, thus supporting longpoll initiated work change of any sort and merged mining.
Forrest Voight e01d6941 2011-10-23T23:55:17 Byteswap computed hash in hashtest so it can be correctly checked
Con Kolivas 8c63061e 2011-10-23T20:50:52 Allow a fixed speed difference between memory and GPU clock speed that will change memory speed when GPU speed is changed in autotune mode.
Con Kolivas 9a0b7096 2011-10-17T13:51:40 Update documentation about new configuration file with an example file.
Con Kolivas 6d004ddf 2011-10-17T13:25:57 Write unix configuration to .cgminer/cgminer.conf by default and prompt to overwrite if given a filename from the menu that exists.
Con Kolivas 09f6736a 2011-10-17T12:27:41 Style cleanups.
Con Kolivas 31d3af02 2011-10-16T20:04:45 Support new configuration file format courtesy of Chris Savery which can write the config file from the menu and will load it on startup.
Con Kolivas 3ba86c49 2011-10-15T14:55:51 Cosmetic fixes.
Luke Dashjr e8720b90 2011-10-09T00:05:48 Support work without midstate or hash1, which are deprecated in bitcoind 0.5+
Con Kolivas f9308f8f 2011-10-09T13:21:06 Disable work division for CPU mining which can lead to repeated work being performed.
Con Kolivas 81418d62 2011-10-09T13:15:29 Update displayed messages.
Con Kolivas 27b05db4 2011-10-09T12:59:45 Use ADL activity report to tell us if a sick GPU is still busy suggesting it is hard hung and do not attempt to restart it.
Con Kolivas a37b827e 2011-10-09T12:37:56 Display the total solved blocks on exit (LOL if you're lucky).
Con Kolivas a2072d73 2011-10-09T12:22:32 Merge branch 'altivec'
Con Kolivas 5133cf5b 2011-10-09T12:22:00 Add altivec 4 way support courtesy of Gilles Risch.
Con Kolivas 6cd906a4 2011-10-09T11:19:40 Properly check shares against target difficulty.
Con Kolivas 6dc10efa 2011-10-06T13:13:19 Don't try to build adl features without having adl.
Con Kolivas 3e527c6a 2011-09-30T17:15:40 Retry pools after a delay of 15 seconds if none can be contacted on startup unless a key is pressed.
Con Kolivas 9087345f 2011-09-29T10:27:32 Expire shares as stale with a separate timeout from the scantime, defaulting to 120 seconds.
Con Kolivas ffc88ef0 2011-09-29T10:08:30 Enable 100% donation by default. This reverts commit 9e9d25c7bad94116c50bb7d2225510930d092f5e.
Con Kolivas ac0d3030 2011-09-29T09:46:32 Don't make donation work interfere with block change detection allowing donation to work regardless of the block chain we're mining on.
Con Kolivas 9e9d25c7 2011-09-29T09:39:29 Enable 0.5% donation by default.
Con Kolivas f6d35a70 2011-09-27T17:52:54 Must initialise the donorpool mutex or it fails on windows.
Con Kolivas d2db7be5 2011-09-27T14:54:36 Roll any work we can even if other requests are staged.
Con Kolivas 75e21434 2011-09-27T14:36:18 Display per device intensity in various status lines.
Con Kolivas 1dc6e64b 2011-09-27T14:25:49 Set dynamic to false for all devices given separate args...
Con Kolivas 35a490b9 2011-09-27T14:25:02 Explicitly disable dynamic mode when an intensity is set.
Con Kolivas 648c6b7c 2011-09-27T14:17:52 Intensity is signed integer, fix its display.