Luke Dashjr
|
aca52543c2
Merge commit 'd3bf0b0' into bfgminer
|
13 years ago |
Luke Dashjr
|
d3bf0b0da5
Bugfix: Stratum: Use curl_easy_cleanup to close connection, so cURL understands what is going on
|
13 years ago |
Luke Dashjr
|
85d2ae7f3b
Bugfix: bitforce: Rework sleep delay adjustment logic to properly deal with more accurate timing readings (added in device API update)
|
13 years ago |
Luke Dashjr
|
a49748ff85
Merge commit 'ae78270' into bfgminer
|
13 years ago |
Luke Dashjr
|
ae78270155
Bugfix: hash_pop: If a work should be rolled, use a clone of it rather than consume a rollable work
|
13 years ago |
Xiangfu
|
abe699cd9f
fix the work_i3 init
|
13 years ago |
Luke Dashjr
|
b15ddbd536
Hidden --force-rollntime option for getwork pools (use like --pool-priority, after each pool definition)
|
13 years ago |
Luke Dashjr
|
c6c0e7598b
Include processor id in get_work logging
|
13 years ago |
Con Kolivas
|
580607cf1c
Update kernel file names signifying changes.
|
13 years ago |
Con Kolivas
|
2c3a946cf9
Update a pool's last work time when the work is popped as well as staged.
|
13 years ago |
Con Kolivas
|
5c32a47b96
Merge pull request #375 from luke-jr/bugfix_cfgwrite_fnleak
|
13 years ago |
Luke Dashjr
|
c6f5906f64
Merge branch 'request_diff' into bfgminer
|
13 years ago |
Luke Dashjr
|
bed531938c
Support for BIP23 BPE request target extension via new --request-diff option
|
13 years ago |
Con Kolivas
|
b4cac54a7e
Keep stratum connections open for 2 minutes after the last work item was staged to allow stray shares to be submitted on pool switching.
|
13 years ago |
Luke Dashjr
|
dc7ef6df37
openwrt: Move Makefile into a bfgminer subdirectory to avoid symlinking issues
|
13 years ago |
Luke Dashjr
|
ba9df2f274
Merge remote-tracking branch 'remotes/avalon/avalon' into avalon
|
13 years ago |
Xiangfu
|
0661d7e996
add reinit_device
|
13 years ago |
Luke Dashjr
|
fd1f273d55
Hidden option to reduce "work update" messages to debug level: --quiet-work-updates
|
13 years ago |
Luke Dashjr
|
478d00909f
Change "work restart" to "work update" in messages to reflect reality more accurately (no work is lost), and normalize case of "longpoll"
|
13 years ago |
Con Kolivas
|
3c949e5f6c
Try to extract the sessionid associated with mining.notify on 3rd level array and submit it along with the userid to support mining resume, failing gracefully and restarting if the pool rejects it.
|
13 years ago |
Con Kolivas
|
d9d5a1a0b6
Speed up watchdog interval and therefore display updates to 2 seconds.
|
13 years ago |
Con Kolivas
|
5a3b374962
Update copyright dates.
|
13 years ago |
Luke Dashjr
|
4a40b59263
openwrt: Use --with-curses=ncurses to avoid ncursesw dependency
|
13 years ago |
Luke Dashjr
|
1093a62b9e
Merge commit '1e02306' into bfgminer
|
13 years ago |
Luke Dashjr
|
1e02306f21
configure: Support --with-curses=FOO to look for curses implementation in libFOO
|
13 years ago |
Luke Dashjr
|
2f360c94c4
Merge commit '6eeb794' into bfgminer
|
13 years ago |
Luke Dashjr
|
6eeb794f82
HACK: Since get_work still blocks, reportin all processors dependent on this thread
|
13 years ago |
Luke Dashjr
|
ee064d88e4
If pthread_cancel is missing/emulated, set asynchronous thread cancel type on stage, watchdog, watchpool, and longpoll threads since the emulation cannot support deferred cancellation
|
13 years ago |
Luke Dashjr
|
6eb20f8340
If pthread_cancel is missing (Bionic/Android), emulate it using pthread_kill and pthread_exit
|
13 years ago |
Luke Dashjr
|
1e6e2affb9
configure: Intelligently detect what flags/libs get us working pthread, and define HAVE_PTHREAD_CANCEL if pthread_cancel is available
|
13 years ago |