|
fc14b2ee
|
2012-10-17T09:56:42
|
|
MMQ new initialisation (that works) and clocking control
|
|
7450b25e
|
2012-10-14T12:07:27
|
|
Dramatically simplify the dynamic intensity calculation by oversampling many runs through the opencl kernel till we're likely well within the timer resolution on windows.
|
|
2a9b3e33
|
2012-10-14T09:54:04
|
|
String alignment to 4 byte boundaries and optimisations for bin<->hex conversions.
|
|
1c22c0e8
|
2012-10-14T08:37:54
|
|
In opencl_free_work, make sure to still flush results in dynamic mode.
|
|
bd377f76
|
2012-10-14T03:35:01
|
|
Align static arrays to 4 byte boundaries to appease ARM builds for stratum.
|
|
a63fc8c2
|
2012-10-12T18:06:00
|
|
Bump version to 2.8.3
|
|
b976261c
|
2012-10-12T18:05:40
|
|
Update documentation.
|
|
13676ef1
|
2012-10-12T18:00:14
|
|
Left align values that are suffix_string generated.
|
|
f22fe761
|
2012-10-12T17:36:48
|
|
Share_diff should not be converting the work data to hex.
|
|
6cebabea
|
2012-10-12T15:40:18
|
|
Update readme describing difficulty displayed on log lines.
|
|
fc72ad55
|
2012-10-12T14:57:42
|
|
Off by one error.
|
|
9ccfcee6
|
2012-10-12T14:55:52
|
|
Prevent overflows of the port char array in extract_sockaddr.
|
|
7c7e5116
|
2012-10-12T14:53:16
|
|
Disable stratum detection with scrypt.
|
|
c3bdb359
|
2012-10-12T14:52:14
|
|
Use the suffix string function when displaying device hashrates.
|
|
660a0ffe
|
2012-10-12T14:46:55
|
|
Correct variables used in get_statline
|
|
a10e3294
|
2012-10-12T14:41:13
|
|
Be consistent with the get_statline function.
|
|
911b1788
|
2012-10-12T14:40:02
|
|
Use the suffix string function for displaying hashrate with 4 significant digits.
|
|
420fdf32
|
2012-10-12T14:17:29
|
|
Display the actual share diff next to the pool required diff, using a suffix creation function to prevent values of >1000 being shown in their entirety.
|
|
55396f53
|
2012-10-12T11:35:20
|
|
Fix 4 * 0 being 0 that would break dynamic intensity mode.
|
|
d15c70f8
|
2012-10-12T11:30:35
|
|
Fix wrong byteswap macro being used on mingw32 which was breaking target generation on stratum.
|
|
a977fa47
|
2012-10-11T20:46:04
|
|
Fix lack of htobe64 on mingw32.
|
|
ccaf7314
|
2012-10-11T20:33:45
|
|
Bump version to 2.8.2
|
|
78f2be16
|
2012-10-11T20:33:26
|
|
Update NEWS.
|
|
4fbc570f
|
2012-10-11T20:30:47
|
|
Reinstate the history on dynamic intensity mode to damp fluctuations in intensity but use an upper limit on how much the value can increase at any time to cope with rare overflows.
|
|
d211f8e0
|
2012-10-11T19:52:40
|
|
Create a fix-protocol option which prevents cgminer from switching to stratum if it's detected.
|
|
5ed6e9d5
|
2012-10-11T19:31:24
|
|
Simplify target generation code.
|
|
7f522ef8
|
2012-10-11T14:23:09
|
|
Add support for client.get_version for stratum.
|
|
ca962ee5
|
2012-10-11T10:46:45
|
|
Use a 64 bit unsigned integer on the diff target to generate the hex target.
|
|
a533f106
|
2012-10-11T00:08:45
|
|
Update reconnect message to show whole address including port.
|
|
5226a399
|
2012-10-11T00:06:44
|
|
Look for null values and parse correct separate array entries for url and port with client reconnect commands for stratum.
|
|
7c04a00e
|
2012-10-10T23:56:24
|
|
The command for stratum is client.reconnect, not mining.reconnect.
|
|
ef6ad423
|
2012-10-10T23:46:49
|
|
Only copy the stratum url to the rpc url if an rpc url does not exist.
|
|
783af876
|
2012-10-10T23:41:29
|
|
Implement rudimentary mining.reconnect support for stratum.
|
|
974f65c6
|
2012-10-10T23:22:24
|
|
Ignore the value of stratum_active on calling initiate_stratum and assume we're always trying to reinitiate it, and set the active flag to false in that function.
|
|
07605fad
|
2012-10-10T23:07:33
|
|
stratum auth can be unset if we fail to authorise on subsequent calls to auth_stratum which undoes the requirement of setting it in one place so set it in pool_active.
|
|
80d43557
|
2012-10-08T22:59:50
|
|
Remove free that could segfault.
|
|
e0864a61
|
2012-10-08T22:48:06
|
|
Bump version to 2.8.1
|
|
295469ca
|
2012-10-08T22:47:08
|
|
Update news.
|
|
7d6bcab8
|
2012-10-08T22:15:30
|
|
Use the stratum url as the rpc url advertised if we switch to it.
|
|
2b6e3676
|
2012-10-08T22:10:15
|
|
Count an invalid nonce count as a hardware error on opencl.
|
|
662ab1ef
|
2012-10-08T21:34:46
|
|
Count each stratum work item as local work.
|
|
2023e53f
|
2012-10-08T13:48:18
|
|
Cope with one stratum pool being the only active pool when it dies by sleeping for 5 seconds before retrying to get work from it instead of getting work indefinitely.
|
|
ef822a25
|
2012-10-08T11:08:04
|
|
Detect stratum outage based on either select timing out or receiving an empty buffer and properly re-establish connection by disabling the stratum_active flag, coping with empty buffers in parse_stratum.
|
|
f25c34bf
|
2012-10-07T19:00:10
|
|
Bump version to 2.8.0
|
|
1614da68
|
2012-10-07T18:59:43
|
|
Update NEWS and README.
|
|
b41de69c
|
2012-10-07T18:22:35
|
|
Fix various modminer warnings on mingw.
|
|
2c80e16c
|
2012-10-07T13:58:34
|
|
Fix sign warning on windows build for bitforce.
|
|
1afb794c
|
2012-10-07T13:56:28
|
|
Cast socketfail to integer since SOCKET is an unsigned int on windows.
|
|
0a902071
|
2012-10-07T13:22:17
|
|
Merge branch 'master' into stratum
|
|
735d77f3
|
2012-10-07T12:59:02
|
|
Use strtod not strtol for bitforce temp backup.
|
|
947a67ea
|
2012-10-07T12:52:48
|
|
Cope with broken drivers returning nonsense values for bitforce temperatures.
|
|
8faeeccf
|
2012-10-07T11:56:01
|
|
Bump version to 2.7.7
|
|
cc3b693c
|
2012-10-07T12:25:19
|
|
Minor warning fixes.
|
|
8dcdf81f
|
2012-10-07T10:38:42
|
|
Update NEWS.
|
|
fefdb715
|
2012-10-07T10:26:42
|
|
Fix unused warnings on ming build.
|
|
aa35fbcc
|
2012-10-07T10:21:20
|
|
Fix sign warning in ocl.c
|
|
58bba40a
|
2012-10-07T10:19:52
|
|
fds need to be zeroed before set in modminer.
|
|
40b747ba
|
2012-10-07T10:00:02
|
|
Put scrypt warning on separate line to avoid 0 being shown on windows as bufsize.
|
|
461b7c6d
|
2012-10-06T15:12:05
|
|
Display correct pool number when block is found.
|
|
2ff16103
|
2012-10-06T14:58:26
|
|
Prevent corrupt values returned from the opencl code from trying to read beyond the end of the buffer by masking the value to a max of 15.
|
|
0097757d
|
2012-10-05T21:36:59
|
|
Merge pull request #316 from kanoi/icarus
Icarus catch more USB errors and close/reopen the port / api.c DEBUG message bug
|
|
8a650a67
|
2012-10-05T21:36:50
|
|
Merge pull request #315 from kanoi/api
API-README update cgminer verison number
|
|
53658fbb
|
2012-10-05T21:36:39
|
|
Merge pull request #314 from kanoi/main
hashmeter fix stats kh/s on 32bit windows
|
|
8a32f381
|
2012-10-06T14:33:51
|
|
Use the stratum thread to detect when a stratum pool has died based on no message for 2 minutes.
|
|
0cddd1ab
|
2012-10-06T12:17:46
|
|
Only set the stratum auth flag once and once the stratum thread is started, use that to set/unset the stratum active flag.
|
|
7a01578c
|
2012-10-06T10:14:30
|
|
Only hand off to stratum from getwork if we succeed in initiating the protocol.
|
|
8893f7ab
|
2012-10-06T01:13:52
|
|
Target should only be 32 bytes copied.
|
|
687fed1d
|
2012-10-05T19:03:28
|
|
Use a static array for work submission data instead of stack memory.
|
|
c4aa8d26
|
2012-10-05T19:02:10
|
|
Clear the buffer data before sprinting to it.
|
|
f0901e0a
|
2012-10-05T18:08:33
|
|
Clear work stratum strings before setting them and add them to debug output.
|
|
ef63ea31
|
2012-10-05T12:45:07
|
|
Drop stratum connect failed message to verbose level only since it's a regular probing message.
|
|
fa444294
|
2012-10-05T12:41:59
|
|
TCP Keepalive in curl is only in very recent versions and not required with regular messages on stratum anyway.
|
|
a8d69302
|
2012-10-05T12:37:29
|
|
Move stratum sockets to curl infrastructure with locking around send+recv to begin support for proxies and ssl.
|
|
591c4334
|
2012-10-05T09:41:23
|
|
Make detect stratum fail if a proxy has been set up.
|
|
51c499a5
|
2012-10-05T00:08:49
|
|
Stratum does not currently have any proxy support so do not try to switch to stratum if a proxy has been specified.
|
|
deb0a9b6
|
2012-10-04T23:18:33
|
|
Windows doesn't work with MSG_PEEK on recv so move to a continuously updating buffer for incoming messages.
|
|
77c5a006
|
2012-10-04T21:00:32
|
|
Alloca is unreliable on windows so use static arrays in util.c stratum code.
|
|
c113534f
|
2012-10-04T15:35:28
|
|
Begin support for mingw stratum build.
Conflicts:
configure.ac
|
|
3c85498d
|
2012-10-04T09:38:05
|
|
Add space to reject reason.
|
|
b4450bb8
|
2012-10-04T09:17:28
|
|
Parse the reject reason where possible from stratum share submission.
|
|
512d2440
|
2012-10-04T08:52:56
|
|
Pass json error value to share result function to be able to parse reject reason in stratum.
|
|
2fae9064
|
2012-10-03T21:10:30
|
|
Don't try to parse unneeded parameters in response to mining.subscribe.
|
|
9698858a
|
2012-10-03T18:19:31
|
|
Remove the sshare hash entry if we failed to send it.
|
|
3cb373d6
|
2012-10-03T12:01:29
|
|
Change notify message to info level to avoid spamming repeatedly when a pool is down.
|
|
284b786d
|
2012-10-03T11:18:08
|
|
Check the stratum pool difference has not changed compared to the work diff when testing whether a share meets the target or not and retarget if necessary.
|
|
ac0c813f
|
2012-10-03T10:33:11
|
|
Bit error in target calculation for stratum.
|
|
310239b8
|
2012-10-03T10:20:54
|
|
Revert "Parse reject reason from the stratum json error code if there is one."
This reverts commit c6a3d065fa6c19191af3709fc5b138faf0c0fafb.
Segfaults. Needs work.
|
|
3d982dfb
|
2012-10-03T09:49:01
|
|
Set work_block in gen_stratum_work for when work is reused to avoid thinking it's all stale.
|
|
74c11945
|
2012-10-03T09:42:20
|
|
Offset the current block detection to the prev block hash.
|
|
c6a3d065
|
2012-10-03T08:55:02
|
|
Parse reject reason from the stratum json error code if there is one.
|
|
9e0e6150
|
2012-10-03T01:14:35
|
|
We should be testing for id_val, not id in parse stratum response.
|
|
fdaabf59
|
2012-10-03T00:35:08
|
|
Make target on stratum scale to any size by clearing sequential bits according to diff.
|
|
a8a8ed62
|
2012-10-02T16:01:32
|
|
Correct target calculation in gen_stratum_work.
|
|
925d0192
|
2012-10-02T14:12:34
|
|
If a share result has an error code but still has an id, it is likely a reject, not an error.
|
|
1b7aa48c
|
2012-10-02T11:46:48
|
|
Initiate stratum the first time in pool_active only, allowing us to switch to it on getting a failed getwork and detecting the presence of stratum on the url at that time.
|
|
d122a789
|
2012-10-02T10:19:45
|
|
Use 5 second timeout on sock full for now as a temporary workaround.
|
|
d851bf3d
|
2012-10-02T10:10:52
|
|
Revert "Don't wait on select when first detecting stratum, just receive one line."
This reverts commit 496af92afd3e2cfe0d507e7199bc35b17ecee766.
Not quite right.
|
|
496af92a
|
2012-10-02T10:06:37
|
|
Don't wait on select when first detecting stratum, just receive one line.
|
|
210bc9be
|
2012-10-02T10:02:25
|
|
If no stratum url is set by the end of the detect stratum routine, copy the sockaddr url.
|
|
78aafcec
|
2012-10-02T09:26:18
|
|
Make all buffers slightly larger to prevent overflow.
|