Stratehm / stratum-proxy

Java implementation of a stratum->stratum/HTTPGetwork proxy with a Web GUI and some pool switching strategies (PriorityFailover, WeightedRoundRobin). Simple to install and configure.
GNU General Public License v3.0
199 stars 118 forks source link

API: Specify Timespan for hashrate #67

Open coolinger opened 8 years ago

coolinger commented 8 years ago

Problem: When I want to see the activity of the last hour I currently have to wait up to one second per user because the server sends a very large response.

Feature request: Add two optional parameter of type timestampDTO (start, end) for hashrate/user and hashrate/pool to specify the timespan of the result.