|
9cd01078
|
2012-06-02T01:25:27
|
|
miner.php highlight devs too slow finding shares (possibly failing)
|
|
db675093
|
2012-05-31T03:35:40
|
|
Merge pull request #206 from kanoi/api-readme
API-README (removed from README)
|
|
1de364f9
|
2012-05-31T20:18:04
|
|
API-README no one actually had a V1.5
|
|
4c3e3460
|
2012-05-31T20:01:17
|
|
Move RPC API content out of README to API-README
|
|
84064a2b
|
2012-05-31T19:25:33
|
|
Must unlock mutex within loop.
|
|
85bddde1
|
2012-05-31T19:20:40
|
|
Must unlock mutex after waking up on pthread conditional.
|
|
598476ca
|
2012-05-30T18:02:00
|
|
Merge pull request #204 from kanoi/icarus-timer
Icarus: high accuracy timing and other bitstream speed support
|
|
624948e2
|
2012-05-31T09:44:51
|
|
Open a longpoll connection if a pool is in the REJECTING state as it's the only way to re-enable it automatically.
|
|
2586bda5
|
2012-05-31T09:40:32
|
|
Use only one longpoll as much as possible by using a pthread conditional broadcast that each longpoll thread waits on and checks if it's the current pool before opening its longpoll connection.
|
|
5c3a252b
|
2012-05-31T08:42:46
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
85210ee7
|
2012-05-31T08:41:56
|
|
If shares are known stale, don't use them to decide to disable a pool for sequential rejects.
|
|
07212db1
|
2012-05-31T08:34:06
|
|
Restarting cgminer from within after ADL has been corrupted only leads to a crash. Display a warning only and disable fanspeed monitoring.
|
|
f15d2233
|
2012-05-22T09:42:43
|
|
Icarus: fix abort calculation/allow user specified abort
|
|
af85ed48
|
2012-05-16T23:57:38
|
|
FPGA-README spelling
|
|
17b6f111
|
2012-05-16T23:53:13
|
|
Icarus: make --icarus-timing hidden and document it in FPGA-README
|
|
b5ed958e
|
2012-05-16T22:25:21
|
|
Icarus: high accuracy timing and other bitstream speed support
|
|
b69d735c
|
2012-05-10T21:37:03
|
|
Merge pull request #203 from xiangfu/openwrt
Fix a swab32 bug under work_decode on MIPS cpu machine
|
|
b1785d1f
|
2012-05-11T11:04:28
|
|
add-MIPSEB-to-icarus-for-BIG_ENDIAN
|
|
9414fa7c
|
2012-05-11T11:00:14
|
|
work_decode only needs swab32 on midstate under BIG ENDIAN
|
|
f1b8bc59
|
2012-05-08T10:14:47
|
|
add compile command to api-example.c
|
|
ad767371
|
2012-05-08T03:56:07
|
|
Merge pull request #202 from kanoi/jsonfix
save config bugfix: remove writing an extra ',' when no gpus
|
|
c2e2e7e4
|
2012-05-07T20:23:20
|
|
save config bugfix: writing an extra ',' when no gpus
|
|
703d5c2b
|
2012-05-06T16:49:19
|
|
Merge pull request #201 from nushor/master
Debian packaging configs update
|
|
dad52107
|
2012-05-06T11:43:34
|
|
Add dpkg-source commits
|
|
adcc5097
|
2012-05-06T11:42:25
|
|
Update changelog to v2.4.1
|
|
8e25239d
|
2012-05-06T20:53:23
|
|
Bump version number to 2.4.1
|
|
e195a31c
|
2012-05-06T20:49:06
|
|
Fix win32 build.
|
|
54dbc854
|
2012-05-06T20:18:19
|
|
Update NEWS for upcoming 2.4.1 release.
|
|
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.
|
|
6282dfb4
|
2012-05-06T16:15:20
|
|
Display the device summary on exit even if a device has been disabled.
|
|
84f3bf99
|
2012-05-06T15:49:40
|
|
Use correct pool enabled enums in api.c.
|
|
7b1e75ba
|
2012-05-05T22:36:11
|
|
Merge pull request #200 from nushor/master
Debian packaging configs
|
|
ad3c0192
|
2012-05-05T23:47:01
|
|
Import Debian packaging configs
|
|
848373d1
|
2012-05-06T14:24:50
|
|
Ensure we test for a pool recovering from idle so long as it's not set to disabled.
|
|
b85d7b54
|
2012-05-06T14:17:48
|
|
Revert "Perform all common pool initialisation in add_pool()."
This reverts commit f8b66bde28a5a74fbc5688642318c3ca9b1b9e2a.
Sets pools to dead by mistake at startup.
|
|
801d9eaa
|
2012-05-06T14:13:39
|
|
Fix pool number display.
|
|
233a812f
|
2012-05-06T13:30:27
|
|
Give cgminer -T message only if curses is in use.
|
|
f8b66bde
|
2012-05-06T13:27:17
|
|
Perform all common pool initialisation in add_pool().
|
|
23b224fa
|
2012-05-06T12:01:04
|
|
Reinit_adl is no longer used.
|
|
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
|
|
0cad29f9
|
2012-05-05T16:30:03
|
|
API 'stats' update README
|
|
00158c3a
|
2012-05-05T16:25:19
|
|
API 'stats' allow devices to add their own stats also for testing/debug
|
|
3a4c6f4d
|
2012-05-05T15:06:56
|
|
Spelling ...
|
|
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.
|
|
c322d9b5
|
2012-05-05T09:40:46
|
|
Don't initialise variables to zero when in global scope since they're already initialised.
|
|
c8e1026d
|
2012-05-05T09:37:33
|
|
Get rid of unitialised variable warning when it's false.
|
|
b3bc506d
|
2012-05-05T09:31:48
|
|
Move a pool to POOL_REJECTING to be disabled only after 3 minutes of continuous rejected shares.
|
|
a8d50a3c
|
2012-05-04T16:23:53
|
|
Merge pull request #196 from nelisky/ztex-120417
Adding ZTEX 1.15y quad fpga board support
|
|
ed60e33a
|
2012-05-04T08:33:13
|
|
Some tweaks to reporting and logging.
- Adding fpga number to the ztex string representation
- Removing usb details from the ztex string representation
- First frequency set no longer reports a bogus old freq
|
|
87708a6a
|
2012-05-04T23:05:00
|
|
Provide simple macros for the repeated use of checking the first value of the input char with strncasecmp.
|
|
3aebcc36
|
2012-05-04T05:29:39
|
|
Merge pull request #195 from kanoi/hack
Change FPGA detection order since BFL hangs on an ICA
|
|
5c2bf84a
|
2012-05-04T22:18:31
|
|
Change FPGA detection order since BFL hangs on an ICA
|
|
7f00613d
|
2012-05-04T04:26:16
|
|
Merge pull request #194 from kanoi/pool
API support new pool status
|
|
eb60ca55
|
2012-05-04T04:11:08
|
|
Merge remote-tracking branch 'upstream/master' into ztex-120417
|
|
a8619ad6
|
2012-05-04T20:54:11
|
|
API support new pool status
|
|
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.
|
|
d5eb6650
|
2012-05-04T02:43:56
|
|
Merge pull request #193 from kanoi/master
API add last share time to each pool + Correct Icarus U: & MH/s
|
|
ec336cde
|
2012-05-04T01:10:35
|
|
Removing extra debug
|
|
376fcd3c
|
2012-05-04T13:10:18
|
|
Fix the benchmark feature by bypassing the new networking code.
|
|
4d090a58
|
2012-05-04T12:51:32
|
|
Reset sequential reject counter after a pool is disabled for when it is re-enabled.
|
|
b3a50dd4
|
2012-05-04T10:35:45
|
|
Icarus - correct MH/s and U: with work restart set at 8 seconds
|
|
0eda5415
|
2012-05-03T13:32:21
|
|
ztex updateFreq was always reporting on fpga 0
|
|
0080aea4
|
2012-05-03T13:24:59
|
|
Trying harder to get 1.15y working
|
|
4c4d3b51
|
2012-05-03T10:28:29
|
|
fix typo
|
|
7aaf1b6a
|
2012-05-03T09:35:59
|
|
Specifying threads on multi fpga boards extra cgpu
|
|
5a58b3f5
|
2012-05-03T09:06:09
|
|
Missing the add cgpu per extra fpga on 1.15y boards
|
|
44fc6987
|
2012-05-04T00:13:42
|
|
API add last share time to each pool
|
|
852f6a0e
|
2012-05-03T22:39:12
|
|
Don't try to reap curls if benchmarking is enabled.
|
|
8a24b79e
|
2012-05-03T01:26:58
|
|
Merge remote-tracking branch 'upstream/master' into ztex-120417
|
|
61432835
|
2012-05-03T16:25:53
|
|
More NEWS.
|
|
f0985f99
|
2012-05-03T16:25:07
|
|
Only show longpoll warning once when it has failed.
|
|
81286a90
|
2012-05-03T16:19:19
|
|
Bump version to 2.4.0
|
|
eb1521a4
|
2012-05-03T16:10:27
|
|
NEWS updates.
|
|
e3a3c68a
|
2012-05-03T15:57:04
|
|
Readme updates.
|
|
41d5813d
|
2012-05-03T15:37:29
|
|
Convert hashes to an unsigned long long as well.
|
|
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.
|
|
55480a6b
|
2012-05-02T21:26:37
|
|
Merge pull request #191 from luke-jr/bugfix_64bit_hashcount
Bugfix: Use a 64-bit type for hashes_done (miner_thread) since it can overflow 32-bit on some FPGAs
|
|
06801822
|
2012-05-02T23:09:39
|
|
Bugfix: Use a 64-bit type for hashes_done (miner_thread) since it can overflow 32-bit on some FPGAs
|
|
d5d8c2cc
|
2012-05-03T10:35:30
|
|
Implement an older header fix for a label existing before the pthread_cleanup macro.
|
|
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.
|
|
06023e54
|
2012-05-02T10:34:31
|
|
Bugfix: Return failure, rather than quit, if BFwrite fails
|
|
4ba9006d
|
2012-05-02T10:28:09
|
|
Disable failing devices such that the user can attempt to re-enable them
|
|
124ee9b2
|
2012-04-26T15:42:09
|
|
Bugfix: thread_shutdown shouldn't try to free the device, since it's needed afterward
|
|
afa3fa56
|
2012-05-02T22:22:09
|
|
API bool's and 1TBS fixes
|
|
09fe8bcb
|
2012-05-02T20:53:10
|
|
Icarus - minimise code delays and name timer variables
|
|
524e2fb8
|
2012-05-02T16:11:11
|
|
api.c V1.9 add 'restart' + redesign 'quit' so thread exits cleanly
|
|
01c93bc1
|
2012-05-02T12:23:32
|
|
api.c bug - remove extra ']'s in notify command
|
|
5cf4e188
|
2012-05-02T11:17:06
|
|
Increase pool watch interval to 30 seconds.
|
|
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.
|
|
ec3d0570
|
2012-05-01T21:07:16
|
|
Use the ringbuffer of curls from the same pool for submit as well as getwork threads.
Since the curl handles were already connected to the same pool and are immediately available, share submission will not be delayed by getworks.
|
|
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.
|
|
57a72d51
|
2012-05-02T07:26:52
|
|
Blind implementation of multi-fpga board 1.15y.
|
|
89053c78
|
2012-05-01T19:12:37
|
|
There is no need for the submit and getwork curls to be tied to the pool struct.
|
|
adda6e66
|
2012-05-01T17:48:23
|
|
Do not recruit extra connection threads if there have been connection errors to the pool in question.
|
|
76385112
|
2012-05-01T09:54:34
|
|
We should not retry submitting shares indefinitely or we may end up with a huge backlog during network outages, so discard stale shares if we failed to submit them and they've become stale in the interim.
|
|
719b0c7c
|
2012-04-30T09:29:36
|
|
HS bitstream configuration
|
|
0171c84e
|
2012-04-29T10:21:15
|
|
Bump version number to 2.3.6
|
|
e8eeea4c
|
2012-04-29T10:09:18
|
|
More NEWS.
|