|
64261e7a
|
2012-08-06T00:30:50
|
|
miner.php ignore arg when readonly
|
|
5a5e3563
|
2012-08-05T23:48:30
|
|
miner.php allow pool inputs: delete, addpool, poolpriority
|
|
a1b5bd7a
|
2012-08-05T17:55:11
|
|
More NEWS.
|
|
f6518c06
|
2012-08-05T17:42:49
|
|
Bump version to 2.6.3
|
|
4443895f
|
2012-08-05T17:51:00
|
|
Count likely throttling episodes on bitforce devices as hardware errors.
|
|
d3e4ec87
|
2012-08-05T17:35:08
|
|
Update news.
|
|
0d676346
|
2012-08-05T16:15:32
|
|
Style cleanups.
|
|
31b01c8a
|
2012-08-05T16:13:53
|
|
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Jul 12 16:49:26 2012 +0000
Use FTD2XX.DLL on Windows to autodetect BitFORCE SHA256 devices
|
|
3576abf8
|
2012-08-05T15:43:27
|
|
Make pool_disabled the first in the enums == 0, fixing the pool enabled count which compares if value is not enabled before enabling it.
|
|
25fd6cd0
|
2012-08-05T15:35:37
|
|
Correct writing of scrypt parameters to config file based on command line parameters only.
|
|
ac131d31
|
2012-08-04T22:34:47
|
|
Merge pull request #279 from tyeken8/tydus
Add scrypt support while writing conf
|
|
fc44b6d7
|
2012-08-05T15:32:44
|
|
Use different variables for command line specified lookup gap and thread concurrency to differentiate user defined versus auto chosen values.
|
|
7611499b
|
2012-08-05T14:57:46
|
|
Queue a request on pool switch in case we have no work from the new pool yet.
|
|
aa8cd17a
|
2012-08-04T21:48:23
|
|
Merge pull request #286 from kanoi/api
api.c in linux allow to open a closed socket in TIME_WAIT
|
|
4efa31d2
|
2012-08-05T14:44:11
|
|
Display failover only mode in pool menu and allow it to be toggled live.
|
|
1a041668
|
2012-08-05T14:37:49
|
|
Reinstate check for system queueing lag when the current pool's queue is maxed out, there is no staged work, and the work is needed now.
|
|
499c594c
|
2012-08-05T14:29:21
|
|
There is no need for pool active testing to be mandatory any more with queue request changes.
|
|
e4326e3c
|
2012-08-05T14:24:31
|
|
Fix harmless warnings.
|
|
9a45a6d9
|
2012-08-05T14:19:49
|
|
Check the current staged and global queued as well before queueing requests.
Discard stales before ageing work in the watchdog thread.
Queue requests after discarding and ageing work in watchdog thread.
Display accurate global queued in curses output.
Reuse variable in age_work().
|
|
bf9c3247
|
2012-08-05T13:40:46
|
|
The queueing mechanism has become a complex state machine that is no longer predictable. Rewrite it from scratch watching only current queues in flight and staged work available on a pool by pool basis.
|
|
56f06e1e
|
2012-08-04T16:55:55
|
|
API remove unused warning in non-GPU compile
|
|
ede0dd6a
|
2012-08-04T16:48:55
|
|
api.c in linux allow to open a closed socket in TIME_WAIT
|
|
3de91456
|
2012-08-03T19:15:09
|
|
Merge pull request #285 from nushor/master
Update debian package configs to v2.6.2
|
|
b66e0241
|
2012-08-04T09:52:18
|
|
Queue an extra request whenever staged work drops below mining thread count in hash_pop.
|
|
76a02d87
|
2012-08-03T12:15:03
|
|
Update debian package configs to v2.6.2
|
|
2f247fc1
|
2012-08-02T17:18:06
|
|
Merge pull request #284 from kanoi/minerphp
miner.php support custom report section joins
|
|
b70ec3cb
|
2012-08-02T17:17:53
|
|
Merge pull request #283 from kanoi/icarus
ICA support 57600 baud rate, up to 8 FPGA and partial working FPGA boards
|
|
179885b2
|
2012-08-03T10:13:11
|
|
Bump version to 2.6.2
|
|
e65a3b92
|
2012-08-03T10:11:41
|
|
More NEWS.
|
|
15dc4bb3
|
2012-08-03T10:10:53
|
|
Scrypt mining does not support block testing yet so don't try to print it.
|
|
3ee6c1d3
|
2012-08-03T10:09:25
|
|
Update NEWS.
|
|
245552c5
|
2012-08-03T09:49:14
|
|
Clear the bitforce buffer whenever we get an unexpected result as it has likely throttled and we are getting cached responses out of order, and use the temperature monitoring as a kind of watchdog to flush unexpected results.
|
|
7fa794a4
|
2012-08-03T09:26:43
|
|
It is not critical getting the temperature response in bitforce so don't mandatorily wait on the mutex lock.
|
|
5118e3ee
|
2012-08-03T08:12:05
|
|
Check there is a cutoff temp actually set in bitforce before using it as a cut off value otherwise it may think it's set to zero degrees.
|
|
2953aa25
|
2012-08-02T22:46:49
|
|
We dropped the temporary stopping of curl recruiting on submit_fail by mistake, reinstate it.
|
|
9410875e
|
2012-08-02T22:46:13
|
|
Make threads report in either side of the scanhash function in case we miss reporting in when restarting work.
|
|
caa9600f
|
2012-08-02T21:05:58
|
|
News cutoff fixed.
|
|
d5dffa6a
|
2012-08-02T16:45:12
|
|
Don't make mandatory work and its clones last forever.
|
|
ed331e58
|
2012-08-02T16:02:31
|
|
miner.php support custom report section joins
|
|
b8b9c468
|
2012-08-02T07:58:05
|
|
ICA default fpga_count to work_division if specified
|
|
aa52db45
|
2012-08-01T23:42:00
|
|
Make test work for pool_active mandatory work items to smooth out staged work counts when in failover-only mode.
|
|
94c09b6c
|
2012-08-01T23:08:02
|
|
FPGA-README document new hidden --icarus-options
|
|
e067be42
|
2012-08-01T22:50:30
|
|
ICA support 57600 baud rate, up to 8 FPGA and partial working FPGA boards
|
|
8414a9a7
|
2012-08-01T22:48:38
|
|
Add debugging output when work is found stale as to why.
|
|
efba82fb
|
2012-08-01T20:39:12
|
|
Print the 3 parameters that are passed to applog for a debug line in bitforce.c
|
|
7f825013
|
2012-08-01T20:08:37
|
|
Clear bitforce buffer on init as previously.
|
|
d37d044f
|
2012-08-01T20:05:30
|
|
Add some headroom to the number of curls available per pool to allow for longpoll and sendwork curls.
|
|
7aa809ca
|
2012-08-01T19:36:00
|
|
Revert "Revert "Change BFL driver thread initialising to a constant 100ms delay between devices instead of a random arrangement.""
This reverts commit 89e613b94361a68305a68095b1b8f4756f9ef8f8.
Leave the delay between each device initialising.
|
|
a688951d
|
2012-08-01T19:34:43
|
|
Revert "Remove bitforce_thread_init"
This reverts commit 2dfe0d628e05763bce09c51420860ef4f2ea7919.
Roll back to init'ing bitforce devices at regular intervals. They may reinit more than previously thought.
|
|
33019b11
|
2012-07-31T22:39:04
|
|
Show the correct base units on GPU summary.
|
|
ddcf3d20
|
2012-07-31T22:19:39
|
|
Differentiate between the send return value being a bool and the get return value when managing them in bitforce scanhash.
|
|
3cbf835d
|
2012-07-31T17:16:53
|
|
Update .gitignore for files that should not be tracked.
|
|
23a8c604
|
2012-07-31T10:28:48
|
|
Revert "bitforce: Skip out of sending work if work restart requested"
This reverts commit cf36331d815e7b87131d547b92b9ceaa218d114d.
|
|
fd51e5ba
|
2012-07-30T18:27:33
|
|
Add scrypt support while writing conf
|
|
fdb67e8b
|
2012-07-30T13:58:53
|
|
Bump version to 2.6.1
|
|
99204bd5
|
2012-07-30T14:05:16
|
|
Display scrypt as being built in as well.
|
|
7a07c7d0
|
2012-07-30T14:03:15
|
|
Fix build warning about KL_SCRYPT when built without scrypt support.
|
|
2353233d
|
2012-07-30T13:58:07
|
|
News update for upcoming 2.6.1.
|
|
4cf2b4da
|
2012-07-30T09:33:04
|
|
More scrypt intensity information.
|
|
52821d42
|
2012-07-30T09:30:32
|
|
Minor readme updates.
|
|
58cb42c2
|
2012-07-30T09:22:55
|
|
Update README with more build instructions.
|
|
17ec5f26
|
2012-07-29T16:16:38
|
|
Merge pull request #277 from kanoi/master
API: Luke's poolpriority
|
|
c91148f1
|
2012-07-30T09:02:23
|
|
Remove the low hash count determinant of hardware being sick. A low hash rate can be for poor network connectivity or scrypt mining, neither of which are due to sick hardware.
|
|
70cba2ae
|
2012-07-30T07:34:06
|
|
Style
|
|
68b041be
|
2012-07-30T00:13:37
|
|
API-README poolpriority changes
|
|
51940ec7
|
2012-07-29T23:40:01
|
|
api.c verify poolpriority parameters before changing pools
|
|
854a80ff
|
2012-07-29T23:15:20
|
|
api.c poolpriority changes
|
|
ac6315b7
|
2012-07-29T22:15:42
|
|
Bump version 2.6.0, adding SCRYPT README to makefile.
|
|
0aa0a066
|
2012-07-29T21:54:23
|
|
Smarter autogen.sh script.
|
|
d140427a
|
2012-07-29T21:47:46
|
|
Update NEWS.
|
|
d8ec6d3e
|
2012-07-29T21:35:24
|
|
Display kilohash when suitable, but store the global mhash value still truly in megahashes to not break the API output.
|
|
fe23dfd3
|
2012-07-29T04:16:29
|
|
Merge pull request #2 from luke-jr/rpc_poolpriority
RPC: New "poolpriority" command to set the order of pool priorities
|
|
b5517af0
|
2012-07-29T21:07:24
|
|
Don't try and print curses output for devices that won't fit on the screen.
|
|
2fb95c00
|
2012-07-29T03:50:26
|
|
Merge pull request #276 from luke-jr/bf_send_restart
bitforce: Skip out of sending work if work restart requested
|
|
1e51e373
|
2012-07-29T03:48:19
|
|
Merge pull request #275 from zefir-k/master
Add support for 57.6 kBd serial communication (required for Cairnsmore1 FPGA board)
|
|
943e9f46
|
2012-07-29T03:47:54
|
|
Merge pull request #274 from kanoi/minerphp
miner.php add a socket RCV timeout for if cgminer is hung and the API th...
|
|
500ed85b
|
2012-07-29T03:46:49
|
|
Merge pull request #271 from luke-jr/cg_logfixes
Logging bugfixes
|
|
28ac422a
|
2012-07-29T03:45:10
|
|
Merge pull request #270 from luke-jr/bugfix_procname
Bugfix: Copy argv[0] given to dirname()
|
|
150b29d4
|
2012-07-29T03:44:07
|
|
Merge pull request #268 from luke-jr/bf_generic_kname
bitforce: Use "full work" vs "nonce range" for kernel name
|
|
6b80592c
|
2012-07-29T20:27:37
|
|
Sleeping on intensity decrease is broken, remove it.
|
|
7e55a412
|
2012-07-29T20:17:15
|
|
Sleep only the extra amount of time we overran the dynamic interval in dynamic mode.
|
|
6332c426
|
2012-07-29T20:13:22
|
|
Add scrypt documentation in the form of a separate readme.
|
|
97aa6ea4
|
2012-07-29T19:13:45
|
|
Fix build error without scrypt enabled.
|
|
b40c8b84
|
2012-07-29T19:10:40
|
|
Limit total number of curls recruited per pool to the number of mining threads to prevent blasting the network when we only have one pool to talk to.
|
|
cf36331d
|
2012-07-29T06:26:23
|
|
bitforce: Skip out of sending work if work restart requested
|
|
e87ff7c1
|
2012-07-29T13:15:39
|
|
Keep a counter of enabled pools and use that instead of iterating over the pool list. Use that value to ensure we don't set the last remaining active pool to the rejecting state.
|
|
0c985b24
|
2012-07-27T23:42:05
|
|
RPC: Writeup on poolpriority command usage
|
|
5ef9c139
|
2012-07-27T20:53:59
|
|
Bugfix: API: Report errors from poolpriority command
|
|
8326d2dc
|
2012-07-27T20:03:25
|
|
RPC: New "poolpriority" command to set the order of pool priorities
|
|
7418f5e2
|
2012-07-27T21:15:19
|
|
strtok_ts: Thread-safe strtok that work on POSIX or Windows
|
|
e8fb2bc1
|
2012-07-26T22:54:39
|
|
fpgautils: add support for 57.6 kBd serial
|
|
8a35b4ac
|
2012-07-27T00:55:31
|
|
miner.php add a socket RCV timeout for if cgminer is hung and the API thread is still running
|
|
43752ee5
|
2012-07-26T16:12:45
|
|
Limit thread concurrency for scrypt to 5xshaders if shaders is specified.
|
|
da1b996a
|
2012-07-26T16:10:21
|
|
Simplify repeated use of gpus[gpu]. in ocl.c
|
|
5148502c
|
2012-07-25T22:30:37
|
|
Reinstate help information for lookup gap and thread concurrency since tc will often need to be manually set for optimal scrypt performance.
|
|
ea10b08d
|
2012-07-25T22:02:14
|
|
Find the nearest power of 2 maximum alloc size for the scrypt buffer that can successfully be allocated and is large enough to accomodate the thread concurrency chosen, thus mapping it to an intensity.
|
|
bff58c3b
|
2012-07-24T20:55:34
|
|
Add back in new cl files.
|
|
5e756d3f
|
2012-07-24T20:53:05
|
|
Don't make opt_scrypt mandatory blocking with opencl code.
|
|
b3a41e40
|
2012-07-24T20:33:04
|
|
Update kernel versions reflecting changes in the API.
|
|
aca34d0a
|
2012-07-24T20:28:52
|
|
Merge branch 'master' into newscrypt
|