Con Kolivas
|
a973a2da3b
Use intermediate cglock when generating stratum work.
|
13 years ago |
Con Kolivas
|
72cd8fe28e
Update exactone diff.
|
13 years ago |
Con Kolivas
|
00b6319db6
Minor typo.
|
13 years ago |
Con Kolivas
|
f3dfff28b4
Only set stratum auth once to prevent multiple threads being started.
|
13 years ago |
Con Kolivas
|
2aa47b761b
Move the stratum and GBT data to be protected under a new cg_lock data_lock.
|
13 years ago |
Con Kolivas
|
7bf3cf762b
Convert ch_lock to a cglock.
|
13 years ago |
Con Kolivas
|
ef872eba28
Convert control lock to cglock.
|
13 years ago |
Con Kolivas
|
1e985e38b3
Do host to le32 conversion on shown hash for stratum share results.
|
13 years ago |
Con Kolivas
|
3088e7763f
Keep the unique new id assigned during make_work
|
13 years ago |
Xiangfu
|
0e87e83401
fix the display. remove test data
|
13 years ago |
Xiangfu
|
9f8ab773f3
now we have dynamic get_work_count
|
13 years ago |
Xiangfu
|
c5f0b6d0f8
add options, if write() error. sleep(1) before reset()
|
13 years ago |
Xiangfu
|
8e537d2d5a
change defines to avalong parameters
|
13 years ago |
Xiangfu
|
5ce32becf2
cgminer.c: try to correct the pool_status and dev_status
|
13 years ago |
Xiangfu
|
3e2e52e4ce
cgminer.c: more work on multi-works
|
13 years ago |
Xiangfu
|
5a66c19b2e
since we submit task as bulk data. modify again
|
13 years ago |
Xiangfu
|
c6a9f7d08b
add scanhash_queue
|
13 years ago |
Xiangfu
|
e2cb58d4ff
more AVALON defines
|
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
|
6e2e7d36de
Differentiate socket full from sock full.
|
13 years ago |