|
94628b1d
|
2012-07-12T04:17:17
|
|
Merge pull request #265 from kanoi/minerphp
miner.php fix rig # when miners fail
|
|
09bdf816
|
2012-07-12T17:41:30
|
|
miner.php fix rig # when miners fail
|
|
cbef2a6a
|
2012-07-12T16:40:15
|
|
Only try to shut down work cleanly if we've successfully connected and started mining.
|
|
0ed757a0
|
2012-07-12T16:05:17
|
|
Use switch statement for cgpu->status and fix spelling.
|
|
31ddad67
|
2012-07-11T23:00:52
|
|
Merge pull request #263 from luke-jr/bugfix_nmsleep
Bugfix: Calculate nsec in nmsleep correctly
|
|
96f3a988
|
2012-07-11T23:00:35
|
|
Merge pull request #264 from luke-jr/life_init
Bugfix: Don't declare devices SICK if they're just busy initializing
|
|
f168d969
|
2012-07-11T20:32:34
|
|
Merge pull request #262 from luke-jr/bugfix_ocl_err
Bugfix: Adapt OpenCL scanhash errors to driver API change
|
|
c16ff2e9
|
2012-07-11T20:30:08
|
|
Merge pull request #258 from zefir-k/master
fix API support for big endian machines
|
|
b3d8575c
|
2012-07-11T20:29:02
|
|
Merge pull request #260 from kanoi/minerphp
miner.php allow rig names in number buttons
|
|
c57c308d
|
2012-07-11T20:29:06
|
|
Bugfix: Don't declare devices SICK if they're just busy initializing
This mainly applies to ModMiner since it takes 4-5 minutes to upload the bitstream
|
|
9c648c17
|
2012-07-11T20:10:52
|
|
Bugfix: Calculate nsec in nmsleep correctly
The old algorithm (msecs * 1000000) - (sec / 1000000000) gets total nsec,
including seconds, since the sec/1e9 should be multiplying. It's also
vulnerable to easy overflows. Using ldiv gets the quotient and remainder
in a single operation (at least on x86) and avoids overflow.
|
|
a3998e26
|
2012-07-11T19:43:55
|
|
Bugfix: Adapt OpenCL scanhash errors to driver API change (errors are now -1, not 0)
|
|
0785886b
|
2012-07-11T23:17:23
|
|
Change BFL driver thread initialising to a constant 100ms delay between devices instead of a random arrangement.
|
|
9eaac439
|
2012-07-11T23:12:00
|
|
Spelling typo.
|
|
bf427de3
|
2012-07-11T23:05:10
|
|
Time opencl work from start of queueing a kernel till it's flushed when calculating dynamic intensity.
|
|
5c7e0308
|
2012-07-11T22:59:58
|
|
Modify te scanhash API to use an int64_t and return -1 on error, allowing zero to be a valid return value.
|
|
f9d0324d
|
2012-07-11T22:47:03
|
|
Check for work restart after the hashmeter is invoked for we lose the hashes otherwise contributed in the count.
|
|
1d153a14
|
2012-07-11T22:43:21
|
|
Remove disabled: label from mining thread function, using a separate mt_disable function.
|
|
af809b79
|
2012-07-11T22:36:45
|
|
Style changes.
|
|
d6c18576
|
2012-07-10T18:22:07
|
|
miner.php allow rig names in number buttons
|
|
7502af26
|
2012-07-08T16:25:39
|
|
fix API support for big endian machines
Previously the allowed IP addresses were stored in little
endian representation and caused mismatch when run on big
endian machines.
Allowed IPs and netmasks are now kept in network byte
order and converted to little endian for matching
connecting client IP with allowed ones.
|
|
bc0b1406
|
2012-07-08T21:35:19
|
|
Cope with signals interrupting the nanosleep of nmsleep.
|
|
2ce7f28b
|
2012-07-08T04:24:55
|
|
Merge pull request #254 from luke-jr/work_restart2
Turn work_restart array into a bool in thr_info
|
|
ec12dc7b
|
2012-07-08T04:22:24
|
|
Merge pull request #257 from luke-jr/cfsetspeed
Use standard cfsetispeed/cfsetospeed to set baud rate on *nix
|
|
1445708f
|
2012-07-08T02:35:43
|
|
Use standard cfsetispeed/cfsetospeed to set baud rate on *nix
|
|
df8b7e1e
|
2012-07-07T01:10:55
|
|
Merge pull request #256 from kanoi/minerphp
miner.php split() flagged deprecated in PHP 5.3.0
|
|
bd501bf0
|
2012-07-07T13:52:11
|
|
miner.php split() flagged deprecated in PHP 5.3.0
|
|
957d1961
|
2012-07-06T20:23:26
|
|
Make long timeout 10seconds on bitforce for when usleep or nanosleep just can't be accurate...
|
|
5532f1df
|
2012-07-06T20:03:47
|
|
Bump version to 2.5.0
|
|
39641729
|
2012-07-06T19:36:24
|
|
More news.
|
|
ad02627e
|
2012-07-06T19:35:28
|
|
Fix --benchmark not working since the dynamic addition of pools and pool stats.
|
|
ff8686a3
|
2012-07-06T19:21:28
|
|
Update NEWS.
|
|
07c9c463
|
2012-07-06T02:01:04
|
|
Merge pull request #255 from kanoi/minerphp
Minerphp various commits
|
|
80349ab1
|
2012-07-06T18:58:41
|
|
Add documentation for minirig/nonce range support.
|
|
57e38d05
|
2012-07-06T18:41:25
|
|
Make disabling BFL nonce range support a warning since it has to be explicitly enabled on the command line now.
|
|
5fcdba98
|
2012-07-06T17:47:03
|
|
miner.php allow renaming table headers
|
|
fd55fab9
|
2012-07-06T16:54:00
|
|
Make bitforce nonce range support a command line option --bfl-range since enabling it decrease hashrate by 1%.
|
|
b8484956
|
2012-07-06T16:44:55
|
|
Add sanity checking to make sure we don't make sleep_ms less than 0 in bitforce.
|
|
d4af2d05
|
2012-07-06T02:39:32
|
|
Turn work_restart array into a bool in thr_info
|
|
e97adc91
|
2012-07-06T15:09:39
|
|
The fastest minirig devices need a significantly smaller starting sleep time.
|
|
74b96d4b
|
2012-07-06T15:05:38
|
|
Use a much shorter initial sleep time to account for faster devices and nonce range working, and increase it if nonce range fails to work.
|
|
13cf5689
|
2012-07-06T15:03:31
|
|
Use nmsleep instead of usleep in bitforce.
|
|
3271be14
|
2012-07-06T15:01:39
|
|
Provide a ms based sleep function that uses nanosleep to avoid the inaccuracy of usleep on SMP systems.
|
|
390d77a2
|
2012-07-06T10:41:08
|
|
Add more comments explaining how sleep time equals wait time and simplify the
comparison.
|
|
69a11508
|
2012-07-06T10:35:18
|
|
delay_time_ms is always set so need not be initialised in bitforce.
|
|
9e8726b1
|
2012-07-06T10:09:02
|
|
Increase bitforce timeout to 10 seconds.
|
|
a3faf63c
|
2012-07-06T09:54:27
|
|
Add more hysteresis and poll ~5 times to allow for timer delays in bitforce devices.
|
|
391f6066
|
2012-07-05T23:34:00
|
|
miner.php allow alternating line colours (off by default)
|
|
afc6ae58
|
2012-07-05T22:42:04
|
|
Change message about broken nonce range support to verbose level instead of debug.
|
|
86ba7d79
|
2012-07-05T22:39:41
|
|
Display the actual duration of wait when it is greater than the cutoff.
|
|
5a096c1c
|
2012-07-05T22:39:11
|
|
Set nonce to maximum once we determine nonce range support is broken.
|
|
88dd599f
|
2012-07-05T22:33:21
|
|
Initial wait time is always known so no need to zero it beforehand in bitforce.
|
|
1b0a0ac5
|
2012-07-05T22:32:05
|
|
No point counting wait time until the work is actually sent to bitforce devices.
|
|
c0c48060
|
2012-07-05T21:51:42
|
|
Use string comparison functions elsewhere in bitforce code.
|
|
d4e526c9
|
2012-07-05T21:29:06
|
|
Use string comparison functions instead of explicit comparisons.
|
|
23841337
|
2012-07-05T20:47:43
|
|
Show device id in debug when disabling nonce range.
|
|
9e10a6c0
|
2012-07-05T20:42:19
|
|
Account for wait_ms time when nonce_range is in use on BFL.
|
|
9d9963b0
|
2012-07-05T17:15:18
|
|
Split nonces up into 1/5 chunks when nonce range is supported.
|
|
274a4011
|
2012-07-05T16:45:05
|
|
Merge branch 'master' into mr
|
|
892e9bf8
|
2012-07-04T23:44:29
|
|
Merge pull request #253 from pshep/master
Clear buffer bug fix
|
|
1ee191a7
|
2012-07-04T23:31:42
|
|
limit clear buffer iterations.
|
|
2aa95ab8
|
2012-07-04T18:48:27
|
|
Merge branch 'master' of git://github.com/ckolivas/cgminer.git
|
|
54f8554a
|
2012-07-04T18:46:41
|
|
Ad fd check to clear buffer.
|
|
8aeabf67
|
2012-07-05T10:17:35
|
|
miner.php remove incorrect 'DATE' error message
|
|
3c1704d1
|
2012-07-05T10:13:57
|
|
miner.php allow summary header in custom pages
|
|
72777f1f
|
2012-07-05T09:30:53
|
|
Disable nonce range support in BFL when broken support is detected.
|
|
96183bbd
|
2012-07-05T09:21:46
|
|
Minor bfl tidy.
|
|
75eca078
|
2012-07-05T09:15:21
|
|
Restart_wait is only called with a ms value so incorporate that into the function.
|
|
8bc7d1c9
|
2012-07-05T08:59:09
|
|
Only try to adjust dev width when curses is built in.
|
|
1a983e67
|
2012-07-05T08:58:22
|
|
miner.php define custom sum fields as a simple array
|
|
e5aba760
|
2012-07-05T00:40:01
|
|
Fix off-by-one error in nonce increment in bfl.
|
|
ba5c1fc0
|
2012-07-05T00:22:42
|
|
Use BE when setting nonce in bitforce nonce range work.
|
|
d6a6d70f
|
2012-07-05T00:18:58
|
|
Set work blk nonce after work is queued to prevent duplicates.
|
|
870ba0c7
|
2012-07-05T00:17:35
|
|
Revert "Loop in bitforce scanhash till end nonce reaches full nonce range."
This reverts commit e10aa2092bcb2f1e5b313c5bacb8853b00393126.
|
|
e10aa209
|
2012-07-05T00:14:04
|
|
Loop in bitforce scanhash till end nonce reaches full nonce range.
|
|
1f2e9a49
|
2012-07-05T00:08:33
|
|
Enable nonce range in the normal init sequence for bfl.
|
|
8766bca4
|
2012-07-04T23:57:54
|
|
Queue extra work at 2/3 differently depending on whether we're using nonce range or not.
|
|
6314a12b
|
2012-07-04T23:53:55
|
|
Initially enable support for nonce range support on bfl, splitting nonces up into 3/4 size and only disable it if it fails on work submit.
|
|
96fba30b
|
2012-07-04T17:31:02
|
|
Attempt to detect nonce range support in BFL by sending work requring its support.
|
|
a9746b9f
|
2012-07-04T16:58:08
|
|
Limit retrying on busy for up to BITFORCE_TIMEOUT_MS
|
|
7046c976
|
2012-07-04T16:51:55
|
|
Attempt to initialise while bitforce device returns BUSY.
|
|
ac8db06e
|
2012-07-04T16:41:28
|
|
Extend length of string that can be passed to BFL devices.
|
|
8b3c20bc
|
2012-07-04T16:28:51
|
|
Abstract out ms to timeval as a function.
|
|
93a7967e
|
2012-07-04T15:22:05
|
|
Fix signedness warning.
|
|
6b11d4e4
|
2012-07-03T22:19:41
|
|
Merge pull request #252 from pshep/master
More timing changes
|
|
67e92de1
|
2012-07-04T15:16:39
|
|
Adjust device width column to be consistent.
|
|
ce93c2fc
|
2012-07-04T14:40:02
|
|
Use cgpu-> not gpus[] in watchdog thread.
|
|
c4870676
|
2012-07-03T10:40:02
|
|
Add api stats (sleep time)
|
|
6e6029de
|
2012-07-03T10:22:11
|
|
Timing tweaks
Added long and short timeouts, short for detecting throttling, long to give up totally.
Reset sleep time when device re-initialised
Still check results after timeout
Back up a larger time if result on first poll.
|
|
454607c3
|
2012-07-02T21:52:58
|
|
Merge pull request #251 from kanoi/notifycomms
Add API Notify counter 'Comms Error'
|
|
ff0afb94
|
2012-07-03T13:14:30
|
|
Add API Notify counter 'Comms Error'
|
|
732783fa
|
2012-07-03T11:35:58
|
|
Merge branch 'bfl'
Conflicts:
miner.h
|
|
8b050083
|
2012-07-03T11:32:42
|
|
Style police on api.c
|
|
2ec0fb97
|
2012-07-02T18:26:18
|
|
Merge pull request #247 from kanoi/master
api.c data structure + updated get_api_stats/driver-icarus.c
|
|
44726324
|
2012-07-03T11:09:33
|
|
More style police on bitforce.
|
|
7ada258b
|
2012-07-03T11:04:44
|
|
Merge branch 'master' into bfl
|
|
8783db0d
|
2012-07-03T11:01:57
|
|
Do all logging outside of the bitforce mutex locking to avoid deadlocks.
|
|
0f405c7c
|
2012-07-03T10:59:37
|
|
Remove applog call from bfwrite to prevent grabbing nested mutexes.
|
|
978ec0d8
|
2012-07-03T10:58:30
|
|
Bitforce style changes.
|
|
610cf0f0
|
2012-07-03T10:48:42
|
|
Minor style changes.
|