|
16587dd7
|
2013-06-13T18:50:50
|
|
compile unix code on Mac OS X
fixes not finding the config file in $HOME
|
|
84ffcbc5
|
2013-06-14T01:09:50
|
|
Use mining start time for device MH/U calculations
|
|
24398bde
|
2013-06-09T16:38:57
|
|
cgsem_post after creating the thread info
|
|
9b2e517f
|
2013-06-09T12:20:04
|
|
Use cgsem structures instead of the flaky pings in the work queue to start mining threads and remove the unused thr_info_freeze function.
|
|
b59c3380
|
2013-06-06T13:08:00
|
|
Implement cgminer specific cgsem semaphores to imitate unnamed semaphore behaviour on osx which does not support them.
|
|
dd578876
|
2013-06-04T21:49:28
|
|
Fix build for !curses
|
|
03305afb
|
2013-06-03T16:49:15
|
|
Remove start device limitation on log window size to allow it to get larger with hotplugged devices.
|
|
fc95c191
|
2013-06-03T16:38:40
|
|
Switch logsize after hotplugging a device.
|
|
cc9223f0
|
2013-06-03T16:37:56
|
|
Change switch_compact function name to switch_logsize to be used for other changes.
|
|
514491bd
|
2013-06-03T16:01:20
|
|
Only adjust cursor positions with curses locked.
|
|
12045aae
|
2013-06-03T12:26:50
|
|
devs display - fix GPU duplicate bug
|
|
5f2c4f13
|
2013-06-03T11:28:18
|
|
Do not hotplug enable a device if devices have been specified and the hotplug device falls outside this range.
|
|
6e014b0f
|
2013-06-03T11:10:10
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
727184d6
|
2013-06-03T11:09:36
|
|
Change the --device parameter parsing and configuration to use ranges and comma separated values.
|
|
9b756d73
|
2013-06-03T10:24:02
|
|
devs display - show ZOMBIEs after all others
|
|
c7ffa58b
|
2013-06-02T20:36:49
|
|
Check for pool_disabled in wait_lp_current
|
|
6fec07ab
|
2013-05-31T23:10:46
|
|
Check for pool enabled in cnx_needed.
|
|
181ada4e
|
2013-05-30T18:03:27
|
|
Merge branch 'usbdev'
Conflicts:
cgminer.c
|
|
6fa32c92
|
2013-05-30T13:49:54
|
|
Revert "Perform execv in a forked child process, waiting on the original to exit to allow resources to be released."
This reverts commit b0fa94d52a26cde776e566bb04c809b3b9f18de4.
Loses control of the terminal.
|
|
78d6bee1
|
2013-05-30T12:03:16
|
|
Inverted sem_init logic.
|
|
b0fa94d5
|
2013-05-30T12:00:17
|
|
Perform execv in a forked child process, waiting on the original to exit to allow resources to be released.
|
|
f4a9a8e6
|
2013-05-30T11:43:25
|
|
Do avalon driver detection last as it will try to claim any similar device and they are not reliably detected.
|
|
cc04d3ab
|
2013-05-30T11:01:29
|
|
Use a counting semaphore to signal the usb resource thread that it has work to do.
|
|
185cac3e
|
2013-05-29T23:30:27
|
|
Set devices to disabled after they exit the hashing loops to prevent the watchdog thread from trying to act on them.
|
|
502c7bcb
|
2013-05-29T23:06:18
|
|
Add avalon driver to hotplug.
|
|
99b117be
|
2013-05-29T12:26:12
|
|
Scanhash functions perform driver shutdown so don't repeat it.
|
|
5b9cf0f0
|
2013-05-29T12:06:06
|
|
Send the shutdown message to threads and do the thread shutdown functions before more forcefully sending pthread_cancel to threads.
|
|
876e7e58
|
2013-05-29T00:01:54
|
|
Merge branch 'icarus-dev' into usbdev
Conflicts:
usbutils.h
|
|
6972ec62
|
2013-05-28T23:33:32
|
|
Execute driver shutdown sequence during kill_work.
|
|
2f94ec80
|
2013-05-27T23:30:18
|
|
usb separate thread for resource locking and modified windows locking code
|
|
9650bfd6
|
2013-05-27T14:58:08
|
|
Compile usbutils into avalon driver.
|
|
44736b30
|
2013-05-26T20:59:40
|
|
Make submit_nonce return a bool for whether it's a valid share or not.
|
|
1bb2cadf
|
2013-05-23T21:11:16
|
|
thread shutdown is different on windows
|
|
000c01dc
|
2013-05-19T21:28:53
|
|
Create a logwin_update function which mandatorily updates the logwin and use it when input is expected to prevent display refresh delays.
|
|
a009f042
|
2013-05-19T21:30:16
|
|
Must unlock curses as well in logwin_update.
|
|
01fca3e7
|
2013-05-19T21:28:53
|
|
Create a logwin_update function which mandatorily updates the logwin and use it when input is expected to prevent display refresh delays.
|
|
bbb79706
|
2013-05-19T19:34:12
|
|
Check for *pth dereference on pthread_join
|
|
04d530f3
|
2013-05-19T16:40:35
|
|
Make mining threads report out during work submission.
|
|
bb3b227b
|
2013-05-19T16:39:07
|
|
submit_work_async is no longer used directly by driver code.
|
|
ecd03cef
|
2013-05-19T12:55:20
|
|
Properly pthread_join miner threads on shutdown.
|
|
894a3d64
|
2013-05-19T12:55:20
|
|
Properly pthread_join miner threads on shutdown.
|
|
69f36358
|
2013-05-19T11:36:18
|
|
Merge branch 'master' into icarus-dev
|
|
3a2008ac
|
2013-05-19T11:25:45
|
|
Use a persistent single separate thread for stratum share submission that uses workqueues since all stratum sends are serialised.
|
|
bd652a62
|
2013-05-18T16:56:23
|
|
Only allow the mining thread to be cancelled when it is not within driver code, making for cleaner shutdown and allowing us to pthread_join the miner threads on kill_work().
|
|
830f30ff
|
2013-05-18T16:56:23
|
|
Only allow the mining thread to be cancelled when it is not within driver code, making for cleaner shutdown and allowing us to pthread_join the miner threads on kill_work().
|
|
fac3bf87
|
2013-05-17T22:06:54
|
|
add icarus to hotplug
|
|
9f4a3a79
|
2013-05-17T15:05:51
|
|
Update documentation for icarus switch to USB
|
|
6219f977
|
2013-05-17T14:10:58
|
|
switch icarus configuration to usb
|
|
4efe9ca8
|
2013-05-13T22:23:13
|
|
Attribute whatever stats we can get on untracked stratum shares based on current pool diff.
|
|
3f24653f
|
2013-05-13T22:10:01
|
|
Provide a --lowmem option which does not cache shares on failed submission to prevent low memory hardware (eg Avalon) from crashing.
|
|
1a7a87c2
|
2013-05-11T20:29:48
|
|
Use a discrete device target for scrypt that dynamically changes to ensure we still report a work utility even if no shares are submitted such as in solo mining.
|
|
2fb6637b
|
2013-05-11T19:51:43
|
|
Make set_work_target a function to set a specified char as target for use elsewhere.
|
|
0b6ee62c
|
2013-05-11T19:34:44
|
|
Further consolidate the hash regeneration between sha and scrypt doing it only once and always checking the share diff for both before submission.
|
|
9a76db8d
|
2013-05-11T17:04:49
|
|
Regenerate the hash before checking the share diff in hashtest().
|
|
79dd9dfe
|
2013-05-11T16:50:53
|
|
Use a scantime of 30 seconds for scrypt if none is specified.
|
|
a923b7d3
|
2013-05-11T15:25:42
|
|
Update the write config to properly record device entries and remove disabled option.
|
|
6cef9f42
|
2013-05-02T23:32:42
|
|
cgminer correct applog typing
|
|
8f08a327
|
2013-05-02T22:50:25
|
|
applog - force type checking
|
|
8b2118b1
|
2013-04-28T22:00:39
|
|
Clean up summary slightly better on exit.
|
|
3d835fc3
|
2013-04-22T19:28:50
|
|
Fix build and distdir.
|
|
f4b27907
|
2013-04-22T14:35:43
|
|
Remove all CPU mining code.
|
|
856aa49c
|
2013-04-22T10:59:55
|
|
Use copy_time helper throughout cgminer.c
|
|
d2abaa83
|
2013-04-22T10:49:10
|
|
Provide wrappers for commonly used timer routines with API stats.
|
|
170a4aeb
|
2013-04-22T10:00:34
|
|
Avoid one cgtime call in sole_hash_work.
|
|
4597c0a1
|
2013-04-22T09:35:48
|
|
Provide endian_flipX functions to avoid special casing big endian in cgminer.c
|
|
8d81f1d2
|
2013-04-22T09:28:06
|
|
Provide a flip128 helper to simplify big endian flipping.
|
|
c351f8d8
|
2013-04-22T09:23:13
|
|
Use flip helpers to simplify code for calculation of midstate.
|
|
f50ae468
|
2013-04-22T09:08:51
|
|
Use flip32 function instead of open coding it in gen_stratum_work.
|
|
bb964b4b
|
2013-04-21T19:08:30
|
|
Replace gettimeofday usage in cgminer.c with cgtime
|
|
5315838d
|
2013-04-19T09:19:05
|
|
Restart threads on the rare chance we found the block ourselves.
|
|
a3bbe0e1
|
2013-04-18T18:19:35
|
|
Set last device valid work on adding device.
|
|
3fa4a9f5
|
2013-04-18T17:58:58
|
|
Increment last device valid work count in submit_nonce to cover scrypt.
|
|
c1ff90a7
|
2013-04-18T15:07:32
|
|
Do testing for HW errors on submit nonce for both scrypt and sha.
|
|
6b714dd4
|
2013-04-18T14:47:46
|
|
Increment hardware error count from the one site.
|
|
a6250fbb
|
2013-04-18T12:26:32
|
|
Rename scrypt regenhash function for consistency.
|
|
daea9c95
|
2013-04-18T12:11:41
|
|
Add new best share info to verbose logging.
|
|
1a7fc4e9
|
2013-04-18T10:47:02
|
|
Add notice for when network diff is changed.
|
|
b4bc5e2b
|
2013-04-16T22:57:55
|
|
Check for work restart after disable in the hash queued work loop since it may be a long time before we re-enable a device.
|
|
d41d210b
|
2013-04-15T23:01:08
|
|
Set device_diff for queued work or there will be no diff1 share count.
|
|
67ebf45c
|
2013-04-15T11:44:19
|
|
Avoid applog under cg_wlock.
|
|
8d22ca1a
|
2013-04-15T11:42:16
|
|
Put spacing around locking code for clarity.
|
|
3209c113
|
2013-04-15T11:34:21
|
|
Avoid applog under pool_lock.
|
|
51fbcfed
|
2013-04-15T11:25:48
|
|
Avoid more recursive locks.
|
|
b948669a
|
2013-04-15T11:13:48
|
|
Avoid applog while ch_lock is held.
|
|
29f0ac77
|
2013-04-15T10:30:12
|
|
Avoid recursive locks in fill_queue.
|
|
c17a175e
|
2013-04-10T18:39:50
|
|
Merge branches 'avalon-dev' and 'master' of github.com:ckolivas/cgminer
|
|
64ec0662
|
2013-04-10T01:31:32
|
|
Merge pull request #417 from kanoi/bflsc
cgminer.c -S help to only say Icarus + usbutils more stats for bflsc
|
|
6400088f
|
2013-04-10T10:59:38
|
|
Fix warning on 32bit.
|
|
7231f7f9
|
2013-04-10T10:59:38
|
|
Fix warning on 32bit.
|
|
220eb858
|
2013-04-08T21:26:10
|
|
Rationalise and simplify the share diff and block solve detection to a common site.
|
|
5c7a32fd
|
2013-04-08T21:26:10
|
|
Rationalise and simplify the share diff and block solve detection to a common site.
|
|
d86f7b77
|
2013-04-07T01:46:16
|
|
Fix warning with no curses built in.
|
|
e9b6ff8f
|
2013-04-07T01:46:16
|
|
Fix warning with no curses built in.
|
|
7783ab56
|
2013-04-06T13:01:42
|
|
Only get extra work in fill_queue if we don't have any unqueued work in the list.
|
|
97bad1ee
|
2013-04-06T13:01:42
|
|
Only get extra work in fill_queue if we don't have any unqueued work in the list.
|
|
8959f8d0
|
2013-04-05T20:06:03
|
|
cgminer.c -S help to only say Icarus
|
|
18023022
|
2013-04-05T18:31:20
|
|
Rneame avalon_api to avalon_drv.
|
|
71bae003
|
2013-04-05T14:52:07
|
|
First draft of port of avalon driver to new cgminer queued infrastructure.
|
|
e9a65bba
|
2013-04-05T11:18:08
|
|
Only update hashrate calculation with the log interval.
|
|
97a91723
|
2013-04-05T11:01:20
|
|
Update the total_tv_end only when we show the log to prevent failure to update logs.
|