|
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.
|
|
5b40f979
|
2011-09-26T10:47:24
|
|
Make sure we do not attempt to adl manage devices we have explicitly disabled.
|
|
7c26948e
|
2011-09-23T20:14:19
|
|
Merge pull request #50 from kanoi/kano
Hash is 32 bytes (64 nibbles)
|
|
afe03c63
|
2011-09-24T02:20:21
|
|
Hash is 32 bytes (64 nibbles)
|
|
8759bc13
|
2011-09-23T10:59:55
|
|
Hard code the watchdog interval to 3 seconds in case log interval is greatly different.
|
|
813aee38
|
2011-09-23T10:22:06
|
|
Show menu again after enable, disable and restart GPU.
|
|
20ddda10
|
2011-09-23T10:19:24
|
|
Autoselect a GPU from the menu if it's the only device.
|
|
c04abf5c
|
2011-09-23T09:44:09
|
|
Include polarssl implementation of sha256 (sha2) and remove dependency on openssl.
|
|
037e8ac8
|
2011-09-21T21:48:23
|
|
Change Accept/Reject message to show hash and BLOCK notification
|
|
ba14a670
|
2011-09-21T21:45:24
|
|
Remove EOL spaces from stderr and curses
|
|
8ecd15a6
|
2011-09-20T16:19:21
|
|
Add BLOCK! notification and remove end of line blanks when not needed
|
|
9696b4d6
|
2011-09-18T23:17:50
|
|
Get rid of the convoluted way we detect whether LP discovered the new block and just use the work retrieved by the LP to know.
|
|
625e7a64
|
2011-09-18T18:55:36
|
|
Fix tabs
|
|
37b017fd
|
2011-09-18T15:10:12
|
|
Show hash (instead of nonce) in Accept/Reject messages
|
|
b8ea0dd1
|
2011-09-17T13:23:58
|
|
Update curses logging to allow LOG_WARNING and LOG_ERR messages to still go through while within the menu, and drop share message to LOG_NOTICE.
|
|
8566ed44
|
2011-09-15T20:05:22
|
|
Just keep whatever longpoll we have if it's working instead of risking the stop/start dereference problem.
|
|
ae6fe965
|
2011-09-15T17:37:02
|
|
Revert "Restart longpoll under lock when we'll be reusing it on pool switch to prevent derefs."
This reverts commit 2cae5c1dc3884deb35430cf6af4d192666ac01c4.
Gets stuck. Needs more thought.
|
|
2cae5c1d
|
2011-09-15T14:51:04
|
|
Restart longpoll under lock when we'll be reusing it on pool switch to prevent derefs.
|
|
8e2becc1
|
2011-09-15T11:45:24
|
|
Change pth from being a pointer as we can dereference if we're unlucky on stopping longpoll.
|
|
833e020d
|
2011-09-15T10:33:23
|
|
Standardise the way all non-mining threads are destroyed to make sure we can safely cancel them, freeing ram and NULLifying pointers.
|
|
e1c72352
|
2011-09-14T23:15:42
|
|
Get the current pool priority under lock to avoid dereferencing.
|
|
fc427913
|
2011-09-14T21:48:53
|
|
Use the longpoll provided work to test_work_current since we know it's almost certainly from a new block even though we may check it later again.
|
|
863488e3
|
2011-09-11T12:32:36
|
|
Display fan percentage on devices that only support reporting percent and not RPM.
|
|
d42211f0
|
2011-09-11T12:01:17
|
|
Missing bracket from output.
|
|
d5fe2cfd
|
2011-09-11T10:48:39
|
|
Flag devices that have never started and don't allow enabling of devices without restarting them.
|
|
fa790a4f
|
2011-09-11T10:33:30
|
|
Fix a rare crash in HASH_DEL due to using different mutexes to protect the data.
|
|
bcba6f83
|
2011-09-09T21:04:16
|
|
Exit cleanly if we abort before various threads are set up or if they no longer exist.
|
|
ab67b144
|
2011-09-09T12:01:06
|
|
Make RPM 4 characters wide in curses status for neatness.
|
|
25c77ae8
|
2011-09-09T11:53:45
|
|
Only display values in the log if they're supported and standardise device log line printing.
|
|
1917643d
|
2011-09-09T10:19:01
|
|
Do away with the increasingly confusing and irrelevant total queued and efficiency measures per device.
|
|
6c8341f1
|
2011-09-08T14:44:14
|
|
Define max gpudevices in one macro.
|
|
4b43efce
|
2011-09-08T14:27:32
|
|
Use a terser device status line to show fan RPM as well when available.
|
|
f1cf79ae
|
2011-09-08T14:17:05
|
|
With many cards, the GPU summaries can be quite long so use a terse output line when showing them all.
|
|
e0a9f1aa
|
2011-09-08T13:53:10
|
|
Allow temperature targets to be set on a per-card basis on the command line.
|
|
b50041c8
|
2011-09-08T13:29:13
|
|
Allow per-device fan ranges to be set and use them in auto-fan mode.
|
|
9b5cd618
|
2011-09-08T13:04:39
|
|
Implement accepting a range of engine speeds as well to allow a lower limit to be specified on the command line.
|
|
9752704e
|
2011-09-08T10:57:50
|
|
We should be passing a float for the remainder of the vddc values.
|
|
7ea7f5f3
|
2011-09-08T10:51:32
|
|
Allow temperatures greater than 100 degrees.
|
|
c64c27fa
|
2011-09-08T09:39:32
|
|
Only show longpoll received delayed message at verbose level.
|
|
01a0d0a7
|
2011-09-07T20:24:15
|
|
Add a --no-adl option to disable ADL monitoring and GPU settings.
|
|
3997f308
|
2011-09-07T10:43:26
|
|
Add a thermal cutoff option as well and set it to 95 degrees by default.
|
|
f89c032d
|
2011-09-06T12:04:23
|
|
The ° character is not reliably shown on all platforms so remove it.
|
|
73e33c09
|
2011-09-06T11:30:48
|
|
Retry also if the decoding of work fails.
|
|
f10f8fae
|
2011-09-06T11:07:36
|
|
Retry before returning a failure to get upstream work as a failure to avoid false positives for pool dead.
|
|
2053de6d
|
2011-09-06T10:11:34
|
|
Add the directory name from the arguments cgminer was called from as well to allow it running from a relative pathname.
|