Xiangfu
|
d55cd98133
fpgautils.c: add get_serial_cts
|
13 years ago |
Xiangfu
|
3fcedfe1df
miner: remove avalon mutex
|
13 years ago |
Xiangfu
|
afba5c709d
understand the avalon protocol more
|
13 years ago |
Xiangfu
|
d9a4af9816
stick with plan, new software structrue but target as lancelot
|
13 years ago |
Xiangfu
|
78e3e588d4
miner.h: add the avalon mutex
|
13 years ago |
Xiangfu
|
e7d2bf5fdb
add avalon.h
|
13 years ago |
Xiangfu
|
dd88ad0a40
fix warning
|
13 years ago |
Xiangfu
|
5c76c8d214
add TODO comments
|
13 years ago |
Xiangfu
|
e2cb58d4ff
more AVALON defines
|
13 years ago |
Xiangfu
|
1024ecc455
more work
|
13 years ago |
Xiangfu
|
10770cced6
enable hardware flow control
|
13 years ago |
Xiangfu
|
d77accb862
add driver-avalon.c
|
13 years ago |
Xiangfu
|
93a7c54fdb
add avalon support to automake
|
13 years ago |
Con Kolivas
|
47db8e99be
Bump version to 2.10.5
|
13 years ago |
Con Kolivas
|
b8e20d078e
News update.
|
13 years ago |
Con Kolivas
|
903c666326
Fix logic fail on partial writes with stratum send that was leading to corrupt message submissions.
|
13 years ago |
Con Kolivas
|
3804850141
Do not consider every call to stratum_resumed a pool recovery unless it was actually idle.
|
13 years ago |
Con Kolivas
|
73b7d7b0c9
Do not enable the pool disable on reject feature unless explicitly enabled with --disable-rejecting.
|
13 years ago |
Kano
|
f52f02e9b7
Stratum disconnect shares - count total against stale
|
13 years ago |
Con Kolivas
|
ffdcaed49d
Use sanity checking to prevent a possible overflow with invalid data being given by the pool for difficulty as reported by luke-Jr.
|
13 years ago |
Con Kolivas
|
81025611ac
Check for calloc failure for completeness in gen_stratum_work.
|
13 years ago |
Con Kolivas
|
d644fdf1f4
Cache the coinbase length to speed up stratum work generation.
|
13 years ago |
Con Kolivas
|
0870ab7532
Cache the header length when generating stratum work to avoid calculating it on every work generation, and to only need one alloc+sprintf, speeding up work generation.
|
13 years ago |
Con Kolivas
|
5402941691
Use heap ram for coinbase in gen_stratum_work, zeroing it before use.
|
13 years ago |
Con Kolivas
|
51d11a28f9
Provide a wrapper for aligning lengths of size_t to 4 byte boundaries.
|
13 years ago |
Con Kolivas
|
7e2b1e80aa
Fix memory leak on stratum share submission.
|
13 years ago |
Con Kolivas
|
ec9b32aac0
Zero the best share string memory when zeroing stats.
|
13 years ago |
Con Kolivas
|
b53372b43d
Bump version to 2.10.4
|
13 years ago |
Con Kolivas
|
5e83030c65
Update NEWS.
|
13 years ago |
Con Kolivas
|
e1387dc85c
Change the pool stratum socket buffer to be dynamically allocated to accomodate any size coinbase and keep receiving data in recv line for up to 60s if no end of line has been received.
|
13 years ago |