Con Kolivas
|
830f30ff2d
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().
|
13 years ago |
Kano
|
fac3bf8722
add icarus to hotplug
|
13 years ago |
Kano
|
9f4a3a798d
Update documentation for icarus switch to USB
|
13 years ago |
Kano
|
6219f977f6
switch icarus configuration to usb
|
13 years ago |
Con Kolivas
|
4efe9ca82e
Attribute whatever stats we can get on untracked stratum shares based on current pool diff.
|
13 years ago |
Con Kolivas
|
3f24653f56
Provide a --lowmem option which does not cache shares on failed submission to prevent low memory hardware (eg Avalon) from crashing.
|
13 years ago |
Con Kolivas
|
1a7a87c2a6
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.
|
13 years ago |
Con Kolivas
|
2fb6637b5a
Make set_work_target a function to set a specified char as target for use elsewhere.
|
13 years ago |
Con Kolivas
|
0b6ee62cc4
Further consolidate the hash regeneration between sha and scrypt doing it only once and always checking the share diff for both before submission.
|
13 years ago |
Con Kolivas
|
9a76db8db9
Regenerate the hash before checking the share diff in hashtest().
|
13 years ago |
Con Kolivas
|
79dd9dfe13
Use a scantime of 30 seconds for scrypt if none is specified.
|
13 years ago |
Con Kolivas
|
a923b7d3f0
Update the write config to properly record device entries and remove disabled option.
|
13 years ago |
Kano
|
6cef9f423d
cgminer correct applog typing
|
13 years ago |
Kano
|
8f08a327ca
applog - force type checking
|
13 years ago |
Con Kolivas
|
8b2118b143
Clean up summary slightly better on exit.
|
13 years ago |
Con Kolivas
|
3d835fc3e9
Fix build and distdir.
|
13 years ago |
Con Kolivas
|
f4b2790761
Remove all CPU mining code.
|
13 years ago |
Con Kolivas
|
856aa49c9c
Use copy_time helper throughout cgminer.c
|
13 years ago |
Con Kolivas
|
d2abaa8317
Provide wrappers for commonly used timer routines with API stats.
|
13 years ago |
Con Kolivas
|
170a4aeb26
Avoid one cgtime call in sole_hash_work.
|
13 years ago |
Con Kolivas
|
4597c0a17e
Provide endian_flipX functions to avoid special casing big endian in cgminer.c
|
13 years ago |
Con Kolivas
|
8d81f1d207
Provide a flip128 helper to simplify big endian flipping.
|
13 years ago |
Con Kolivas
|
c351f8d8d3
Use flip helpers to simplify code for calculation of midstate.
|
13 years ago |
Con Kolivas
|
f50ae46850
Use flip32 function instead of open coding it in gen_stratum_work.
|
13 years ago |
Con Kolivas
|
bb964b4b99
Replace gettimeofday usage in cgminer.c with cgtime
|
13 years ago |
ckolivas
|
5315838d2d
Restart threads on the rare chance we found the block ourselves.
|
13 years ago |
Con Kolivas
|
a3bbe0e116
Set last device valid work on adding device.
|
13 years ago |
Con Kolivas
|
3fa4a9f55f
Increment last device valid work count in submit_nonce to cover scrypt.
|
13 years ago |
Con Kolivas
|
c1ff90a7ab
Do testing for HW errors on submit nonce for both scrypt and sha.
|
13 years ago |
Con Kolivas
|
6b714dd431
Increment hardware error count from the one site.
|
13 years ago |