|
6ac14f42
|
2012-07-16T13:14:21
|
|
Don't enqueuewrite buffer at all for pad8 and pass work details around for scrypt in dev_blk.
|
|
0f43eb5e
|
2012-07-13T20:35:44
|
|
Don't test nonce with sha and various fixes for scrypt.
|
|
b085c338
|
2012-07-13T20:28:36
|
|
Make scrypt buffers and midstate compatible with cgminer.
|
|
dd740caa
|
2012-07-13T19:02:43
|
|
Provide initial support for the scrypt kernel to compile with and mine scrypt with the --scrypt option.
|
|
5a65415b
|
2012-07-13T14:47:02
|
|
Enable completely compiling scrypt out.
|
|
176cdf8b
|
2012-07-13T14:44:52
|
|
Begin import of scrypt opencl kernel from reaper.
|
|
c1c99f1d
|
2012-07-12T23:09:05
|
|
Merge https://github.com/pshep/cgminer into pshep
|
|
d4d5b28e
|
2012-07-11T14:46:09
|
|
Abbrv. correction
|
|
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
|
|
5f0a22d2
|
2012-07-11T08:32:41
|
|
Remove superfluous ave_wait
|
|
2c54522d
|
2012-07-11T08:11:53
|
|
Add average wait time to api stats
|
|
01a69ee4
|
2012-07-11T08:07:39
|
|
Revert "Merge branch 'ave_time' of https://github.com/pshep/cgminer.git"
This reverts commit 242e52cdf902aabd124e600a65b7d7140b11fef0, reversing
changes made to 4dc1bf2319daf5d8eae3a486e2bbbaa3ed00c88b.
|
|
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.
|
|
3cc0aa76
|
2012-07-10T15:34:01
|
|
Add average return time to api stats
|
|
953ecd9e
|
2012-07-08T23:25:02
|
|
Change timeouts to time-vals for accuracy.
|
|
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
|
|
fd55fab9
|
2012-07-06T16:54:00
|
|
Make bitforce nonce range support a command line option --bfl-range since enabling it decrease hashrate by 1%.
|
|
d4af2d05
|
2012-07-06T02:39:32
|
|
Turn work_restart array into a bool in thr_info
|
|
3271be14
|
2012-07-06T15:01:39
|
|
Provide a ms based sleep function that uses nanosleep to avoid the inaccuracy of usleep on SMP systems.
|
|
75eca078
|
2012-07-05T09:15:21
|
|
Restart_wait is only called with a ms value so incorporate that into the function.
|
|
e5aba760
|
2012-07-05T00:40:01
|
|
Fix off-by-one error in nonce increment in bfl.
|
|
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.
|
|
ff0afb94
|
2012-07-03T13:14:30
|
|
Add API Notify counter 'Comms Error'
|
|
732783fa
|
2012-07-03T11:35:58
|
|
Merge branch 'bfl'
Conflicts:
miner.h
|
|
2ec0fb97
|
2012-07-02T18:26:18
|
|
Merge pull request #247 from kanoi/master
api.c data structure + updated get_api_stats/driver-icarus.c
|
|
336dbd5c
|
2012-07-03T10:44:59
|
|
Remove needless roundl define.
|
|
cc0ad5ea
|
2012-07-01T23:35:06
|
|
Merge branch 'master' of git://github.com/ckolivas/cgminer.git
Conflicts:
driver-bitforce.c
|
|
fd7b21ed
|
2012-07-02T10:54:20
|
|
Use a pthread conditional that is broadcast whenever work restarts are required. Create a generic wait function waiting a specified time on that conditional that returns if the condition is met or a specified time passed to it has elapsed. Use this to do smarter polling in bitforce to abort work, queue more work, and check for results to minimise time spent working needlessly.
|
|
a4a2000c
|
2012-06-30T20:45:56
|
|
Merge branch 'master' of git://github.com/ckolivas/cgminer.git
|
|
1e942147
|
2012-07-01T10:44:23
|
|
Timersub is supported on all build platforms so do away with custom timerval_subtract function.
|
|
eab9debc
|
2012-06-30T23:41:22
|
|
api.c data structure - all testing attempted successful
|
|
d8abfb71
|
2012-06-30T15:58:31
|
|
api.c data structure - tested + updated get_api_stats/driver-icarus.c
|
|
538653a5
|
2012-06-30T12:44:57
|
|
api.c data structure - 2nd - untested
|
|
21e4cd85
|
2012-06-30T02:49:01
|
|
api.c data structure rather than raw sprintf - 1st test
|
|
3be662a2
|
2012-06-28T18:35:32
|
|
Merge branch 'old_gcc'
|
|
123058b5
|
2012-06-28T11:02:03
|
|
Add macro roundl for compilers without said function.
|
|
baa480c1
|
2012-06-28T08:22:55
|
|
Merge branch 'master' of git://github.com/ckolivas/cgminer.git
Conflicts:
cgminer.c
|
|
f2253929
|
2012-06-28T08:20:45
|
|
Add low hash threshold in sick/dead processing
Add check for fd in comms procedures
|
|
3267b534
|
2012-06-28T10:43:52
|
|
Implement rudimentary X-Mining-Hashrate support.
|
|
c21fc065
|
2012-06-27T21:28:18
|
|
define API option --api-groups
|
|
78d5a81d
|
2012-06-26T12:32:09
|
|
Merge branch 'master' of https://github.com/ckolivas/cgminer.git
|
|
dffda238
|
2012-06-26T12:50:52
|
|
Increase GPU timing resolution to microsecond and add sanity check to ensure times are positive.
|
|
df9e76bd
|
2012-06-25T10:56:04
|
|
Merge branch 'master' of https://github.com/ckolivas/cgminer.git
|
|
c027492f
|
2012-06-25T17:06:26
|
|
Make the pools array a dynamically allocated array to allow unlimited pools to be added.
|
|
5cf4b7c4
|
2012-06-25T16:59:29
|
|
Make the devices array a dynamically allocated array of pointers to allow unlimited devices.
|
|
eaf15053
|
2012-06-25T13:31:52
|
|
Dynamic intensity for GPUs should be calculated on a per device basis. Clean up the code to only calculate it if required as well.
|
|
f32ffb87
|
2012-06-24T13:20:17
|
|
Work out a rolling average getwork delay stored in pool_stats.
|
|
6a45cbbd
|
2012-06-23T23:45:08
|
|
Merge branch 'master' of https://github.com/ckolivas/cgminer
|
|
c5a21fab
|
2012-06-23T23:43:22
|
|
Extend nrolltime to support the expiry= parameter. Do this by turning the rolltime bool into an integer set to the expiry time. If the pool supports rolltime but not expiry= then set the expiry time to the standard scantime.
|
|
e0370281
|
2012-06-19T10:40:00
|
|
Merge branch 'master' of https://github.com/ckolivas/cgminer.git
Conflicts:
driver-bitforce.c
|
|
f70577b0
|
2012-06-19T04:38:49
|
|
Merge pull request #229 from luke-jr/modminer_primary
modminer: Don't delay 2nd+ FPGAs during work restart
|
|
1215da39
|
2012-06-18T05:51:09
|
|
modminer: Don't delay 2nd+ FPGAs during work restart
Add primary_thread boolean to threads to identify a single one as the "primary" thread for shared-resource multithreading.
This is needed since ModMiners use multiple threads to interface with independent hashing components.
|
|
fe4c0869
|
2012-06-17T09:44:42
|
|
Merge branch 'master' of git://github.com/ckolivas/cgminer.git
Conflicts:
cgminer.c
|
|
7ae22e21
|
2012-06-16T20:24:40
|
|
Disable OpenCL code when not available.
|
|
bc4a259a
|
2012-06-14T08:13:07
|
|
Merge branch 'master' of git://github.com/ckolivas/cgminer.git
|
|
30bb3c62
|
2012-06-14T02:38:24
|
|
Merge pull request #224 from kanoi/master
API add ModMinerQuad support
|
|
2d1f9610
|
2012-06-14T00:05:31
|
|
Merge branch 'master' of git://github.com/ckolivas/cgminer.git
|
|
dbe9056d
|
2012-06-14T15:42:43
|
|
Add mandatory and block fields to the work struct. Flag any shares that are detected as blocks as mandatory to submit, along with longpoll work from a previously rejecting pool.
|
|
b94e1996
|
2012-06-13T17:31:20
|
|
Merge branch 'master' of https://github.com/ckolivas/cgminer.git
|
|
eff2d04d
|
2012-06-13T12:31:33
|
|
Merge branch 'master' of https://github.com/ckolivas/cgminer.git
Conflicts:
cgminer.c
|
|
1b63a75d
|
2012-06-13T12:26:03
|
|
Simple auto sleep-time calibration.
Optimises the sleep time while waiting for the BFL work to finish.
Takes ~5 mins to settle to the correct time for each unit, then will continue to make adjustments.
|
|
4eb23c7e
|
2012-06-13T16:56:31
|
|
Bugfix: slay a variety of warnings
|
|
913221c3
|
2012-06-14T02:57:37
|
|
API add ModMinerQuad support
|
|
2384d0fb
|
2012-06-12T18:20:18
|
|
Removed idle mode... again!?
Changed work_reset rate to every 100ms & use defines rather than numerics.
Change total sleep time to 4300ms after performance testing/measurement (now good to 916MH/s).
Changed timeout to 15s - Throttle time is 15s.
Added support for 'Busy' when submitting work.
Improved logging text to include device identifier.
Added a thread_enable api function, called when a thread is re-enabled.
... and removed useless re-init inside scanhash.
Use modminer introduced mutex.
|
|
a78d616b
|
2012-06-12T16:31:17
|
|
modminer: Temperature sensor improvements
Display the temperature of each of the (up to) 4 FPGAs
|
|
861388f9
|
2012-06-12T09:04:42
|
|
Merge branch 'master' of https://github.com/ckolivas/cgminer.git
|
|
76f96f47
|
2012-06-11T03:02:10
|
|
New driver: BTCFPGA ModMiner
|
|
d3fa59d7
|
2012-06-05T02:17:09
|
|
Abstract generally useful FPGA code into fpgautils.c
|
|
bf4d6c34
|
2012-06-11T13:36:35
|
|
Merge branch 'master' of https://github.com/ckolivas/cgminer.git
|
|
4889d7ec
|
2012-06-11T13:09:27
|
|
Merge branch 'master' of git@github.com:pshep/cgminer.git
Conflicts:
driver-bitforce.c
|
|
3347f806
|
2012-06-10T23:14:51
|
|
Merge branch 'master' of git://github.com/ckolivas/cgminer.git
|
|
820d662c
|
2012-06-10T23:11:59
|
|
Removed idle mode.
Added watchdog thread BFL temperature monitoring.
|
|
ebeaf15f
|
2012-06-09T19:30:32
|
|
Added idle mode
Idle is only set by pgadisable, so GPU/CPU is unaffected.
For Icarus/Ztex, in scanhash the thread is immediately set disabled then returns.
|
|
fdcd72b9
|
2012-06-10T11:19:21
|
|
API add stats for pool getworks
|
|
3cb3f09a
|
2012-05-31T23:18:55
|
|
API save default config file if none specified
|
|
598476ca
|
2012-05-30T18:02:00
|
|
Merge pull request #204 from kanoi/icarus-timer
Icarus: high accuracy timing and other bitstream speed support
|
|
85210ee7
|
2012-05-31T08:41:56
|
|
If shares are known stale, don't use them to decide to disable a pool for sequential rejects.
|
|
cebd647f
|
2012-05-22T08:10:00
|
|
Messing with BFL code
|
|
b5ed958e
|
2012-05-16T22:25:21
|
|
Icarus: high accuracy timing and other bitstream speed support
|
|
e195a31c
|
2012-05-06T20:49:06
|
|
Fix win32 build.
|
|
61696c07
|
2012-05-06T16:22:18
|
|
In the unlikely event of finding a block, display the block solved count with the pool it came from for auditing.
|
|
85c9e0c4
|
2012-05-05T06:38:30
|
|
Merge pull request #198 from kanoi/stats
API add getwork stats to cgminer - accesable from API 'stats' - and devices can add stats also
|
|
00158c3a
|
2012-05-05T16:25:19
|
|
API 'stats' allow devices to add their own stats also for testing/debug
|
|
976e27c4
|
2012-05-05T15:04:15
|
|
API add getwork stats to cgminer - accesable from API 'stats'
|
|
46a679f3
|
2012-05-05T12:55:00
|
|
Revert "Provide simple macros for the repeated use of checking the first value of the input char with strncasecmp."
This reverts commit 87708a6a0e151401aee6cebf624940467993707b.
Broken.
|
|
c8e1026d
|
2012-05-05T09:37:33
|
|
Get rid of unitialised variable warning when it's false.
|
|
87708a6a
|
2012-05-04T23:05:00
|
|
Provide simple macros for the repeated use of checking the first value of the input char with strncasecmp.
|
|
4987958e
|
2012-05-04T20:10:38
|
|
Add a temporarily disabled state for enabled pools called POOL_REJECTING and use the work from each longpoll to help determine when a rejecting pool has started working again.
Switch pools based on the multipool strategy once a pool is re-enabled.
|
|
44fc6987
|
2012-05-04T00:13:42
|
|
API add last share time to each pool
|
|
a4f1af17
|
2012-05-03T15:35:13
|
|
Detect pools that have issues represented by endless rejected shares and disable them, with a parameter to optionally disable this feature.
|
|
5081c182
|
2012-05-03T09:24:25
|
|
Limit the number of curls we recruit on communication failures and with delaynet enabled to 5 by maintaining a per-pool curl count, and using a pthread conditional that wakes up when one is returned to the ring buffer.
|
|
d4405de7
|
2012-05-03T08:56:42
|
|
Generalise add_pool() functions since they're repeated in add_pool_details.
|
|
85008a78
|
2012-05-02T10:12:07
|
|
Reap curls that are unused for over a minute.
This allows connections to be closed, thereby allowing the number of curl handles to always be the minimum necessary to not delay networking.
|
|
7d288eac
|
2012-05-01T19:59:37
|
|
Implement a scaleable networking framework designed to cope with any sized network requirements, yet minimise the number of connections being reoped.
Do this by create a ring buffer linked list of curl handles to be used by getwork, recruiting extra handles when none is immediately available.
|
|
89053c78
|
2012-05-01T19:12:37
|
|
There is no need for the submit and getwork curls to be tied to the pool struct.
|
|
1ab318d0
|
2012-04-27T13:11:19
|
|
Start longpoll only after we have tried to extract the longpoll URL.
|
|
eda38299
|
2012-04-27T11:58:47
|
|
Create one longpoll thread per pool, using backup pools for those pools that don't have longpoll.
Use the work created from the longpoll return only if we don't have failover-enabled, and only flag the work as a longpoll if it is the current pool.
This will work around the problem of trying to restart the single longpoll thread on pool changes that was leading to race conditions.
It will also have less work restarts from the multiple longpolls received from different pools.
|
|
4cd97326
|
2012-04-26T23:29:21
|
|
Create discrete persistent submit and get work threads per pool, thus allowing all submitworks belonging to the same pool to reuse the same curl handle, and all getworks to reuse their own handle.
Use separate handles for submission to not make getwork potentially delay share submission which is time critical.
This will allow much more reusing of persistent connections instead of opening new ones which can flood routers.
This mandated a rework of the extra longpoll support (for when pools are switched) and this is managed by restarting longpoll cleanly and waiting for a thread join.
|
|
4648330c
|
2012-04-24T21:46:48
|
|
Support for share logging
|