xisi
b728b680ca
blah blah
2014-01-28 07:26:08 -05:00
Sebastian Grewe
d4557982ba
[FIX] API call for transactions
...
Fixes #1602 once merged.
2014-01-27 09:13:09 +01:00
Sebastian Grewe
90d0ff1081
Merge pull request #1546 from ahmedbodi/patch-1
...
Get Cronjob Status API
2014-01-23 23:13:42 -08:00
Hüseyin Uslu
b518ce0799
Tiny update.
2014-01-24 00:38:28 +02:00
Hüseyin Uslu
0639af54b3
Added reward_type and reward info to api/getpoolinfo
2014-01-24 00:37:50 +02:00
ahmedbodi
6d7d3f2026
Update getcronjobstatus.inc.php
2014-01-23 20:23:41 +00:00
ahmedbodi
ece8b3adf6
Create getcronjobstatus.inc.php
2014-01-23 10:29:01 +00:00
Neozonz
7a21b05a3d
[BUG] Fix txfee API call with added support for old API calls
...
[ADD] txfee_auto to API Calls
[ADD] txfee_manual to API Calls
[ADD] confirmations to API Calls
2014-01-23 02:38:34 -05:00
Neozonz
0faf23027a
[CACHE] Readded
2014-01-21 20:29:09 -05:00
Neozonz
a9853e2832
[Removed] Caching for testing
2014-01-21 20:18:38 -05:00
Neozonz
3222792533
[BUG FIX] Missing JSON
2014-01-21 20:14:13 -05:00
Neozonz
be8437e9dd
[FIX] Missing User ID argument
2014-01-21 20:07:07 -05:00
Neozonz
02f085f2d7
[FIX] MySQLi Queries
2014-01-22 00:13:58 +00:00
Neozonz
1630d85440
[FIX] Cache by Account_ID
...
[FIX] Query by Username
2014-01-21 06:58:28 -05:00
Neozonz
07e8af55f8
[FIX] Added back accound_ids for caching
...
[FIX] SQL string termination
2014-01-21 06:42:08 -05:00
Neozonz
df97e7a8ea
[Optimize] Switched calls to username from id
2014-01-21 06:41:00 -05:00
Neozonz
9e8841b1df
[Optimize] Switched calls to username from id
2014-01-21 06:41:00 -05:00
Neozonz
4d845c7c73
[Optimize] Switched calls to username from id
2014-01-21 06:41:00 -05:00
Neozonz
4b98c09fb2
[Optimize] Switched calls to username from id
2014-01-21 06:41:00 -05:00
Neozonz
3d72da0ca4
[Optimize] Switched calls to username from id
2014-01-21 06:40:59 -05:00
Sebastian Grewe
58e23975b7
[FIX] Anon worker_name on getblocksfound API
...
Forgot that.
2014-01-14 17:10:08 +01:00
Sebastian Grewe
98f2a2d61a
[FIX] Honor anon flag on API getblocksfound
...
Fixes #1407 once merged
2014-01-14 17:04:59 +01:00
Hüseyin Uslu
0340bf523d
added two brand new api calls; getblockstats and getpoolinfo
2014-01-13 23:57:26 +02:00
Sebastian Grewe
9a959164a6
[FIX] wrong percentage calculations in API
2014-01-11 13:18:46 +01:00
Sebastian Grewe
5f942d9ba7
[CLEANUP] Dashboard number formatting
...
Cleans up some Ajax data on the dashboard to match the static template
data format. No more jumpy numbers.
Fixes #1354
2014-01-11 13:10:44 +01:00
Sebastian Grewe
e762bb0391
[IMPROVED] Use data interval on getuserworkers
2014-01-01 09:08:09 +01:00
Sebastian Grewe
8e4c56d597
[IMPROVED]
...
Splitting dashboard calls up instead of using one single API call:
* Use getuserbalance for Balance updates
* Use getuserworkers for Worker updates
For those and potential other SQL intensive Ajax calls I have added a
long ajax refresh interval setting. It can be set via admin panel and
will change the refresh time on the JS file on the dashboard for those
two calls.
Should help a bit with high worker and transaction volume pools.
Address #1159
2013-12-30 19:23:27 +01:00
Sebastian Grewe
9485b3f9d6
[ADDED] Possibility to disable navbar live updates
...
* Added new admin options: disable_navbar and disable_navbar_api
* Removes LIVE STATS from navigation list
* Removes live updates on Pool General Statistics page
* Added system load checks to getnavbardata API call
This will help to decrease load on high-volume servers at the cost of
losing live status.
Fixes #1014 once merged.
2013-12-23 21:38:21 +01:00
Sebastian Grewe
5cf9ed0b3a
[ADDED] getusertransactions API call
...
* Fetch last `n` transactions, default `5` max `30`
* Fetch transaction summary if enabled in admin panel
Fixes #1079 once merged.
2013-12-23 21:20:39 +01:00
Sebastian Grewe
e2681fe5bf
[UPDATE] Moved transactions into special API call
2013-12-23 21:20:33 +01:00
Frederick Behrends
ccb14c37cd
added blocks until next difficulty change to EstNextDifficulty
2013-12-20 03:59:47 +01:00
Sebastian Grewe
6cc367ad50
[FIX] Admin User Panel for PPS Payouts
...
This will fix #986 once merged.
2013-12-17 10:56:37 +01:00
Frederick Behrends
ed769f9659
Moved Calculation of "Expected Time Per Block (Network)" and "Next Difficulty" to Statistics Class and fixed Dashboard-API for Ajax Refresh
2013-12-16 21:51:31 +01:00
Frederick Behrends
f09459433b
added "Est. Next Difficulty" and "Avg. Time per Round" to dashboard and dashboard api
2013-12-16 20:01:22 +01:00
Sebastian Grewe
50634502d2
[ADDED] Transaction summary to getuserstatus API
...
Fixes #917 once merged.
2013-12-08 09:45:51 +01:00
Sebastian Grewe
217f4a7993
[MERGE] Fixed merge conflict
2013-12-06 15:45:03 +01:00
Sebastian Grewe
4bd371ffc6
[IMPROVED] Check system load, dashboard updates
...
This will suspend any dashboard updates if the system load exceeds a
configurable threshold. Graphs will not update until the system load is
again below the threshold.
See dist config for new option.
Should help those pools suffering from too many live update users.
2013-12-06 14:58:37 +01:00
Sebastian Grewe
9bd1f8e963
[ADDED] System load to dashboard call
2013-12-06 14:38:59 +01:00
Sebastian Grewe
ca427b414b
[FEATURE] Disable Dashboard and Dashboard API
...
Allows pools to disable the dashboard and dashboard API completely.
Useful if you are not running a master/load(/load/load) setup to deal
with frequent live queries.
Fixes #876 once merged.
2013-12-04 09:54:11 +01:00
Sebastian Grewe
8e7004dd7d
[ADDED] gettopcontributors API call
...
* List top 15 share and hashrate contributors
Fixes #866
2013-12-03 09:15:51 +01:00
Sebastian Grewe
9c101e5ca0
[FIX] Division by 0
2013-12-02 17:14:16 +01:00
Sebastian Grewe
61d52657f1
[FIX] Division by 0
2013-12-02 17:13:55 +01:00
Sebastian Grewe
5edf88b2ee
[FIX] Division by 0
2013-12-02 17:13:09 +01:00
Sebastian Grewe
e3d7fd6e81
[UPDATE] getdashboarddata pool info added
2013-11-12 08:50:01 +01:00
Sebastian Grewe
c7b783f6d5
[ADDED] Pool name to dashboard API
2013-11-11 14:41:57 +01:00
Sebastian Grewe
dd1ef86b81
[ADDED] Pool name to getpoolstatus API
2013-11-05 15:15:48 +01:00
Sebastian Grewe
4e68de0e5a
[FIX] Display issues on SHA coins
...
* [FIX] Estimated shares on various places
* [ADDED] Calculate estimated shares based on network diff in stats
class
* [UPDATED] Themes updated as needed
Fixes #819 once merged
2013-11-04 18:23:38 +01:00
Sebastian Grewe
f6056aced1
[FIX] Propagate dashboard when API disabled
...
Fixes #804
2013-10-31 08:02:26 +01:00
Sebastian Grewe
c6dd4086ff
Merge pull request #764 from TheSerapher/payout-fixes
...
Payout fixes
2013-10-28 05:20:19 -07:00
Sebastian Grewe
1b53456fd6
[FIX] No user round shares on navbardata API
2013-10-27 03:08:59 +01:00