Con Kolivas
|
9804d2d6a1
Add extensive GPU FAQs for the flood of new Scrypt miners.
|
13 years ago |
Luke Dashjr
|
67638b8416
Implement minerloop_queue for devices that process work items too fast to keep track of which one they're currently working on
|
13 years ago |
Con Kolivas
|
ada8ca18b5
Rename cgminer version to 2.10.5a
|
13 years ago |
Con Kolivas
|
2675c5c397
Remove help option for cpumining in build environment.
|
13 years ago |
Con Kolivas
|
00f7688142
Remove scripts that make it too easy to compile CPU mining support.
|
13 years ago |
Con Kolivas
|
1a8bfad0a0
Merge pull request #416 from gzm55/master
|
13 years ago |
James Z.M. Gao
|
c9ae715019
Compile CPU mining for win32 and win64
|
13 years ago |
Con Kolivas
|
3c5ad8e44b
Add name to copyright for avalon driver.
|
13 years ago |
Con Kolivas
|
691b5289b0
Make sure to set timeout to 100ms instead of 1ms in avalon read loop for select.
|
13 years ago |
Con Kolivas
|
65bee71c21
Make sure to get time of first response in avalon read loop.
|
13 years ago |
Con Kolivas
|
d013551862
Use select for a reliable timeout in avalon read and don't read 1 byte at a time, optimising read loop.
|
13 years ago |
Con Kolivas
|
ba1ff87356
We should break on the loop on a work restart in avalon, and only consider all errors if we actually have gotten some results.
|
13 years ago |
Con Kolivas
|
fc65385e0e
Avalon init on comms error as well.
|
13 years ago |
Luke Dashjr
|
7454181fcf
Merge commit 'd41b6b2' into bfgminer
|
13 years ago |
Luke Dashjr
|
d41b6b2830
Clarify stratum mining.set_difficulty debug log message
|
13 years ago |
Con Kolivas
|
669fc3887a
Reinit avalon device in case of FPGA controller mess up.
|
13 years ago |
Con Kolivas
|
80b36ddcb5
Get rid of unused status flag setting for now in avalon.
|
13 years ago |
Con Kolivas
|
a973a2da3b
Use intermediate cglock when generating stratum work.
|
13 years ago |
Con Kolivas
|
72cd8fe28e
Update exactone diff.
|
13 years ago |
Con Kolivas
|
8560b405f2
Add stratum show_message support.
|
13 years ago |
Con Kolivas
|
9f6ff0cfbe
Add net bytes sent/received suport.
|
13 years ago |
Con Kolivas
|
dfea623960
Merge branch 'master' of github.com:ckolivas/cgminer
|
13 years ago |
Con Kolivas
|
6cdbf6e4f1
Remove references to CPU mining from README.
|
13 years ago |
Luke Dashjr
|
440e85db72
Merge branch 'bfgminer' (early part) into queuedwork
|
13 years ago |
Luke Dashjr
|
feb8b755e6
bitforce: Split ZOX command into its own function
|
13 years ago |
Luke Dashjr
|
f374013b81
Merge commit '15f52a9' into bfgminer
|
13 years ago |
Luke Dashjr
|
15f52a91f4
Try to find jansson via pkg-config first, and fall back to checking system defaults if that fails
|
13 years ago |
Luke Dashjr
|
b83b6dbed4
No longer call configure from autogen.sh
|
13 years ago |
Con Kolivas
|
d37b3146c4
Increase reliability of avalon startup by only opening and resetting the device once, looking for the id sequence offset by one byte as well, and still ignoring if it's wrong, assuming it is an avalon.
|
13 years ago |
Con Kolivas
|
18f4d1aa0c
Nest avalon_decode functions to avoid doing unnecessary lookups once we have found the nonce.
|
13 years ago |