|
2d1f9610
|
2012-06-14T00:05:31
|
|
Merge branch 'master' of git://github.com/ckolivas/cgminer.git
|
|
4fd53c9e
|
2012-06-14T00:04:37
|
|
thread init fix
|
|
a278ca04
|
2012-06-14T00:03:08
|
|
Merge branch 'master' of https://github.com/pshep/cgminer.git
|
|
6e2c12ee
|
2012-06-14T16:11:29
|
|
When using rotate pool strategy, ensure we only select from alive enabled pools.
|
|
79f4b570
|
2012-06-14T15:58:18
|
|
Start longpoll from every pool when load balance strategy is in use.
|
|
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.
|
|
1e388833
|
2012-06-14T11:24:32
|
|
Consider the fan optimal if fanspeed is dropping but within the optimal speed window.
|
|
b94e1996
|
2012-06-13T17:31:20
|
|
Merge branch 'master' of https://github.com/ckolivas/cgminer.git
|
|
2ec612e0
|
2012-06-13T17:26:37
|
|
Added startup delay to worker threads.
Prevents devices from making calls at the same time.
|
|
55e32172
|
2012-06-13T17:20:53
|
|
Merge pull request #225 from drizztbsd/patch-1
Fix typo in some API messages (succeess/success)
|
|
8f76d15f
|
2012-06-13T17:16:27
|
|
Merge pull request #223 from luke-jr/bugfix_warnings
Fix a bunch of warnings
|
|
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.
|
|
7dcd9f3e
|
2012-06-13T20:31:03
|
|
Fix typo in some API messages (succeess/success)
|
|
c629cc5d
|
2012-06-13T16:58:38
|
|
Bugfix: Fix warnings when built without libudev support
|
|
4eb23c7e
|
2012-06-13T16:56:31
|
|
Bugfix: slay a variety of warnings
|
|
b76053ef
|
2012-06-13T16:50:14
|
|
Bugfix: modminer: Fix unsigned/signed comparison and similar warnings
|
|
6d092e92
|
2012-06-13T16:47:47
|
|
Bugfix: Honour forceauto parameter in serial_detect functions
|
|
67611949
|
2012-06-12T19:55:37
|
|
Merge pull request #221 from luke-jr/cg_modminer
ModMiner cleanups and improvements
|
|
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
|
|
9f872d1d
|
2012-06-12T14:33:36
|
|
modminer: Make log messages more consistent in format
|
|
861388f9
|
2012-06-12T09:04:42
|
|
Merge branch 'master' of https://github.com/ckolivas/cgminer.git
|
|
59679c57
|
2012-06-12T21:02:59
|
|
Only adjust GPU speed up if the fanspeed is within the normal fanrange and hasn't been turned to maximum speed under overheat conditions.
|
|
ca8f12dc
|
2012-06-12T03:23:57
|
|
Merge pull request #220 from kanoi/master
ModMiner use valid .name
|
|
86034f87
|
2012-06-12T20:19:32
|
|
ModMiner use valid .name
|
|
d1631d83
|
2012-06-12T03:02:39
|
|
Merge pull request #219 from luke-jr/cg_modminer
New driver: BTCFPGA ModMiner
|
|
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
|
|
2dd7c4e1
|
2012-06-11T13:17:59
|
|
Added checking of work_reset while waiting for BFL to return results
|
|
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.
|
|
07549b0d
|
2012-06-10T00:00:58
|
|
Merge pull request #218 from kanoi/morestats
API add stats for pool getworks
|
|
ab0c1d45
|
2012-06-10T00:00:10
|
|
Merge pull request #216 from kanoi/master
miner.php add version numbers to the multi-rig summary page
|
|
036a97c2
|
2012-06-09T20:03:18
|
|
Added bitforce init and shutdown.
bitforce_init closes/reopens the com port and re-initialises the unit.
|
|
ec394533
|
2012-06-09T19:47:54
|
|
Idle mode for bitforce
|
|
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.
|
|
ed06c97e
|
2012-06-09T19:12:29
|
|
Added 30s BFL hashing timeout
|
|
652326c2
|
2012-06-09T19:08:10
|
|
Scanhash split into separate functions
Some adjustment of log reporting
|
|
fdcd72b9
|
2012-06-10T11:19:21
|
|
API add stats for pool getworks
|
|
7f54adb4
|
2012-06-08T19:48:42
|
|
Merge remote-tracking branch 'upstream/master'
|
|
7817c428
|
2012-06-06T22:04:16
|
|
miner.php option to hide specific fields from the display
|
|
f9149163
|
2012-06-06T15:00:42
|
|
miner.php add version numbers to the summary page
|
|
b15244bc
|
2012-06-03T23:37:39
|
|
Merge pull request #214 from nushor/master
Update debian package scripts to v2.4.2
|
|
7fbb42bc
|
2012-06-03T22:17:37
|
|
Update debian configs to v2.4.2
|
|
d9ffcda7
|
2012-06-04T09:05:54
|
|
Add API and FPGA READMEs into Makefile to be included in source distribution.
|
|
5d08efa7
|
2012-06-03T10:09:44
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
9aac8ff0
|
2012-06-02T17:09:25
|
|
Merge pull request #213 from kanoi/ica3264
Icarus - fix unit64_t printf warnings
|
|
e68457fc
|
2012-06-02T17:19:19
|
|
Icarus - fix unit64_t printf warnings
|
|
4af690b1
|
2012-06-02T15:30:58
|
|
Update NEWS.
|
|
52ab297e
|
2012-06-02T15:27:02
|
|
Bump version to 2.4.2
|
|
c01ebd79
|
2012-06-01T22:16:00
|
|
Merge pull request #212 from kanoi/APIclass
API.class compiled with Java SE 6.0_03 - works with Win7x64
|
|
dfd35173
|
2012-06-01T22:15:17
|
|
Merge pull request #211 from kanoi/minerphp
miner.php highlight devs too slow finding shares (possibly failing)
|
|
71378a4b
|
2012-06-01T22:12:08
|
|
Merge pull request #209 from kanoi/977aecc4a60928d05719e3b0b534335b1f82effa
API save default config file if none specified
|
|
26357654
|
2012-06-01T22:11:23
|
|
Merge pull request #207 from kanoi/apibuf
api.c replace BUFSIZ (linux/windows have different values)
|
|
ffba49c7
|
2012-06-02T01:43:44
|
|
API.class compiled with Java SE 6.0_03 - works with Win7x64
|
|
9cd01078
|
2012-06-02T01:25:27
|
|
miner.php highlight devs too slow finding shares (possibly failing)
|
|
977aecc4
|
2012-05-31T23:30:38
|
|
API update version to V1.11 and document changes
|
|
3cb3f09a
|
2012-05-31T23:18:55
|
|
API save default config file if none specified
|
|
fd9285eb
|
2012-05-31T22:46:43
|
|
api.c save success incorrectly returns error
|
|
a0936815
|
2012-05-31T22:41:04
|
|
api.c replace BUFSIZ (linux/windows have different values)
|
|
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.
|
|
8d293673
|
2012-05-22T15:35:10
|
|
Fix return values
|
|
cebd647f
|
2012-05-22T08:10:00
|
|
Messing with BFL code
|
|
f15d2233
|
2012-05-22T09:42:43
|
|
Icarus: fix abort calculation/allow user specified abort
|
|
9bb1a3c0
|
2012-05-18T17:43:03
|
|
Merge branch 'master' of git@github.com:pshep/cgminer.git
|
|
4db47aa5
|
2012-05-18T17:41:18
|
|
Return error if BFL take longer then 10s
|
|
4d3cc0bc
|
2012-05-18T10:57:19
|
|
Add check to 'i' (could be considered safer)
|
|
407be574
|
2012-05-16T16:26:05
|
|
Change write_config so that pools are saved in priority order.
|
|
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
|