Con Kolivas
|
456431de29
|
Add hashfast to api calls.
|
11 years ago |
Con Kolivas
|
a76b09e4fc
|
Find the greatest common denominator in quotas and use the smallest number of consecutive work items per pool in quota load balance mode to smooth hashrate across pools with large quotas. Give excess quota to priority pool 0 instead of pool 0.
|
11 years ago |
Con Kolivas
|
d0a70eb0ee
|
Add API commands and modify output to support pool quota displaying and changing.
|
11 years ago |
Kano
|
76185ede38
|
API mcast add a description option with miner.php
|
11 years ago |
Kano
|
5b338b2f93
|
api.c remove unused reply string
|
11 years ago |
Kano
|
bdac0633ab
|
api.c fix mcast debug message bug
|
11 years ago |
Kano
|
55e7f31425
|
API mcast only reply to remote IP's that are allowed access
|
11 years ago |
Kano
|
14ac6fa5ab
|
Initial API Multicast response v0.1 to find cgminer APIs
|
11 years ago |
Con Kolivas
|
eeac9d81fc
|
Replace all references to the old n*sleep functions with the equivalent cgsleep_*s replacements.
|
11 years ago |
Kano
|
6b62c402fa
|
API/miner.php add some % fields
|
11 years ago |
Con Kolivas
|
2b171f7fae
|
Limit intensity range according to whether scrypt is in use or not.
|
11 years ago |
Kano
|
802737e8dd
|
BTB voltage management via the API - and set default on startup
|
11 years ago |
Kano
|
369a45431d
|
api correct timeout stat display
|
11 years ago |
Kano
|
759ce6e7d2
|
usb timeouts - min/max also
|
11 years ago |
Kano
|
2dffc96e3c
|
log USB timeouts in API stats
|
11 years ago |
Kano
|
fc89f170a3
|
usbutils add delay API stats
|
12 years ago |
Kano
|
34bedf88c6
|
set MSG_ASCUSBNODEV always defined
|
12 years ago |
Kano
|
a73ed9665a
|
API V1.26 update ASIC support
|
12 years ago |
Kano
|
d2cb412931
|
record and report USB pipe errors via API stats
|
12 years ago |
Kano
|
b5bf34dc85
|
applog/quit fix GPU errors created
|
12 years ago |
Kano
|
84ffcbc51b
|
Use mining start time for device MH/U calculations
|
12 years ago |
ckolivas
|
065d4aabf6
|
Fix build.
|
12 years ago |
Kano
|
65af59b754
|
api correct applog typing
|
12 years ago |
Con Kolivas
|
965129b5b7
|
Duplicate the name string always in api_add_data_full to not need persistent storage for names passed to it.
|
12 years ago |
Con Kolivas
|
412ef440b3
|
Use sock_blocks in api.c
|
12 years ago |
Con Kolivas
|
f4b2790761
|
Remove all CPU mining code.
|
12 years ago |
Con Kolivas
|
293b94c7ed
|
Add API support for Avalon.
|
12 years ago |
Con Kolivas
|
fd87825bf9
|
Convert the ch_lock to cg_lock.
|
12 years ago |
Con Kolivas
|
0bbaaa9723
|
Convert the control_lock to a cg_lock.
|
12 years ago |
Kano
|
efb2403a38
|
API no longer ignore send() status
|
12 years ago |
Kano
|
1eca0476f1
|
API make the main socket non-static
|
12 years ago |
Kano
|
0eafc8b9fe
|
API add 'Network Difficulty' to 'coin'
|
12 years ago |
Kano
|
540f3e89bc
|
Setup BFLSC support
|
12 years ago |
Kano
|
419083a7d2
|
API use control_lock when switching pools
|
12 years ago |
Kano
|
2f6660e83f
|
configure - set USE_USBUTILS when usbutils is required and use it in the code
|
12 years ago |
Kano
|
120e9a072d
|
make rw locks: mining_thr_lock and devices_lock
|
12 years ago |
Kano
|
f8e7012d73
|
api.c fix MSG overlap
|
12 years ago |
Kano
|
be8cadbc46
|
Hotplug - allow setting interval via --hotplug or API
|
12 years ago |
Kano
|
41f099edff
|
API - return Last Valid Work
|
12 years ago |
Kano
|
c14f2ec642
|
API V1.25 - add 'Last Valid Work' time for each device
|
12 years ago |
Kano
|
f56a0fb719
|
API always report failed send() replies
|
12 years ago |
Kano
|
6fb32f7b5d
|
convert sleep(const) to nmsleep()
|
12 years ago |
Kano
|
bc5755233c
|
call a separate get_devices() with locking, as required
|
12 years ago |
Kano
|
983fe2b0c0
|
usbutils hotplug v0.1
|
12 years ago |
Con Kolivas
|
5d122cad93
|
Provide wrappers for grabbing of thr value under the mining_thr_lock.
|
12 years ago |
Kano
|
7abf30b2c0
|
distinguish between drv and it's id enum now called drv_id
|
12 years ago |
Kano
|
61ec1fe91f
|
mutex all access to mining_thr
|
12 years ago |
Kano
|
212f32e5e0
|
Split thr_info array into control_thr and mining_thr pointers so more mining threads can be added later
|
12 years ago |
Kano
|
7fbc3770b4
|
USB move usbdev info that needs to stay around into usbinfo
|
12 years ago |
Kano
|
c1eae36f7b
|
API stats - include pool network bytes + in miner.php
|
12 years ago |