|
356fcb10
|
2013-08-15T12:00:04
|
|
BTB allow up to 1400mV as per firmware limits
|
|
51aaf816
|
2013-08-15T10:57:02
|
|
avalon for timeout allow d='calculate it' and fix uninitialised
|
|
3fe89486
|
2013-08-14T23:04:10
|
|
Use cloned work when finding avalon results since another thread can discard the work item while it's in use.
|
|
98e338cc
|
2013-08-14T22:59:57
|
|
Provide a variant of find_work_bymidstate that returns a clone of the found work.
|
|
853f145e
|
2013-08-14T10:49:40
|
|
Bump version number to 3.3.4
|
|
730d0626
|
2013-08-14T10:49:16
|
|
Update NEWS.
|
|
c9f58230
|
2013-08-13T17:45:39
|
|
Merge pull request #475 from kanoi/master
API/miner.php add some % fields
|
|
6b62c402
|
2013-08-14T10:42:52
|
|
API/miner.php add some % fields
|
|
e95ad047
|
2013-08-13T22:44:22
|
|
Nonce2 stratum submission is not working with nonce2 lengths >4, revert the buggy __bin2hex function and use bin2hex.
|
|
dd9233f7
|
2013-08-13T17:24:01
|
|
The write thread in avalon is only ever actually woken up by timeout so remove the write semaphore and use a simple sleep poll.
|
|
b2a3941e
|
2013-08-13T15:36:52
|
|
Fix warning.
|
|
992a97a3
|
2013-08-13T14:52:17
|
|
Interrupting reads on the avalon to start writes loses data so remove the cgsem_post in the read code.
|
|
1d614599
|
2013-08-13T14:35:35
|
|
Add room for the null byte at the end of the nonce2 string on stratum share submission and zero the allocated ram.
|
|
07adb98b
|
2013-08-13T06:21:14
|
|
Bump version to 3.3.3
|
|
8876fc33
|
2013-08-13T06:18:12
|
|
Update NEWS for upcoming version 3.3.3
|
|
c8aac741
|
2013-08-13T06:09:42
|
|
Only perform the bin2hex on nonce2 data if it's required for stratum submission, thereby removing the last conversion of that type from stratum work generation.
|
|
87ae66c7
|
2013-08-13T05:49:32
|
|
Create a work data template when receiving stratum notification, allowing a simple memcpy of the merkle root avoiding more hex2bin conversions on each work generation.
|
|
34bc106d
|
2013-08-13T04:57:04
|
|
Export the workpadding char in miner.h
|
|
46b6b07a
|
2013-08-12T16:02:20
|
|
Avoid a potential overflow should a pool specify a large nonce2 length with stratum.
|
|
0379123b
|
2013-08-12T15:23:35
|
|
Avoid one more hex2bin in gen stratum work.
|
|
11bcf2b3
|
2013-08-12T11:40:17
|
|
Rename work gbt_coinbase to coinbase to be in line with pool variable name.
|
|
5237bf35
|
2013-08-12T11:36:28
|
|
Perform merkle bin hex2bin on stratum notify to avoid doing it on each work generation.
|
|
8bc469e9
|
2013-08-12T11:16:46
|
|
Reuse just the one pool coinbase variable in stratum, avoiding more string functions and storage in gen_stratum_work on each work generation.
|
|
8c8ef6ff
|
2013-08-12T10:58:43
|
|
Rename pool gbt_coinbase variable to coinbase to combine it with the stratum coinbase data.
|
|
c542e47a
|
2013-08-12T10:49:38
|
|
Use a nonce2 offset variable for both gbt and stratum to consolidate requirements on work generation.
|
|
c48e28a8
|
2013-08-11T17:26:42
|
|
Merge pull request #474 from kanoi/master
cgsem - increase information on failure
|
|
eca6ace2
|
2013-08-12T09:00:52
|
|
util.c update quit call for new functions
|
|
bab9ba96
|
2013-08-12T08:58:20
|
|
use correct define for OSX in util.c
|
|
309cb224
|
2013-08-12T08:54:11
|
|
miner.h inline semaphores increase information on failure
|
|
bd3612c1
|
2013-08-12T08:38:02
|
|
util.c expand quit to show file/func/line
|
|
cf300537
|
2013-08-12T08:35:29
|
|
Merge remote-tracking branch 'conman/master'
|
|
fb94dfa0
|
2013-08-12T01:15:22
|
|
Cache as much of the gbt coinbase as possible to avoid doing unnecessary hex2bin conversion on every work generation with gbt.
|
|
a1052188
|
2013-08-12T00:27:22
|
|
We should be using a cg_wlock initially in generating stratum and gbt work before downgrading the lock.
|
|
9552f54f
|
2013-08-12T00:11:49
|
|
Add the ability to downgrade a write variant of the cglocks.
|
|
3e84a19c
|
2013-08-11T15:10:27
|
|
Fix --scrypt being required before scrypt intensities on command line or not working at all via config files.
|
|
b423fe9d
|
2013-08-11T14:06:17
|
|
Cache the hex2bin of pool nonce1 in stratum, avoiding hex2bin on each work generation.
|
|
fef649df
|
2013-08-11T13:47:46
|
|
Cache the binary generation of coinbase1 and 2 on stratum, avoiding a hex2bin of coinbase1 and 2 on each work generation.
|
|
48d91c7f
|
2013-08-10T10:36:38
|
|
cgsem - increase information on failure
|
|
b1f57595
|
2013-08-10T10:12:15
|
|
avalon init write_sem before use
|
|
f7e67010
|
2013-08-10T01:11:23
|
|
Fix uninit variable warnings.
|
|
ac08ed1d
|
2013-08-10T01:05:50
|
|
usbutils - force check every combination
|
|
4e969369
|
2013-08-09T21:54:05
|
|
Bump version to 3.3.2
|
|
580b77b7
|
2013-08-09T21:52:54
|
|
Fix warning.
|
|
a4fa9051
|
2013-08-09T21:51:46
|
|
README updates.
|
|
d470828f
|
2013-08-09T20:45:32
|
|
Add libusb compile information to README
|
|
d06b0d96
|
2013-08-09T20:33:06
|
|
Update NEWS.
|
|
106e461f
|
2013-08-09T16:57:16
|
|
Recreate curses windows on windows when a device is hotplugged to allow window resizing without crashing.
|
|
9a21a473
|
2013-08-09T15:17:12
|
|
Update copyright notice.
|
|
2b171f7f
|
2013-08-09T15:12:57
|
|
Limit intensity range according to whether scrypt is in use or not.
|
|
cb6d62de
|
2013-08-09T06:48:59
|
|
Do not allow benchmark mode to be used with scrypt.
|
|
d71e9f91
|
2013-08-09T06:43:25
|
|
Add a --bflsc-overheat command which allows you to set the throttling temperature for BFLSC devices or disable it.
|
|
812852cc
|
2013-08-09T06:31:57
|
|
Move bflsc defines to a header file.
|
|
bfe0448e
|
2013-08-08T00:26:42
|
|
API-README add missing freq in version log
|
|
18b60c4e
|
2013-08-07T07:21:27
|
|
Merge pull request #472 from kanoi/master
avalon allow frequency to be set via the API
|
|
b1a80cef
|
2013-08-08T00:20:19
|
|
avalon allow frequency to be set via the API
|
|
e4e20620
|
2013-08-07T06:51:23
|
|
Merge pull request #471 from kanoi/master
BTB voltage management via the API - and set default on startup
|
|
1ae397f1
|
2013-08-07T23:49:48
|
|
API-README correct max bitburner-voltage
|
|
802737e8
|
2013-08-07T23:47:19
|
|
BTB voltage management via the API - and set default on startup
|
|
ecc9457b
|
2013-08-07T21:25:33
|
|
Avalon BTB allow partial work to be transferred
|
|
6dabdff1
|
2013-08-06T11:13:48
|
|
avalon_cts use correct buffer
|
|
4b5f56e1
|
2013-08-05T03:28:44
|
|
Merge pull request #470 from kanoi/master
miner.php format Best Share
|
|
f8a672f1
|
2013-08-05T20:16:14
|
|
miner.php format Best Share
|
|
8dc09356
|
2013-08-05T01:18:51
|
|
Merge pull request #467 from someone42/master
Support for BitBurner boards
|
|
fdac13cc
|
2013-08-04T08:37:48
|
|
Update ASIC README.
|
|
afe28517
|
2013-07-29T22:16:06
|
|
Merge pull request #468 from lano1106/master
remove unnecessary memcpy
|
|
c31ff572
|
2013-07-29T23:53:20
|
|
remove unnecessary memcpy
The next operation is flipping the merkleroot on the same
destination.
Signed-off-by: Olivier Langlois <olivier@olivierlanglois.net>
|
|
dc4ca0de
|
2013-07-30T00:15:45
|
|
using more concise description
|
|
782206ce
|
2013-07-29T22:20:56
|
|
using usb_ident
|
|
b8cdaea8
|
2013-07-29T21:53:14
|
|
forgot a return
|
|
b0f4d55b
|
2013-07-29T21:39:29
|
|
changes to Avalon driver for BitBurner boards
|
|
bda1e333
|
2013-07-25T08:32:03
|
|
ASIC-README refer AMU to FPGA-README
|
|
dbac7f53
|
2013-07-21T15:53:36
|
|
Revert "Sleep after sending icarus work to emulate working at 115200 baud."
This reverts commit 4aaeb510c82f93f33120cd021afcc17d3b12234f.
There is a baud emulation function now.
|
|
1878029d
|
2013-07-20T13:47:49
|
|
Merge pull request #465 from kanoi/master
timeout reporting and remove unused fpgautils code
|
|
369a4543
|
2013-07-20T16:04:04
|
|
api correct timeout stat display
|
|
759ce6e7
|
2013-07-20T13:20:24
|
|
usb timeouts - min/max also
|
|
2dffc96e
|
2013-07-20T12:56:57
|
|
log USB timeouts in API stats
|
|
52cda25f
|
2013-07-20T10:24:29
|
|
usbutils report failed timeouts
|
|
66001267
|
2013-07-20T07:04:31
|
|
usbutils ensure stats macros are using the macro arguments
|
|
eb9278ca
|
2013-07-19T19:32:57
|
|
Check for negative wait time in socket_full.
|
|
837c7319
|
2013-07-19T19:15:01
|
|
Fix extra argument passed to statline before.
|
|
f2ae7fad
|
2013-07-19T19:09:23
|
|
Adjust socket wait timeout in recv_line according to how long we've already waited to avoid a 60 second wait dropping to 1 second due to a blocked socket.
|
|
fa92ff8c
|
2013-07-18T21:28:14
|
|
Merge pull request #464 from kanoi/master
usbutils changes
|
|
4cb7cfb2
|
2013-07-18T09:59:10
|
|
usbutils use a heap buffer for bulk read rather than stack
|
|
8b43e79f
|
2013-07-18T09:39:23
|
|
usbutils only one bulk transfer call per stat
|
|
f3814b3e
|
2013-07-17T16:00:02
|
|
Merge pull request #463 from kanoi/master
usbutils config & device_drv noops
|
|
a8c974f5
|
2013-07-18T08:51:08
|
|
set device_drv function noops when first add_cgpu
|
|
948f0057
|
2013-07-16T15:51:17
|
|
usbutils - in init only change the config if needed
|
|
3245ec7a
|
2013-07-15T07:14:01
|
|
Merge pull request #462 from kanoi/master
various type checking and overflow checking
|
|
18e4edc7
|
2013-07-08T20:28:03
|
|
bflsc nonce per work item stats
|
|
89d0062a
|
2013-07-08T19:41:23
|
|
bflsc increase flush count to handle parallel work
|
|
a9e10988
|
2013-07-06T22:08:17
|
|
force type checking on curses
|
|
5fb5dd0b
|
2013-07-06T21:04:32
|
|
logging - size check sprintf
|
|
51a928fe
|
2013-07-06T20:56:50
|
|
usbutils - size check all sprintf
|
|
74d71cce
|
2013-07-06T20:47:49
|
|
cgminer - size check all sprintf
|
|
ad1572f7
|
2013-07-06T20:17:17
|
|
size check get_datestamp/get_timestamp and remove unused cgpu->init
|
|
385a70be
|
2013-07-06T19:15:59
|
|
make all statline overflow safe
|
|
805672fb
|
2013-07-05T21:40:30
|
|
More GPU READMEs.
|
|
fa41f31b
|
2013-07-05T01:35:28
|
|
Merge pull request #461 from kanoi/master
WU only needs +2 width
|
|
df05174e
|
2013-07-05T18:26:18
|
|
WU only needs +2 width
|
|
a011fe51
|
2013-07-03T22:40:47
|
|
Check for a timeout in avalon_scanhash and post to the write sem if we receive one.
|