|
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.
|
|
bbb092e0
|
2012-10-02T09:08:47
|
|
Make the stratum recv buffer larger than the recvsize.
|
|
df91df35
|
2012-10-02T02:03:52
|
|
Userpass needs to be copied to user and pass earlier to allow stratum authorisation to work with it.
|
|
2941febd
|
2012-10-02T00:00:55
|
|
Store a sockaddr url of the stripped url used in determining sockaddr to not confuse it with the stratum url and fix build warnings.
|
|
2ccb6d78
|
2012-10-01T23:19:34
|
|
Decrease the queued count with stratum work once it's staged as well.
|
|
601d1aca
|
2012-10-01T23:15:50
|
|
Allow the stratum retry to initiate and auth stratum in pool_alive to make sure the stratum thread is started.
|
|
4a7ce9dd
|
2012-10-01T22:21:43
|
|
Avoid duplicating pool->rpc_url and setting pool->stratum_url twice to itself.
|
|
eaf7ed0d
|
2012-10-01T22:13:20
|
|
Detect if a getwork based pool has the X-Stratum header on startup, and if so, switch to the stratum based pool.
|
|
b495a51b
|
2012-10-01T18:50:32
|
|
Comment update.
|
|
2aacd89a
|
2012-10-01T18:46:33
|
|
Minor message change.
|
|
90b18937
|
2012-10-01T18:43:24
|
|
Create a work item from a "clean" request from stratum allowing the new block to be detected and the appropriate block change message to be given.
|
|
b97a33a5
|
2012-10-01T14:44:44
|
|
Use statically allocated stratum strings in struct work to cope with the inability to safely deallocate dynamically allocated ram.
|
|
e93f679a
|
2012-09-30T23:44:27
|
|
Use the current pool when deciding whether to reuse work from a stratum source rather than the work's previous pool.
|
|
6174c806
|
2012-09-30T23:36:05
|
|
Copy the stratum url to the rpc url to avoid none being set.
|
|
b5617734
|
2012-09-30T23:10:43
|
|
Provide locking around stratum send operations to avoid races.
|
|
8baac0d6
|
2012-09-30T23:03:45
|
|
Submit shares from stratum through the abstracted submit share function detecting what message they belong to and showing the data from the associated work, and then deleting it from the hash.
|
|
fa4c9bf6
|
2012-09-30T22:40:41
|
|
Use a more robust mechanism to obtain a \n terminated string over a socket.
|
|
2de95151
|
2012-09-30T20:24:24
|
|
Abstract out share submit as a function to be useable by stratum.
|
|
739cba28
|
2012-09-30T19:19:46
|
|
Rename parse_stratum to parse_method as it is only for stratum messages that contain methods.
|
|
b871f69f
|
2012-09-30T19:13:50
|
|
Display stratum as mechanism in status line when current pool is running it.
|
|
9180a557
|
2012-09-30T19:11:22
|
|
Count each stratum notify as a getwork equivalent.
|
|
6593b893
|
2012-09-30T16:47:06
|
|
Correct nonce submitted with share.
|
|
41acd23d
|
2012-09-29T23:59:55
|
|
Extranonce2 should be added before coinbase2.
|
|
fb987fd2
|
2012-09-29T19:15:58
|
|
We should be hashing the binary coinbase, not the hex one.
|
|
61360952
|
2012-09-29T17:44:19
|
|
Fix endianness of nonce submitted for stratum.
|
|
aa6aa29c
|
2012-09-29T17:06:48
|
|
Check that stratum is already active in initiate_stratum to avoid de-authorising ourselves by subscribing again.
|
|
fab9ff3c
|
2012-09-29T16:10:44
|
|
Revert "Free stratum buffers added to the work struct when freeing work ram."
This reverts commit 13fdff6531a6586dadebff913d85252577fb5bb7.
Not always allocated... needs some more thought.
|
|
7415d7aa
|
2012-09-29T16:10:13
|
|
Begin implementing a hash database of submissions and attempt sending results.
|
|
13fdff65
|
2012-09-29T15:13:18
|
|
Free stratum buffers added to the work struct when freeing work ram.
|
|
aa93fa33
|
2012-09-29T15:02:23
|
|
Copy parameters from stratum work required for share submission.
|
|
4a297594
|
2012-09-29T14:48:34
|
|
Set lagging flag on first adding a pool to prevent pool slow warning at startup.
|
|
73d61ca4
|
2012-09-29T14:25:21
|
|
Fix work->target being a 32 byte binary in gen_stratum_work.
|
|
ac47f7f3
|
2012-09-29T14:16:16
|
|
Store and display stripped url in its own variable.
|
|
3db6fb4f
|
2012-09-29T13:07:00
|
|
Create machinery to divert work requests to stratum.
|
|
636f4b14
|
2012-09-29T11:38:52
|
|
Generate the work target in gen_stratum_work, setting default diff to 1 in case it is not yet set.
|
|
2e9ade14
|
2012-09-29T11:12:59
|
|
Generate work data, midstate and hash1 in gen_stratum_work.
|
|
e1468cc5
|
2012-09-29T11:02:25
|
|
Generate header created from stratum structures in gen_stratum_work.
|
|
5c74be59
|
2012-09-29T10:30:56
|
|
Generate merkle root hash in gen_stratum_work.
|
|
1f6fe551
|
2012-09-29T02:16:22
|
|
Generate the coinbase for generation of stratum based work.
|
|
1f64491f
|
2012-09-29T01:48:01
|
|
The number of transactions is variable so make merkle a variable length dynamically allocated array and track how many there are for stratum.
|
|
1221a80d
|
2012-09-29T01:03:23
|
|
Rename nonce2 to n2size reflecting that it's a size variable and not the actual nonce.
|
|
54ab28fd
|
2012-09-29T00:38:09
|
|
Provide rudimentary support for stratum clean work command in the stratum thread.
|
|
04551445
|
2012-09-29T00:23:27
|
|
Cope with pools being removed in the stratum thread.
|
|
0f1f2a62
|
2012-09-28T18:04:28
|
|
Use the pool sock value directly in the stratum thread in case it changes after reconnecting.
|
|
56255a0c
|
2012-09-28T18:01:33
|
|
Create a stratum thread per pool that has stratum that monitors the socket and serves received data.
|
|
31c3759e
|
2012-09-28T10:37:42
|
|
Check return value of stratum_parse.
|
|
ac9a4378
|
2012-09-28T10:31:45
|
|
Complete authorisation in stratum.
|
|
33102659
|
2012-09-28T10:18:58
|
|
Implement stratum parsing of notify parameters and storing them in the pool stratum work structure.
|
|
9d4a44e8
|
2012-09-28T09:57:42
|
|
Create helper functions for duplicating json strings to avoid keeping json references in use.
|
|
b86a8939
|
2012-09-28T05:30:36
|
|
Append \n in the sock_send function instead of adding it when constructing json in stratum.
|
|
d416d223
|
2012-09-28T05:26:29
|
|
Don't keep any json references around with stratum structures.
|
|
7e2dcc6f
|
2012-09-28T05:16:52
|
|
Create parse_stratum function that hands off stratum parameters to other functions to manage pool stratum work struct variables.
Implement mining difficulty setting.
|
|
a6f1a622
|
2012-09-28T04:35:16
|
|
Create helper functions for checking when a socket is ready to read on and receive a single line at a time.
Begin stratum authorisation process.
|
|
07e6bd12
|
2012-09-27T13:50:05
|
|
Provide a helper function for reading a single \n terminated string from a socket.
|
|
64df34cd
|
2012-09-27T13:26:09
|
|
Create a stratum work structure to store current work variables.
|
|
30b665f0
|
2012-09-27T13:01:12
|
|
Test specifically for stratum being active in pool_active.
|
|
f6f43500
|
2012-09-27T09:06:56
|
|
Detect stratum in common place when adding urls, and use a bool to tell us when it's active.
|
|
8fd149ee
|
2012-09-26T16:51:08
|
|
Fix warnings.
|
|
e3f1b02e
|
2012-09-26T16:49:51
|
|
Extract and store various parameters on stratum init confirming successful mining notify.
|
|
c0de671c
|
2012-09-26T15:40:26
|
|
Use existing socket macros and close the socket on failure in init stratum.
|
|
a1b17229
|
2012-09-26T15:23:01
|
|
Initiate stratum and grab first json result.
|
|
58873c1d
|
2012-09-25T20:23:59
|
|
Get detailed addressinfo from the parsed URL for future raw socket usage when possible. IPV4 only for now.
|
|
ee3b7865
|
2012-09-25T05:46:07
|
|
Prepare for getaddrinfo call.
|
|
144a0160
|
2012-09-24T16:50:04
|
|
Add data structures to pool struct for socket communications.
|
|
b3cdd802
|
2012-09-24T16:27:47
|
|
Put all socket definitions in util.h to allow reusing by added socket functions to be used in util.c.
|
|
346d09c3
|
2012-09-24T14:37:23
|
|
Reorder libztex header include order to fix missing struct definition.
|
|
54dcd57f
|
2012-09-24T14:15:05
|
|
Bump version number to 2.7.6
|
|
8ec87c64
|
2012-09-24T14:14:37
|
|
Update NEWS.
|
|
823a710a
|
2012-09-24T14:08:35
|
|
Display share difficulty on log with a shortened hash display on submission.
|
|
a63ecf63
|
2012-09-23T19:07:03
|
|
Merge pull request #313 from kanoi/main
API stats add some pool getwork difficulty stats
|
|
7c32562d
|
2012-09-24T11:34:50
|
|
API stats add some pool getwork difficulty stats
|
|
fd28d9f4
|
2012-09-24T09:03:27
|
|
Ignore any pings pushed to the worker threads if the thread is still paused to prevent it being enabled and disabled repeatedly.
|
|
c1432db2
|
2012-09-23T15:55:44
|
|
Merge pull request #312 from kanoi/master
README - FAQ - usermod group - shouldn't remove other groups
|
|
149f1d75
|
2012-09-24T08:49:40
|
|
README - FAQ - usermod group - shouldn't remove other groups
|
|
57a73dce
|
2012-09-24T08:30:07
|
|
Test for sequential getwork failures on a pool that might actually be up but failing to deliver work as we may end up hammering it repeatedly by mistake.
|
|
77d2a209
|
2012-09-21T06:19:30
|
|
Merge pull request #311 from kanoi/master
util.c - bug - proxy - no data end condition
|
|
37f8a1f7
|
2012-09-21T22:04:39
|
|
reduce windows compile warnings
|
|
41dcb10d
|
2012-09-21T20:55:48
|
|
util.c - bug - proxy - no data end condition
|
|
3243b91e
|
2012-09-20T23:23:15
|
|
Merge pull request #310 from kanoi/master
API debug, API-README, API Correct diff1 name, Device diff1, API diff1 etc.
|
|
61899902
|
2012-09-21T16:10:34
|
|
As we average gpu time over 5 work intervals for dynamic GPU intensity, there is no need to maintain a rolling average and it avoids the potential long term corruption of a single overflow value.
|
|
55b8f2e0
|
2012-09-21T16:01:40
|
|
Test for the now-automatically exported variable AMDAPPSDKROOT when looking for the presence of the OpenCL headers.
|
|
17973c59
|
2012-09-21T11:25:43
|
|
API don't change 'Diff1 Shares' - backward compatability FTW
|