|
fced503e
|
2012-09-12T19:45:49
|
|
save individual pool proxy settings to config
|
|
0ac35054
|
2012-09-12T19:32:37
|
|
--default-config - allow command line to define the default configuration file for loading and saving
|
|
6c251575
|
2012-09-12T19:05:50
|
|
API-README update for pools proxy info
|
|
68046631
|
2012-09-12T08:46:53
|
|
README URL proxy must use quote so show in the example
|
|
e043f5a5
|
2012-09-12T08:32:00
|
|
bug: remove proxy: from the front of the proxy used
|
|
cef9731f
|
2012-09-12T07:44:00
|
|
CURL support for individual proxy per pool and all proxy types
|
|
6b2deb0a
|
2012-09-11T16:27:39
|
|
README spelling/etc
|
|
9f9c688f
|
2012-09-11T14:29:08
|
|
README - FPGA device FAQ
|
|
307d8da0
|
2012-09-04T15:57:11
|
|
HW: error counter auto for all devices - ztex code not fixed
|
|
9950cff5
|
2012-09-04T12:57:22
|
|
API pgaidentify - unsupported message should be a warning
|
|
9487ba05
|
2012-09-04T12:52:11
|
|
API/BFL identify a device - currently only BFL to flash the led
|
|
7a2407f1
|
2012-09-04T02:26:17
|
|
BFL add throttle count to internal stats + API
|
|
71e2f23f
|
2012-09-04T02:10:22
|
|
BFL: missing device id in log message
|
|
bd151ef3
|
2012-09-04T01:27:53
|
|
miner.php correct to new Diff1 Work field names
|
|
93555e27
|
2012-09-04T01:23:32
|
|
API add device diff1 work
|
|
fd2034ce
|
2012-09-04T00:56:35
|
|
Merge branch 'main'
|
|
e5347ed9
|
2012-09-03T00:16:10
|
|
API-README update
|
|
381478e6
|
2012-09-02T08:05:50
|
|
api.c Correct diff1 field name
|
|
4023872b
|
2012-09-01T23:51:51
|
|
count device diff1 shares
|
|
2bf08bb4
|
2012-09-01T21:01:51
|
|
API-README more debug parameter information
|
|
568b0fed
|
2012-09-01T18:21:08
|
|
API allow full debug settings control
|
|
ba012253
|
2012-08-31T12:24:39
|
|
Bump version number to 2.7.5
|
|
ae8bacc5
|
2012-08-31T12:24:14
|
|
Update NEWS.
|
|
57c3b12f
|
2012-08-31T12:01:44
|
|
Sort the blocks database in reverse order, allowing us to remove the first block without iterating over them. Output the block number to debug.
|
|
b34f36b7
|
2012-08-31T09:22:28
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
f1c6ae22
|
2012-08-31T09:13:19
|
|
Adjust opencl intensity when adjusting thread count to prevent it getting pegged at a value below the minimum threads possible.
|
|
26eb9181
|
2012-08-30T06:28:55
|
|
Merge pull request #307 from kanoi/icarus
miner.h max_hashes -> int64_t
|
|
a178039a
|
2012-08-30T23:22:37
|
|
miner.h max_hashes -> int64_t
|
|
f97bf2e2
|
2012-08-28T20:16:50
|
|
Keep the local block number in the blocks structs stored and sort them by number to guarantee we delete the oldest when ageing the block struct entries.
|
|
d91af893
|
2012-08-28T18:08:39
|
|
Use correct sdk version detection for SDK 2.7
|
|
69983b77
|
2012-08-28T17:19:38
|
|
Revert "Pick worksize 256 with Cypress if none is specified."
This reverts commit 482322a4b7add8458bee946ffb247a9a587fc25f.
Worksize 256 was only helpful on cypress with ultra-low memory speeds with old SDKs and the new kernels require higher memory clocks, having the opposite net effect.
|
|
b7687588
|
2012-08-27T10:15:48
|
|
Test for lagging once more in queue_request to enable work to leak to backup pools.
|
|
579c1299
|
2012-08-27T10:10:50
|
|
There is no need to try to switch pools in select_pool since the current pool is actually not affected by the choice of pool to get work from.
|
|
4a210d4e
|
2012-08-27T10:02:53
|
|
Only clear the pool lagging flag if we're staging work faster than we're using it.
|
|
d1683f75
|
2012-08-27T09:55:19
|
|
needed flag is currently always false in queue_request. Remove it for now.
|
|
1b7db5bc
|
2012-08-27T09:47:55
|
|
thr is always NULL going into queue_request now.
|
|
7fe8142c
|
2012-08-24T01:27:16
|
|
Bump version to 2.7.4.
|
|
cf6033cb
|
2012-08-24T01:26:55
|
|
Update NEWS.
|
|
0e0093e6
|
2012-08-24T01:23:54
|
|
Select pool regardless of whether we're lagging or not, and don't queue another request in switch pool to avoid infinite recursion.
|
|
5095ed29
|
2012-08-24T01:07:23
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
9bec1e15
|
2012-08-24T01:06:17
|
|
Simplify macros in output kernels avoiding apparent loops and local variables.
|
|
3acc064b
|
2012-08-23T07:50:28
|
|
Merge pull request #306 from kanoi/api
Pools: add RollTime info to API 'stats' and 'Stats' button in miner.php (to display it)
|
|
7992e5f3
|
2012-08-24T00:41:14
|
|
Carry the needed bool over the work command queue.
|
|
37fa7d36
|
2012-08-24T00:35:26
|
|
Move the decision to queue further work upstream before threads are spawned based on fine grained per-pool stats and increment the queued count immediately.
|
|
618b3e8b
|
2012-08-23T23:50:38
|
|
Track queued and staged per pool once again for future use.
|
|
4fbe5bed
|
2012-08-23T23:25:32
|
|
OpenCL 1.0 does not have native atomic_add and extremely slow support with atom_add so detect opencl1.0 and use a non-atomic workaround.
|
|
d5f485c5
|
2012-08-23T19:20:12
|
|
Pools: add RollTime info to API 'stats' and 'Stats' button in miner.php
|
|
fee870b5
|
2012-08-23T18:10:05
|
|
Merge remote-tracking branch 'conman/master'
|
|
ec522bdf
|
2012-08-23T17:02:24
|
|
Bump to v2.7.3 hotfix.
|
|
4ca288e8
|
2012-08-23T16:55:14
|
|
Limit queued_getworks to double the expected queued maximum rather than factoring in number of pools.
|
|
ad902695
|
2012-08-23T16:33:24
|
|
Minimise the number of getwork threads we generate.
|
|
68f7224c
|
2012-08-23T13:25:38
|
|
Bump version number to 2.7.2
|
|
6e3727d1
|
2012-08-23T13:25:21
|
|
Update NEWS.
|
|
482322a4
|
2012-08-23T12:47:28
|
|
Pick worksize 256 with Cypress if none is specified.
|
|
be06cf70
|
2012-08-23T12:44:42
|
|
Give warning with sdk2.7 and phatk as well.
|
|
cce19d90
|
2012-08-23T12:42:10
|
|
Whitelist sdk2.7 for diablo kernel as well.
|
|
44faaa54
|
2012-08-23T12:39:36
|
|
Merge remote-tracking branch 'conman/master'
|
|
8e82c24a
|
2012-08-23T12:38:29
|
|
Merge branch 'minerphp'
|
|
e045467e
|
2012-08-22T19:20:46
|
|
Merge pull request #305 from kanoi/minerphp
Linux BFL Flash Utility
|
|
0feb679b
|
2012-08-23T12:19:23
|
|
Only keep the last 6 blocks in the uthash database to keep memory usage constant. Storing more is unhelpful anyway.
|
|
30f5d777
|
2012-08-23T11:41:10
|
|
BFL Flash - always distribute source
|
|
f7f55e77
|
2012-08-23T11:19:52
|
|
Increase kernel versions signifying changed APIs.
|
|
0c3e9e9b
|
2012-08-23T11:16:29
|
|
BFL flash - include source in builds and more FPGA-README
|
|
b74b54d9
|
2012-08-23T11:09:09
|
|
Check we haven't staged work while waiting for a curl entry before proceeding.
|
|
86d5377e
|
2012-08-23T10:48:15
|
|
Use atomic ops to never miss a nonce on opencl kernels, including nonce==0, also allowing us to make the output buffer smaller.
|
|
6bf04bc9
|
2012-08-23T10:22:03
|
|
Remove compile errors/warnings and document compile/usage in FPGA-README
|
|
87f8b15c
|
2012-08-20T08:08:11
|
|
bitforce-firmware-flash.c by Luke-jr
|
|
61df3013
|
2012-08-22T23:03:17
|
|
Ignore the submit_fail flag when deciding whether to recruit more curls or not since we have upper bounds on how many curls can be recruited, this test is redundant and can lead to problems.
|
|
d24ac1d9
|
2012-08-22T05:58:08
|
|
Merge pull request #304 from kanoi/minerphp
miner.php allow 'coin' is custom pages
|
|
857784ae
|
2012-08-22T11:34:32
|
|
API-README update cgminer version number
|
|
f66cdc08
|
2012-08-22T11:25:02
|
|
API-README fix groups P: example mistake
|
|
43942bce
|
2012-08-22T11:19:15
|
|
API-README add COIN and other edits
|
|
f63aeab1
|
2012-08-22T10:33:40
|
|
gpu->hit should be reset on new work as well.
|
|
edd9b816
|
2012-08-22T10:07:20
|
|
Do not add time to dynamic opencl calculations over a getwork.
|
|
9cd7d6ba
|
2012-08-21T23:23:03
|
|
miner.php allow 'coin' is custom pages
|
|
1e41eef3
|
2012-08-21T23:14:04
|
|
Bump version number to 2.7.1
|
|
154337f3
|
2012-08-21T23:13:45
|
|
Update NEWS.
|
|
226f628e
|
2012-08-21T23:07:59
|
|
Update windows build instructions courtesy of sharky.
|
|
9de3a264
|
2012-08-21T22:51:34
|
|
Increase max curls to number of mining threads + queue * 2, accounting for up and downstream comms.
|
|
3ab5dba6
|
2012-08-21T22:50:09
|
|
Queue enough requests to get started.
|
|
3ebe8e8c
|
2012-08-21T22:09:11
|
|
Revert "Scale maximum number of curls up according to work submission rate."
This reverts commit 1dff48e7595d4b407e6b31ecc5278455858157ea.
Did not increase staged work even though it decreased queues.
|
|
3ceb57b8
|
2012-08-21T21:54:33
|
|
There is no point trying to clone_work in get_work() any more since we clone on every get_work_thread where possible.
|
|
787e40a7
|
2012-08-21T21:53:35
|
|
There is no point subtracting 1 from maxq in get_work_thread.
|
|
1dff48e7
|
2012-08-21T21:50:20
|
|
Scale maximum number of curls up according to work submission rate.
|
|
56be7522
|
2012-08-21T21:22:26
|
|
Roll back to 45f0ac7b482abe9d9d7c4644c286df6e70924145
|
|
c1886c9c
|
2012-08-21T21:13:14
|
|
Assume we need a full allotment of work after lp and make clone_work clone_lpwork only.
|
|
82fa6e25
|
2012-08-21T21:11:22
|
|
There is no point running through clone_work from get_work() now that cloning is done from the get_work_thread.
|
|
caa266ca
|
2012-08-21T21:10:23
|
|
Make opt_queue a function of mining threads in clone_work as well.
|
|
652efc69
|
2012-08-21T21:08:17
|
|
opt_queue should be a function of the number of mining threads.
|
|
45f0ac7b
|
2012-08-21T19:47:58
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
8ed381f7
|
2012-08-21T19:47:30
|
|
Only set lagging flag once there are no staged work items.
|
|
100ee55a
|
2012-08-21T02:32:55
|
|
Merge pull request #303 from kanoi/minerphp
miner.php allow page title to be defined in myminer.php
|
|
f5ac84b8
|
2012-08-21T19:32:05
|
|
select_pool does not switch back to the primary once lagging is disabled.
|
|
adcd7ed7
|
2012-08-21T19:27:12
|
|
miner.php allow page title to be defined in myminer.php
|
|
5e2c1323
|
2012-08-21T00:29:05
|
|
Merge pull request #300 from kanoi/api
miner.php format new Work Utility and Diff1 Shares
|
|
af32fb9a
|
2012-08-21T00:28:50
|
|
Merge pull request #301 from kanoi/minerphp
API new command 'coin' with mining information
|
|
f71d635f
|
2012-08-21T17:02:11
|
|
Free work before retrying in get_work_thread.
|
|
3b234da4
|
2012-08-20T19:49:36
|
|
Merge pull request #302 from luke-jr/bugfix_ftdi_alloca
Bugfix: bitforce: Allocate enough space for FTDI description pointers
|
|
b3cfe472
|
2012-08-20T22:24:28
|
|
Increment total work counter under mutex lock.
|
|
e8daf1d8
|
2012-08-20T12:45:07
|
|
Increment the queued count after the curl is popped in case there's a delay waiting on curls and we think we've queued work when in fact we're waiting on curls.
|