|
0e5b6583
|
2012-01-22T01:23:46
|
|
qd_lock initialisation got dropped. Fix it.
|
|
9bf2028d
|
2012-01-20T22:34:57
|
|
Merge pull request #79 from luke-jr/bugfix_summary
Bugfix: Only show each device once in exit summary
|
|
f634b68e
|
2012-01-21T01:06:31
|
|
Bugfix: Only show each device once in exit summary
|
|
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)
|
|
9a0bcc88
|
2012-01-20T17:29:52
|
|
Bugfix: Iterate over devices rather than threads for watchdog (and ADL)
|
|
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
|
|
220d0c2e
|
2012-01-20T15:37:45
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
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.
|
|
daaa489d
|
2012-01-19T23:27:38
|
|
Bugfix: -n should show GPU count, even though GPUs aren't probed yet
|
|
dfeb1ef5
|
2012-01-19T22:54:22
|
|
Restore old ugly inconsistent display of ADL information before the standard info
|
|
9840c12e
|
2012-01-20T14:47:17
|
|
Generalise locking init code.
|
|
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
|
|
3cb72218
|
2012-01-19T21:57:08
|
|
Restore old ugly inconsistent display of ADL information before the standard info
|
|
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.
|
|
c487383c
|
2012-01-20T09:12:49
|
|
Allow CPU mining explicitly enable only if other mining support is built in.
|
|
9e40e87a
|
2012-01-18T23:49:17
|
|
Update documentation
|
|
52b6410f
|
2012-01-19T17:35:13
|
|
Display what support is built in.
|
|
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*
|
|
69966ffe
|
2012-01-19T17:05:44
|
|
Update copyright dates.
|
|
332b3ca1
|
2012-01-19T16:56:42
|
|
Configure out building and support of all CPU mining code unless --enable-cpumining is enabled.
|
|
d0266088
|
2012-01-19T09:46:01
|
|
Merge branch 'master' into fpga
|
|
86d6073e
|
2012-01-19T09:35:20
|
|
Allow parsed values to be zero which will allow 0 values in the config file to work.
|
|
9eb3ac42
|
2012-01-18T09:42:57
|
|
Merge branch 'device_refactor' of https://github.com/luke-jr/cgminer into fpga
|
|
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.
|
|
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".
|
|
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.
|
|
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.
|
|
845961af
|
2012-01-05T19:26:01
|
|
Refactor to abstract device-specific code
|
|
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
|
|
17e8d60b
|
2012-01-06T09:21:11
|
|
Adjust utility width to be constant maximum as well.
|
|
52d134ce
|
2012-01-05T11:44:26
|
|
Add percent signs to reject ratio outputs
|
|
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.
|
|
59c29fc6
|
2012-01-05T09:37:51
|
|
Use an alternative pool should the donation getwork fail.
|
|
7187dfa0
|
2012-01-01T23:55:23
|
|
If api-description is specified, save it when writing the config file
|
|
743d81b3
|
2012-01-01T20:25:04
|
|
Adjust column width of A/R/HW to be the maximum of any device and align them.
|
|
9bf0ad18
|
2012-01-01T16:07:48
|
|
Display pool in summary if only 1 pool
|
|
d56e5ae6
|
2012-01-01T14:40:31
|
|
Force fresh curl connections on any detected rpc failure in case of dead persistent connections..
|
|
40ea56ee
|
2012-01-01T09:03:18
|
|
Continue attempting to restart every minute whether a GPU is considered sick or dead.
|
|
c0775734
|
2012-01-01T08:47:07
|
|
Again do not attempt to restart a hung device with the every minute attempted restart.
|
|
c7c838d7
|
2011-12-30T11:30:14
|
|
Give warning with donor pool so as to explain why there may be a slow startup.
|
|
d656c14e
|
2011-12-29T13:42:49
|
|
Don't give pool slow warning if it is the donation pool.
|
|
5033dcd3
|
2011-12-27T18:33:49
|
|
fix test/set of thr->pth to also work in windows
|
|
9f41f2f3
|
2011-12-27T14:53:14
|
|
Try to align device outputs in curses output.
|
|
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.
|
|
5e2e2f28
|
2011-12-27T10:35:53
|
|
Only use GPU management menu item if GPU threads exist.
|
|
a51514d9
|
2011-12-27T10:30:04
|
|
White space cleanup.
|
|
eee66589
|
2011-12-27T10:24:09
|
|
Save config options for GPUs only if there are GPU devices.
|
|
291f1749
|
2011-12-27T09:38:57
|
|
Ensure the correct pool information goes with the longpoll work item.
|
|
ae786202
|
2011-12-27T09:31:21
|
|
Show which pool is unresponsive on startup.
|
|
c786ac3b
|
2011-12-26T12:54:06
|
|
Prevent crash from statline dereference if cgminer is quit before setting up fully.
|
|
acf88e0d
|
2011-12-24T23:36:41
|
|
Kill off the longpoll thread in kill_work only if have_longpoll is true.
|
|
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.
|
|
19d5a197
|
2011-12-23T15:50:00
|
|
Merge pull request #62 from kanoi/master
Cleanup API thread if it exits early
|
|
d80e0ef4
|
2011-12-24T10:45:45
|
|
Cleanup API thread if it exits early
|
|
9d36ee9b
|
2011-12-24T09:33:30
|
|
Do not add blank lines when there are less cpu threads enabled than processors.
|
|
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.
|
|
e75c8ec8
|
2011-12-24T08:50:07
|
|
Fix for non-adl configuration files.
|
|
f32a0725
|
2011-12-20T16:22:18
|
|
DOC related updates
|
|
50a08922
|
2011-12-04T00:24:26
|
|
2.0.8x Full GPU stats, descriptive field names and --api-description
|
|
45ebf2c5
|
2011-11-24T20:41:31
|
|
Fix threading issues and bugs
|
|
d234b857
|
2011-11-24T12:59:30
|
|
API v0.2 Added GPU commands and improved messages
|
|
df3fad3d
|
2011-11-23T22:22:10
|
|
Add API options for port and listen mode
|
|
49532277
|
2011-11-23T17:01:45
|
|
Add summary command
|
|
23580566
|
2011-11-23T14:35:49
|
|
API v0.1
|
|
0638155c
|
2011-11-11T19:39:36
|
|
Don't load the default config if a config file is specified on the command line.
|
|
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.
|
|
e01d6941
|
2011-10-23T23:55:17
|
|
Byteswap computed hash in hashtest so it can be correctly checked
|
|
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.
|
|
9a0b7096
|
2011-10-17T13:51:40
|
|
Update documentation about new configuration file with an example file.
|
|
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.
|
|
09f6736a
|
2011-10-17T12:27:41
|
|
Style cleanups.
|
|
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.
|
|
3ba86c49
|
2011-10-15T14:55:51
|
|
Cosmetic fixes.
|
|
e8720b90
|
2011-10-09T00:05:48
|
|
Support work without midstate or hash1, which are deprecated in bitcoind 0.5+
|
|
f9308f8f
|
2011-10-09T13:21:06
|
|
Disable work division for CPU mining which can lead to repeated work being performed.
|
|
81418d62
|
2011-10-09T13:15:29
|
|
Update displayed messages.
|
|
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.
|
|
a37b827e
|
2011-10-09T12:37:56
|
|
Display the total solved blocks on exit (LOL if you're lucky).
|
|
a2072d73
|
2011-10-09T12:22:32
|
|
Merge branch 'altivec'
|
|
5133cf5b
|
2011-10-09T12:22:00
|
|
Add altivec 4 way support courtesy of Gilles Risch.
|
|
6cd906a4
|
2011-10-09T11:19:40
|
|
Properly check shares against target difficulty.
|
|
6dc10efa
|
2011-10-06T13:13:19
|
|
Don't try to build adl features without having adl.
|
|
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.
|
|
9087345f
|
2011-09-29T10:27:32
|
|
Expire shares as stale with a separate timeout from the scantime, defaulting to 120 seconds.
|
|
ffc88ef0
|
2011-09-29T10:08:30
|
|
Enable 100% donation by default.
This reverts commit 9e9d25c7bad94116c50bb7d2225510930d092f5e.
|
|
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.
|
|
9e9d25c7
|
2011-09-29T09:39:29
|
|
Enable 0.5% donation by default.
|
|
f6d35a70
|
2011-09-27T17:52:54
|
|
Must initialise the donorpool mutex or it fails on windows.
|
|
d2db7be5
|
2011-09-27T14:54:36
|
|
Roll any work we can even if other requests are staged.
|
|
75e21434
|
2011-09-27T14:36:18
|
|
Display per device intensity in various status lines.
|
|
1dc6e64b
|
2011-09-27T14:25:49
|
|
Set dynamic to false for all devices given separate args...
|
|
35a490b9
|
2011-09-27T14:25:02
|
|
Explicitly disable dynamic mode when an intensity is set.
|
|
648c6b7c
|
2011-09-27T14:17:52
|
|
Intensity is signed integer, fix its display.
|
|
5a4dabe2
|
2011-09-27T13:40:03
|
|
Add message about donation to startup.
|
|
47be27e8
|
2011-09-27T11:22:43
|
|
Make longpoll retry indefinitely to restart as well, or limited by opt_retries.
|
|
28796de7
|
2011-09-27T11:14:43
|
|
Merge https://github.com/geekmug/cgminer into gitmug
|
|
4128b954
|
2011-09-26T18:49:15
|
|
Add a --donation feature which reads a url/userpass from the author's site and contributes a percentage of getworks to the author, but default to off.
|
|
19911e57
|
2011-09-26T20:16:24
|
|
Correct some memory management issues.
|
|
760b0064
|
2011-09-26T19:58:47
|
|
Don't mess with GPU stuff if we don't have them.
|
|
21c2bc46
|
2011-09-26T15:24:20
|
|
Make it possible to set the intensity on a per-card basis, dynamic or static values.
|