Commit Graph

22 Commits

Author SHA1 Message Date
sennevb 1bccbebbf2 Update api.js 2017-10-24 06:06:46 +02:00
sennevb 289600de24 compression 2017-10-22 19:21:41 +02:00
hellcatz 3f30f01a9f Update api.js
From https://github.com/z-classic/z-nomp/pull/174/files
2017-09-04 19:56:01 -07:00
hellcatz 9911037d1b Update api.js
Add blocks api call.
Add immature balance to api.
2017-09-01 19:07:15 -07:00
hellcatz e2af3372dd Update api.js
Set `Content-Type: application/json` on api requests. This may help with browser compatibility and also allows browsers to render the json visually when directly browsing the api.
2017-08-30 17:27:15 -07:00
hellcatz 8fd1d7eceb Fixes & Zen Updates (#149)
* Create zen.json

* Update api.js

Remove unnecessary address.startWith() check in api for improved support of future Zcash forks.

* Update zen.json

* Update paymentProcessor.js

Improved operation id handling during RPC call errors.
Improved error handling and reporting during payment RPC call errors.
Force final rounding of addressAmounts array.
Limit tries when reducing rewards due to insufficient funds.
Do not processPayments at start of z-nomp.

* Update paymentProcessor.js

Improved error handling in cacheNetworkStats()
Updates to error messages

* Update paymentProcessor.js

Remove false positive

* Update paymentProcessor.js

Remove another false positive
2017-05-30 18:15:34 -04:00
hellcatz 6edd190842 Update api.js 2017-05-13 15:50:05 -07:00
hellcatz c04bcf166d coins: added requireShielding boolean
coins: updated zcash_testnet founders addresses
configs: added komodo_example.conf
api.js: added payments json api call
stats.js: improved getTotalSharesByAdress to support multiple coins.
stats.js: report more collected stats
stats.js: report payment stats
stats.js: optimizations to historical data saving
paymentProcessor.js: added requireShielding support
paymentProcessor.js: added support to pay directly from komodo pool address without shielding first
paymentProcessor.js: lower tx fee reserve for komodo to 0.00005 KMD
paymentProcessor.js: tx fee reserve for all coins is 0.0004
paymentProcessor.js: improved multi-coin support
paymentProcessor.js: added minConfShield and minConfPayout variables
paymentProcessor.js: updated coin network stat caching
paymentProcessor.js: improved operation id handling when shielding coins
paymentProcessor.js: updated coin network stat caching
paymentProcessor.js: updated payment stat collection in redis
miner_stats.html: removed ZEC references
2017-04-01 17:04:04 -07:00
Procrastinator 24f48be37c Merge pull request #99 from hellcatz/patch-1
BugFix: api.js
2017-03-26 21:47:56 -04:00
Procrastinator 90b8d0fe33 Update api.js 2017-03-26 21:46:47 -04:00
hellcatz 2d80fc21f6 Update api.js
BugFix: When using multiple coins the miner stats could be incorrect.
2017-03-15 19:41:39 -07:00
hellcatz 25e94a305e Added miner_stats.js
Added miner_stats.html
Added worker stats api call to api.js
Added miner_stats.html page to website.js
Updated workers.html to support worker stat pages.
Do not log accepted shares to console in poolWorker.js
Removed worker and block charts from stats.html and stats.js
Updated stats.html to show found blocks
Major updates to paymentProcessor.js
* worker names now supported
* operation id monitoring
* prevent duplicate shielding operations
* payments tracking to redis
* duplicate invalid block handling
* updates to balance rounding
* coin network stats logging to redis
2017-03-08 20:06:39 -08:00
Matt cf74cd4119 Fixed stat page erroring when coins were added. Changed default stat update interval to 60 seconds. 2014-04-11 17:26:45 -06:00
Matt 201d02d10b Refactored website. Added historical stats. 2014-04-10 19:33:41 -06:00
Matt 72c26213a1 Updated git info for node-stratum-pool and refactored website/api structure. 2014-03-25 16:21:17 -06:00
Matt ceb6f0dae0 More stats added 2014-03-22 13:58:51 -06:00
Matt ca60e5e7f4 Added live stats 2014-03-19 14:24:29 -06:00
Matt d1ee74b406 Lots of work on front-end 2014-03-19 00:54:18 -06:00
Matt ed9e61b8ee Working on stats and payment processing 2014-03-15 18:58:28 -06:00
Matt 0db53a296f Work on front-end 2014-03-14 01:18:51 -06:00
Matt 0edfbdf0e1 Added logLevel to portal config 2014-03-13 15:03:28 -06:00
Matt 6899186dc3 Some work on website/api 2014-03-13 00:37:27 -06:00