Kano
|
abaaf93c8d
|
Correct API version to match docs
|
12 years ago |
Kano
|
03f626e68d
|
Remember best share per pool and return in API pools
|
12 years ago |
Kano
|
07db1ed687
|
BFL USB api.c usbstats
|
12 years ago |
Kano
|
e931b72753
|
API V1.23 - new pgaset command, to be used soon
|
12 years ago |
Kano
|
454bc4c3d2
|
API show if pool has GBT (so people know not to use that pool)
|
12 years ago |
Kano
|
800ea01658
|
API stats - display pool byte transfer stats
|
12 years ago |
Kano
|
a58933dc09
|
api use a dynamic io buffer, truncated before it reaches the current ~64k limit
|
12 years ago |
Con Kolivas
|
f3b96b8d26
|
Do not do any setup if opt_api_listen is disabled in api.c.
|
12 years ago |
Kano
|
e55fe73f9a
|
API add Best Share to summary
|
12 years ago |
Kano
|
a67e96c3e4
|
API lock access to some summary statistics (and copy them)
|
12 years ago |
Kano
|
152e7e36a2
|
mmq usb v0.4 + api usb stats
|
12 years ago |
Kano
|
29484e8411
|
API - add Stratum information to pools
|
12 years ago |
Con Kolivas
|
c113534feb
|
Begin support for mingw stratum build.
Conflicts:
configure.ac
|
12 years ago |
Kano
|
6d6692ce9a
|
api.c DEBUG message has no paramter
|
12 years ago |
Con Kolivas
|
f6f43500c0
|
Detect stratum in common place when adding urls, and use a bool to tell us when it's active.
|
12 years ago |
Con Kolivas
|
144a016097
|
Add data structures to pool struct for socket communications.
|
12 years ago |
Con Kolivas
|
b3cdd8029a
|
Put all socket definitions in util.h to allow reusing by added socket functions to be used in util.c.
|
12 years ago |
Kano
|
7c32562d80
|
API stats add some pool getwork difficulty stats
|
12 years ago |
Kano
|
17973c59c4
|
API don't change 'Diff1 Shares' - backward compatability FTW
|
12 years ago |
Kano
|
a6bf276f6b
|
API - Add last share difficulty for devices and pool
|
12 years ago |
Kano
|
89b6989fb3
|
Store and report Accepted,Rejected,Stale difficulty in the summary and API
|
12 years ago |
Kano
|
a2cc588c51
|
api.c remove compile warnings
|
12 years ago |
Kano
|
bd3c98aaaf
|
Optional WorkTime details with each Accepted/Rejected work item
|
12 years ago |
Kano
|
ade940bcba
|
api.c all STATUS messages automatically escaped
|
12 years ago |
Kano
|
fd2fa260c7
|
api.c add missing escape for comma in MSG_PGAUNW
|
12 years ago |
Kano
|
99f0607fb2
|
API add display of and setting queue,scantime,expiry
|
12 years ago |
Kano
|
cef9731fbc
|
CURL support for individual proxy per pool and all proxy types
|
12 years ago |
Kano
|
9950cff5ae
|
API pgaidentify - unsupported message should be a warning
|
12 years ago |
Kano
|
9487ba05cd
|
API/BFL identify a device - currently only BFL to flash the led
|
12 years ago |
Kano
|
7a2407f15c
|
BFL add throttle count to internal stats + API
|
12 years ago |
Kano
|
93555e271a
|
API add device diff1 work
|
12 years ago |
Kano
|
381478e65c
|
api.c Correct diff1 field name
|
12 years ago |
Kano
|
568b0fed89
|
API allow full debug settings control
|
12 years ago |
Kano
|
d5f485c517
|
Pools: add RollTime info to API 'stats' and 'Stats' button in miner.php
|
12 years ago |
Kano
|
b3e9858c9f
|
API new command 'coin' with mining information
|
12 years ago |
Kano
|
9210abdf60
|
API V1.17 show Work Utility and Diff1 Shares
|
12 years ago |
Kano
|
70c57e7d40
|
api.c typo
|
12 years ago |
Kano
|
95dff7363e
|
API allow display/change failover-only setting
|
12 years ago |
Kano
|
b33ea2674d
|
api.c update API start message and include port number
|
12 years ago |
Kano
|
56f06e1e9b
|
API remove unused warning in non-GPU compile
|
12 years ago |
Kano
|
ede0dd6a52
|
api.c in linux allow to open a closed socket in TIME_WAIT
|
12 years ago |
Kano
|
70cba2ae25
|
Style
|
12 years ago |
Kano
|
51940ec719
|
api.c verify poolpriority parameters before changing pools
|
12 years ago |
Kano
|
854a80ff03
|
api.c poolpriority changes
|
12 years ago |
Con Kolivas
|
e87ff7c177
|
Keep a counter of enabled pools and use that instead of iterating over the pool list. Use that value to ensure we don't set the last remaining active pool to the rejecting state.
|
12 years ago |
Luke Dashjr
|
5ef9c13924
|
Bugfix: API: Report errors from poolpriority command
|
12 years ago |
Luke Dashjr
|
8326d2dcaf
|
RPC: New "poolpriority" command to set the order of pool priorities
|
12 years ago |
Luke Dashjr
|
a854779077
|
rpc: Use a single switch statement for both stringifications of cgpu->status
|
13 years ago |
Con Kolivas
|
0ed757a020
|
Use switch statement for cgpu->status and fix spelling.
|
13 years ago |
Luke Dashjr
|
c57c308d1f
|
Bugfix: Don't declare devices SICK if they're just busy initializing
This mainly applies to ModMiner since it takes 4-5 minutes to upload the bitstream
|
13 years ago |