Con Kolivas
|
1b81ecf932
Just display A: and R: for difficulty accepted and rejected to preserve screen real estate and decrease decimal places for WU.
|
13 years ago |
Luke Dashjr
|
7469a81139
RPC: "devscan" command to probe for new devices
|
13 years ago |
Luke Dashjr
|
3ebf18c531
New (internal) scan_serial function to probe for new devices at runtime
|
13 years ago |
Con Kolivas
|
99b219f99d
Merge pull request #460 from kanoi/master
|
13 years ago |
Kano
|
a94b7be3bc
correct device DR: and remove global U:
|
13 years ago |
Luke Dashjr
|
18c51146aa
Split out per-cgpu temperature configuration code to load_temp_config_cgpu
|
13 years ago |
Luke Dashjr
|
8be8a1fbe6
DevAPI: Modify add_cgpu to use temporary devices_new array, so detection can be done without touching live variables
|
13 years ago |
Luke Dashjr
|
f6b0995cb9
Move more cgpu initialization to allocate_cgpu
|
13 years ago |
Luke Dashjr
|
22c2ce6b0b
Move devtype default assignment to allocate_cgpu
|
13 years ago |
Luke Dashjr
|
732d0bfd82
Move cgpu startup routine to new start_cgpu function
|
13 years ago |
Luke Dashjr
|
a3d3e3183a
Move cgpu_info allocation to new allocate_cgpu function
|
13 years ago |
Luke Dashjr
|
bd8580d56d
Move *.drv_detect calls to a new drv_detect_all function
|
13 years ago |
Luke Dashjr
|
1829750180
DevAPI: add_cgpu: There is no need to hold mutexes while creating devices
|
13 years ago |
Luke Dashjr
|
8dea41b6e1
Merge branch 'strerror' into bfgminer
|
13 years ago |
Luke Dashjr
|
7d0639c2f3
Bugfix: Initialization for bfgtls needs to be done in each thread
|
13 years ago |
Kano
|
800dc24916
Update all screen A/R to instead use DA/DR and device U to WU
|
13 years ago |
kanoi
|
21624df372
Merge pull request #459 from kanoi/master
|
13 years ago |
Kano
|
e76e5afca6
miner.php add ASC fields
|
13 years ago |
kanoi
|
a5437f182f
Merge pull request #458 from kanoi/master
|
13 years ago |
Kano
|
2d8cc36b82
GPU fan rpm display 9999 when it overflows
|
13 years ago |
kanoi
|
951ec31142
Merge pull request #457 from kanoi/master
|
13 years ago |
Kano
|
2beb30f13d
bflsc get volts stats needs its own GETVOLTS
|
13 years ago |
Luke Dashjr
|
7daabff690
Merge commit '11375ff' into bfgminer
|
13 years ago |
Luke Dashjr
|
11375ff700
Bugfix: stratum: Be patient with stratum lines that come in slower than we can process them
|
13 years ago |
kanoi
|
4e16560749
Merge pull request #456 from kanoi/master
|
13 years ago |
Luke Dashjr
|
6a0a7a5bb9
Merge branch 'strerror' into bfgminer
|
13 years ago |
Luke Dashjr
|
831c0d2eee
Use bfg_strerror in locations previously just logging raw error numbers
|
13 years ago |
Luke Dashjr
|
68aa670b50
Bugfix: stratum: Log WSAGetLastError() for error number on recv failures on Windows
|
13 years ago |
Luke Dashjr
|
adc85d0b5c
Use bfg_strerror where it is already needed (for thread-safety)
|
13 years ago |
Luke Dashjr
|
ac0bae4e91
New thread-safe bfg_strerror function to portably stringify error codes
|
13 years ago |