Kano
|
e43f265a60
|
usbutils name latency correctly
|
12 years ago |
Con Kolivas
|
1c5c8df6ff
|
Check for restart before buffering more reads in Icarus.
|
12 years ago |
Con Kolivas
|
4ba6cba86a
|
Icarus should timeout if it's greater than the timeout duration even if it's receiving data.
|
12 years ago |
Con Kolivas
|
f4843877d9
|
We should check for amount buffered in icarus get_nonce against amount already received.
|
12 years ago |
Con Kolivas
|
04d530f36a
|
Make mining threads report out during work submission.
|
12 years ago |
Con Kolivas
|
bb3b227b9b
|
submit_work_async is no longer used directly by driver code.
|
12 years ago |
Con Kolivas
|
41e6f48fe5
|
Fix first read timeout on icarus get nonce.
|
12 years ago |
Con Kolivas
|
9ecacb2cc9
|
Retry icarus_initialise if the first read attempt fails.
|
12 years ago |
Con Kolivas
|
ecd03cefb7
|
Properly pthread_join miner threads on shutdown.
|
12 years ago |
Con Kolivas
|
894a3d64f0
|
Properly pthread_join miner threads on shutdown.
|
12 years ago |
Con Kolivas
|
69f36358b1
|
Merge branch 'master' into icarus-dev
|
12 years ago |
Con Kolivas
|
3a2008ac61
|
Use a persistent single separate thread for stratum share submission that uses workqueues since all stratum sends are serialised.
|
12 years ago |
Con Kolivas
|
64b08f383b
|
All stratum calls to recv_line are serialised from the one place so there is no need to use locking around recv().
|
12 years ago |
Con Kolivas
|
bd652a623e
|
Only allow the mining thread to be cancelled when it is not within driver code, making for cleaner shutdown and allowing us to pthread_join the miner threads on kill_work().
|
12 years ago |
Con Kolivas
|
830f30ff2d
|
Only allow the mining thread to be cancelled when it is not within driver code, making for cleaner shutdown and allowing us to pthread_join the miner threads on kill_work().
|
12 years ago |
Con Kolivas
|
ac7c073c77
|
Merge branch 'master' into icarus-dev
|
12 years ago |
Con Kolivas
|
546be35cc7
|
Merge branch 'icarus-dev' of github.com:ckolivas/cgminer into icarus-dev
|
12 years ago |
Con Kolivas
|
f227515e38
|
Set pool->probed to true after an attempt to resolve the url via stratum code.
|
12 years ago |
Kano
|
5e588d87f4
|
icarus test nodev everywhere
|
12 years ago |
Kano
|
250e435313
|
usbutils/icarus separate FTDI transfer values and more debug
|
12 years ago |
Kano
|
fac3bf8722
|
add icarus to hotplug
|
12 years ago |
Kano
|
8f4547da99
|
usbutils add rest of icarus
|
12 years ago |
Con Kolivas
|
22e677f4d6
|
Merge branch 'icarus-dev' of github.com:ckolivas/cgminer into icarus-dev
|
12 years ago |
Con Kolivas
|
e128f90ef1
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
12 years ago |
Kano
|
288f5e3b43
|
simple serial-USB python test script
|
12 years ago |
Kano
|
9f46aa9012
|
icarus->USB v0.1 incomplete - missing initialise()
|
12 years ago |
Kano
|
dad308701b
|
README spelling
|
12 years ago |
Kano
|
9f4a3a798d
|
Update documentation for icarus switch to USB
|
12 years ago |
Kano
|
079b488a5b
|
Add USB rules for supported USB devices
|
12 years ago |
Kano
|
6219f977f6
|
switch icarus configuration to usb
|
12 years ago |
Kano
|
05a385ccfc
|
usbutils new command for icarus
|
12 years ago |
Kano
|
e89c921ab0
|
usb add a numeric sub-indentity for each name
|
12 years ago |
Kano
|
2631b55ee2
|
usbutils - make FTDI handling automatic
|
12 years ago |
Kano
|
92e5ee9d66
|
fix duplicate name
|
12 years ago |
Kano
|
2a0b712ed5
|
usbutils set Black Arrow Lancelot's as BAL and match the lot->llt name
|
12 years ago |
Kano
|
28f4fc64fd
|
usbutils identify Icarus devices
|
12 years ago |
kanoi
|
cea88268be
|
Merge pull request #431 from kanoi/master
usb_applog separate amt display
|
12 years ago |
Con Kolivas
|
0a15beb742
|
libusb_control_transfer 16 bit words are endian specific.
|
12 years ago |
Kano
|
6493554acb
|
usb_applog separate amt display
|
12 years ago |
Con Kolivas
|
3336880e3b
|
Show pool difficulty more verbosely if it changes via stratum.
|
12 years ago |
Con Kolivas
|
4efe9ca82e
|
Attribute whatever stats we can get on untracked stratum shares based on current pool diff.
|
12 years ago |
Con Kolivas
|
3f24653f56
|
Provide a --lowmem option which does not cache shares on failed submission to prevent low memory hardware (eg Avalon) from crashing.
|
12 years ago |
Con Kolivas
|
c4a8f47769
|
Merge pull request #429 from mhren/patch-1
Update util.c
|
12 years ago |
mhren
|
c5bfc45233
|
Update util.c
Apple OS/X does not define MSG_NOSIGNAL. Use SO_NOSIGPIPE instead
|
12 years ago |
Con Kolivas
|
32c41bd03c
|
Bump version to 3.1.1
|
12 years ago |
Con Kolivas
|
3f0842f7bd
|
Update NEWS.
|
12 years ago |
Con Kolivas
|
1a7a87c2a6
|
Use a discrete device target for scrypt that dynamically changes to ensure we still report a work utility even if no shares are submitted such as in solo mining.
|
12 years ago |
Con Kolivas
|
2fb6637b5a
|
Make set_work_target a function to set a specified char as target for use elsewhere.
|
12 years ago |
Con Kolivas
|
0b6ee62cc4
|
Further consolidate the hash regeneration between sha and scrypt doing it only once and always checking the share diff for both before submission.
|
12 years ago |
Con Kolivas
|
9a76db8db9
|
Regenerate the hash before checking the share diff in hashtest().
|
12 years ago |