|
386ea2df
|
2013-03-06T14:34:17
|
|
Instead of keeping track of when the last work item was generated to keep stratum connections open, keep them open if any shares have been submitted awaiting a response.
|
|
2f6660e8
|
2013-03-05T18:33:43
|
|
configure - set USE_USBUTILS when usbutils is required and use it in the code
|
|
120e9a07
|
2013-03-04T22:46:34
|
|
make rw locks: mining_thr_lock and devices_lock
|
|
be8cadbc
|
2013-03-04T17:26:11
|
|
Hotplug - allow setting interval via --hotplug or API
|
|
c14f2ec6
|
2013-03-03T19:33:20
|
|
API V1.25 - add 'Last Valid Work' time for each device
|
|
b2b0d10a
|
2013-02-28T23:37:06
|
|
Merge branch 'master' into usb-dev
|
|
b4cac54a
|
2013-02-28T23:35:31
|
|
Keep stratum connections open for 2 minutes after the last work item was staged to allow stray shares to be submitted on pool switching.
|
|
6bf79626
|
2013-02-23T13:59:37
|
|
Merge branch 'master' into usb-dev
|
|
68d69109
|
2013-02-22T12:55:01
|
|
Move to storing the nonce1 in the work struct instead of the sessionid for the now defunct first draft mining.resume protocol.
|
|
fce54349
|
2013-02-18T14:14:10
|
|
Add a get_queued function for devices to use to retrieve work items from the queued hashtable.
|
|
4266245a
|
2013-02-16T14:15:17
|
|
Merge remote-tracking branch 'conman/master' into bflsc
|
|
fda6d46e
|
2013-02-16T14:09:44
|
|
Add the choice of hash loop to the device driver, defaulting to hash_sole_work if none is specified.
|
|
c80c65ea
|
2013-02-16T12:38:53
|
|
Add a driver specific flush_work for queued devices that may have work items already queued to abort working on them on the device and discard them.
|
|
e8e88bef
|
2013-02-16T12:28:50
|
|
Create a central point for removal of work items completed by queued device drivers.
|
|
95b20202
|
2013-02-16T12:14:13
|
|
Create a fill_queue function that creates hashtables of as many work items as is required by the device driver till it flags the queue full.
|
|
5e3253a7
|
2013-02-16T11:54:05
|
|
Create the hash queued work variant for use with devices that are fast enough to require a queue.
|
|
ab0cc58c
|
2013-02-15T23:15:11
|
|
Merge branch 'master' into usb-dev
|
|
be4705a0
|
2013-02-15T23:05:29
|
|
Provide support for mining.resume with stratum, currently re-authorising after successful resumption pending finalising of the protocol process.
|
|
1bf1f4a2
|
2013-02-15T15:36:29
|
|
Add timestamps to stratum_share structs as they're generated and copy the stratum sessionid if it exists to stratum work generated.
|
|
c851f395
|
2013-02-15T14:46:30
|
|
Store session id for stratum if the pool supports it for future mining.resume support.
|
|
61a3e1b1
|
2013-02-09T02:36:27
|
|
Merge pull request #382 from kanoi/hotplug
USB tidy up requests + Hotplug
|
|
5d581cb5
|
2013-02-09T19:27:57
|
|
Use blank_get_statline_before for GPU devices that don't support adl monitoring.
|
|
bc575523
|
2013-02-08T02:12:09
|
|
call a separate get_devices() with locking, as required
|
|
983fe2b0
|
2013-02-02T09:51:47
|
|
usbutils hotplug v0.1
|
|
0244998e
|
2013-02-04T11:23:20
|
|
Merge branch 'master' into usb-dev
|
|
d644fdf1
|
2013-02-04T11:19:12
|
|
Cache the coinbase length to speed up stratum work generation.
|
|
0870ab75
|
2013-02-04T11:06:05
|
|
Cache the header length when generating stratum work to avoid calculating it on every work generation, and to only need one alloc+sprintf, speeding up work generation.
|
|
5d122cad
|
2013-02-03T23:41:41
|
|
Provide wrappers for grabbing of thr value under the mining_thr_lock.
|
|
7abf30b2
|
2013-02-03T22:51:05
|
|
distinguish between drv and it's id enum now called drv_id
|
|
61ec1fe9
|
2013-01-30T15:02:25
|
|
mutex all access to mining_thr
|
|
212f32e5
|
2013-01-29T23:44:09
|
|
Split thr_info array into control_thr and mining_thr pointers so more mining threads can be added later
|
|
7fbc3770
|
2013-01-22T21:46:21
|
|
USB move usbdev info that needs to stay around into usbinfo
|
|
c1eae36f
|
2013-01-15T01:13:00
|
|
API stats - include pool network bytes + in miner.php
|
|
34bcc1c6
|
2013-01-14T11:30:11
|
|
USB automatically handle losing the device and report nodev in the API
|
|
0b3d8c89
|
2013-01-10T11:08:12
|
|
API zero - zero statistics - all or bestshare - with optional on screen summary
|
|
f9e04a3c
|
2013-01-06T21:00:38
|
|
device_drv - allow .name to be changed before add_cgpu()
|
|
a344deb6
|
2013-01-05T23:47:26
|
|
rename device_api -> device_drv and all related api -> drv and add a device_drv->drv enum for identifying which driver each is
|
|
1ce817d4
|
2013-01-03T21:48:22
|
|
Merge branch 'api'
|
|
e3db37a6
|
2013-01-03T21:47:41
|
|
Merge branch 'bfl'
|
|
03f626e6
|
2013-01-02T21:51:09
|
|
Remember best share per pool and return in API pools
|
|
03c2caba
|
2012-12-31T23:46:03
|
|
BFL include all USB requirements
|
|
e1387dc8
|
2012-12-29T11:29:59
|
|
Change the pool stratum socket buffer to be dynamically allocated to accomodate any size coinbase and keep receiving data in recv line for up to 60s if no end of line has been received.
|
|
e1d7ecdd
|
2012-12-29T09:45:40
|
|
Do not try to generate stratum work unless the notify command has succeeded.
|
|
d3bfee14
|
2012-12-25T23:14:21
|
|
Display the current pool diff in the status line.
|
|
f0c1782c
|
2012-12-25T14:08:27
|
|
Generate the output hash for scrypt as well and use the one function to set share_diff.
|
|
e931b727
|
2012-12-19T10:43:27
|
|
API V1.23 - new pgaset command, to be used soon
|
|
072909a1
|
2012-12-17T13:21:24
|
|
MMQ count work check timeout failures
|
|
38ff2a7d
|
2012-12-17T13:20:10
|
|
MMQ allow partial work replies and count them
|
|
cada0d31
|
2012-12-14T21:36:42
|
|
Check for EWOULDBLOCK when supported in send and recv as well.
|
|
fd1bd9e7
|
2012-12-12T15:29:51
|
|
Merge pull request #365 from kanoi/api
Pool store data transfer stats + API stats - display pool byte transfer stats
|
|
138465bf
|
2012-12-13T00:56:10
|
|
Pool store data transfer stats
|
|
f3f8b4fd
|
2012-12-12T17:01:28
|
|
MMQ handle over temp differently and hash longer
|
|
b2805551
|
2012-12-08T21:13:04
|
|
Implement a completely new getwork scheduler.
Stage all work from the one thread, making it possible to serialise all requests minimising the number of getworks requested or local work generated.
Use a pthread conditional to wake up the thread whenever work is removed to generate enough work to stay above the watermark set by opt_queue.
Remove all remnants of the old queueing mechanism, deleting the now defunct queued count.
|
|
c99636f2
|
2012-12-07T13:21:46
|
|
Begin tearing down the old workio command queues by removing submit commands from there and submit them asynchronously via their own threads.
|
|
8ebf4f6e
|
2012-12-04T21:52:41
|
|
Style changes.
|
|
e55fe73f
|
2012-12-03T23:08:11
|
|
API add Best Share to summary
|
|
a67e96c3
|
2012-12-03T11:36:15
|
|
API lock access to some summary statistics (and copy them)
|
|
152e7e36
|
2012-12-02T21:48:37
|
|
mmq usb v0.4 + api usb stats
|
|
3ab03e8f
|
2012-12-02T01:41:03
|
|
Merge pull request #334 from denis2342/pkgconfig
third of version of pkg-config changes
|
|
33c9faae
|
2012-12-01T21:47:27
|
|
Pass ostate values around in scrypt to be able to extract full hashes if needed later on.
|
|
318ef85a
|
2012-11-16T00:13:56
|
|
Require pkg-config to find libusb-1.0, and fix libusb.h #includes
|
|
8bc60506
|
2012-11-25T09:47:26
|
|
Revert "Find libusb-1.0 with pkg-config except on mingw, and fix #include path"
This reverts commit ce72dbea7d7405ed37456c89c8b0516188f57fc7.
|
|
c93e5e95
|
2012-11-04T13:26:39
|
|
openwrt needs roundl
|
|
217be6ed
|
2012-11-25T00:37:46
|
|
Do away with the flaky free_work api in the driver code which would often lose the work data in opencl and simply flush it before exiting the opencl scanhash.
|
|
2d35ac25
|
2012-11-24T10:47:20
|
|
Track all dynamically allocated memory within the work struct by copying work structs in a common place, creating freshly allocated heap ram for all arrays within the copied struct.
Clear all work structs from the same place to ensure memory does not leak from arrays within the struct.
Convert the gbt coinbase and stratum strings within the work struct to heap ram.
This will allow arbitrary lengths without an upper limit for the strings, preventing the overflows that happen with GBT.
|
|
ce72dbea
|
2012-11-16T00:13:56
|
|
Find libusb-1.0 with pkg-config except on mingw, and fix #include path
|
|
e55ef04d
|
2012-11-18T23:41:21
|
|
Revert "Find libusb-1.0 using pkg-config and correct the libusb.h #include path"
This reverts commit 171c3d0c72e749bc9d82a6742955119decf7b09c.
Rollback breakage.
|
|
9ad02fe3
|
2012-11-18T21:48:44
|
|
Support workid for block submission on GBT pools that use it.
|
|
171c3d0c
|
2012-11-16T00:13:56
|
|
Find libusb-1.0 using pkg-config and correct the libusb.h #include path
|
|
b3864d1a
|
2012-11-15T09:18:58
|
|
Support for fractional diffs and the classic just-below-1 share all FFs diff target.
|
|
598ee76d
|
2012-11-11T09:51:37
|
|
Hash1 is only used by the deprecated cpu mining code and never changes so remove it from the work struct and bypass needing to process the value for all other mining.
|
|
6893c0be
|
2012-11-07T23:28:49
|
|
Get a work item once per second for all getwork and GBT pools to test they're still alive and to maintain a current GBT template.
|
|
a8e1ebb1
|
2012-11-06T12:01:07
|
|
Add endian swap defines for where missing.
|
|
10ea5fbf
|
2012-11-05T16:57:48
|
|
Use existing pool submit_old bool from gbt data.
|
|
f71b4230
|
2012-11-05T16:48:19
|
|
Retrieve a new block template if more than 30 seconds has elapsed since the last one to keep the data current and test the pool is still alive.
|
|
85f400bf
|
2012-11-05T15:57:47
|
|
Correct last few components of GBT block generation courtesy of Luke-jr.
|
|
a4e78be1
|
2012-11-05T14:56:57
|
|
Flip all 80 bytes in the flip function which was wrongly named flip256 for its purpose.
|
|
0ba5f0f9
|
2012-11-05T14:02:43
|
|
Use a standard function for flipping bytes.
|
|
88b6f792
|
2012-11-04T18:01:09
|
|
Make gbt_coinbase large enough for submissions, swap bytes correctly to make a header from GBT and encode the number of transactions in share submission.
|
|
889ed239
|
2012-11-04T15:28:13
|
|
Store the fixed size entries as static variables in GBT in binary form, byteswapping as is required.
|
|
6b34faf8
|
2012-11-04T10:24:09
|
|
Construct block for submission when using GBT.
|
|
c5c5fb82
|
2012-11-04T08:35:50
|
|
Store all the transaction hashes in pool->txn_hashes instead of separating txn0 and correct generation of merkle root, fixing memory overwrites.
|
|
875ca0fc
|
2012-11-04T01:07:01
|
|
Create extra work fields when generating GBT work.
|
|
cbc246ea
|
2012-11-03T19:45:37
|
|
Generate the merkle root for gbt work generation.
|
|
8d0f7482
|
2012-11-03T13:27:41
|
|
Create a store of the transactions with GBT in the minimum size form required to generate work items with a varied coinbase.
|
|
4a72a157
|
2012-11-01T22:34:08
|
|
Create a function that generates a GBT coinbase from the existing pool variables.
|
|
813e814f
|
2012-11-01T16:56:54
|
|
Extract and store the various variables GBT uses when decoding gbt work.
|
|
d10699d4
|
2012-11-01T14:24:55
|
|
Add a gbt mutex within the pool struct for protecting the gbt values.
|
|
8afc1f65
|
2012-11-01T14:05:25
|
|
Convert work decode function to prepare for decoding block templates.
|
|
1c456d4f
|
2012-11-01T13:53:12
|
|
Check for GBT support on first probing the pool and convert to using the GBT request as the rpc request for that pool.
|
|
f4cc59f2
|
2012-11-01T13:06:34
|
|
Make the rpc request used with getwork a pool variable to allow it to be converted to/from gbt requests.
|
|
a2d57835
|
2012-10-30T16:45:27
|
|
server and client sockaddr_in are no longer used in struct pool.
|
|
e575763a
|
2012-10-22T22:06:00
|
|
Avoid redefining macros and align to 4 byte boundaries.
|
|
17251795
|
2012-10-17T14:09:15
|
|
Merge pull request #319 from kanoi/mmq
MMQ new initialisation (that works) and clocking control
|
|
fc14b2ee
|
2012-10-17T09:56:42
|
|
MMQ new initialisation (that works) and clocking control
|
|
7adb7a30
|
2012-10-15T23:10:24
|
|
Display correct share hash and share difficulty with scrypt mining.
|
|
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.
|
|
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.
|
|
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.
|