Kano
|
fc14b2ee07
MMQ new initialisation (that works) and clocking control
|
13 years ago |
ckolivas
|
68f9af28f2
Get rid of unused warning for !scrypt.
|
13 years ago |
ckolivas
|
bb4bec98d5
Use select on stratum send to make sure the socket is writeable.
|
13 years ago |
Luke-Jr
|
a28fd13415
Merge pull request #168 from jaketri/bfgminer
|
13 years ago |
Con Kolivas
|
2aa5163b8b
Cope with dval being zero in suffix_string and display a single decimal place when significant digits is not specified but the value is greater than 1000.
|
13 years ago |
Con Kolivas
|
54d2999d77
Pad out the suffix string function with zeroes on the right.
|
13 years ago |
Con Kolivas
|
99adf397bd
Failure to calloc in bin2hex is a fatal failure always so just check for that failure within the function and abort, simplifying the rest of the code.
|
13 years ago |
Con Kolivas
|
b3d4258940
Provide locking around the change of the stratum curl structures to avoid possible races.
|
13 years ago |
Jake
|
9e627b685b
Fix GPU memory allocation size for scrypt
|
13 years ago |
ckolivas
|
53c3cce6ac
Bump opencl kernel version numbers.
|
13 years ago |
ckolivas
|
775a27281a
Remove atomic ops from opencl kernels given rarity of more than once nonce on the same wavefront and the potential increased ramspeed requirements to use the atomics.
|
13 years ago |
ckolivas
|
5fcc8612b4
Clear the pool idle flag in stratum when it comes back to life.
|
13 years ago |
Jake
|
3115b8b315
Fix access violation with scrypt mining
|
13 years ago |
Luke Dashjr
|
2907899b28
jtag: JTAG implementation for X6500 (over ft232r)
|
13 years ago |
Luke Dashjr
|
634223fde3
ft232r: ft232r_read_all function to simplify exact-length reads
|
13 years ago |
Luke Dashjr
|
32245e443b
ft232r: Implement read buffer so ft232r_read always works like read(2)
|
13 years ago |
Luke Dashjr
|
d684f9fbf4
ft232r: Complete necessary interfaces for X6500
|
13 years ago |
Luke Dashjr
|
3d38b92390
Merge branch 'bugfix_free_rpc_req' into bfgminer
|
13 years ago |
Luke Dashjr
|
780d7d91a1
Bugfix: Only free rpc_req after using it, not before
|
13 years ago |
Luke Dashjr
|
1c334051ef
Merge branch 'bugfix_deref_after_free' into bfgminer
|
13 years ago |
Luke Dashjr
|
4b758963b7
Bugfix: Increment work->pool->staged inside of mutex to avoid work being freed (and staged decremented) before we dereference it
|
13 years ago |
Luke Dashjr
|
e02650713a
Merge branch 'bugfix_revert_51d485e' into bugfix_deref_after_free
|
13 years ago |
Luke Dashjr
|
aa5ac58d0b
Revert "No need for extra variable in hash_push.": The extra variable is needed to avoid a rare dereference-after-free error.
|
13 years ago |
Con Kolivas
|
7adb7a30e6
Display correct share hash and share difficulty with scrypt mining.
|
13 years ago |
Luke Dashjr
|
2a29752d9b
Merge commit '04c7a21' into stratum
|
13 years ago |
Luke Dashjr
|
b54d2f9469
Merge commit '57aac50' into stratum
|
13 years ago |
Luke Dashjr
|
749ef4739a
Merge commit '25c39c9' into stratum
|
13 years ago |
Luke Dashjr
|
be360ffae2
Merge commit '7450b25' into stratum
|
13 years ago |
Luke Dashjr
|
051b808fd8
Merge commit '2a9b3e3' into stratum
|
13 years ago |
Luke Dashjr
|
136ed00e2a
Merge commit '1c22c0e' into stratum
|
13 years ago |