Con Kolivas
|
5a0b4f62d0
Map GPU devices to virtual devices in their true physical order based on BusNumber.
|
14 years ago |
Con Kolivas
|
06fd9c4a4c
Detect dual GPU cards by iterating through all GPUs, finding ones without fanspeed and matching twins with fanspeed one bus ID apart.
|
14 years ago |
Kano
|
63e31b4d78
Move intensity range values into miner.h
|
14 years ago |
Con Kolivas
|
9549dacf99
Detect dual GPU cards via the indirect information of - 1st card has a fan controller. 2nd card does not have a fan controller, cards share the same
|
14 years ago |
Luke Dashjr
|
4ae7baf0e1
BitForce: Need to use CreateFile and low-level (descriptor-based) C APIs on Windows, since fopen doesn't work with serial ports
|
14 years ago |
Con Kolivas
|
2d29cdb611
Read off lpThermalControllerInfo from each ADL device.
|
14 years ago |
Kano
|
ec2c0b784f
Add API commands: config, switchpool, gpu settings, save
|
14 years ago |
Con Kolivas
|
e15d57d729
Implement socks4 proxy support.
|
14 years ago |
Con Kolivas
|
2d5bbc7756
Provide nanosleep() equivalent for windows.
|
14 years ago |
Con Kolivas
|
1b0b7e4a7c
Merge pull request #78 from luke-jr/bugfix_adl
|
14 years ago |
Luke Dashjr
|
9a0bcc8890
Bugfix: Iterate over devices rather than threads for watchdog (and ADL)
|
14 years ago |
Con Kolivas
|
5179d22463
Introduce a --net-delay option which guarantees at least 250ms between any networking requests to not overload slow routers.
|
14 years ago |
Con Kolivas
|
9840c12e74
Generalise locking init code.
|
14 years ago |
Luke Dashjr
|
3cb7221878
Restore old ugly inconsistent display of ADL information before the standard info
|
14 years ago |
Luke Dashjr
|
5dfc8b694f
BitForce FPGA support
|
14 years ago |
Luke Dashjr
|
b9d197dee8
Refactor the CPU scanhash_* functions to use a common API. Fixes bugs.
|
14 years ago |
Luke Dashjr
|
a4d1fe1e5d
Refactor miner_thread to be common code for any kind of device
|
14 years ago |
Luke Dashjr
|
845961af66
Refactor to abstract device-specific code
|
14 years ago |
Kano
|
5033dcd355
fix test/set of thr->pth to also work in windows
|
14 years ago |
Con Kolivas
|
2257b5023a
Simplify longpoll changeover to just check which pool it should grab its next longpoll from. This should prevent locking hangs and thread cancellation
|
14 years ago |
Con Kolivas
|
b69aa23470
Use control_lock to protect thr->pth for thread creation/destruction.
|
14 years ago |
Kano
|
50a0892254
2.0.8x Full GPU stats, descriptive field names and --api-description
|
14 years ago |
Kano
|
45068ced82
Version 2.0.8w (windows changes)
|
14 years ago |
Kano
|
45ebf2c5b4
Fix threading issues and bugs
|
14 years ago |
Kano
|
d234b857ff
API v0.2 Added GPU commands and improved messages
|
14 years ago |
Kano
|
df3fad3dbc
Add API options for port and listen mode
|
14 years ago |
Kano
|
49532277df
Add summary command
|
14 years ago |
Kano
|
bbe1702d66
Add quit command
|
14 years ago |
Kano
|
2358056606
API v0.1
|
14 years ago |
Con Kolivas
|
b0bfd816d6
Don't build VIA on apple since -a auto bombs instead of gracefully ignoring VIA failing.
|
14 years ago |