Commit Graph

56 Commits

Author SHA1 Message Date
kalmare 8481e3df5f Fixed Vulnerable of Cross Site Scripting 2017-12-28 18:17:39 +09:00
hellcatz 81bba13224 Update api.html 2017-09-03 14:35:52 -07:00
hellcatz c826e4d8f3 Update miner_stats.js 2017-09-02 11:04:20 -07:00
hellcatz 5891af3a2e Update miner_stats.html 2017-09-02 11:02:52 -07:00
Larry 53183e108c removed my css to make generic for use upstream
I left in tooltip, I find it useful
2017-07-10 09:27:55 -04:00
Larry 3c39b549e0 date function was ugly, this is much better 2017-07-10 09:14:20 -04:00
Procrastinator 6b36c755d4 Merge branch 'master' into madbuda-patch-1 2017-07-07 23:06:47 -04:00
Larry 975e82dedd human readable date in users timezone 2017-07-07 21:20:16 -04:00
Larry 902664c904 allow search by pressing enter or pressing button
really, enter is triggering a function to click the button
2017-07-07 20:52:07 -04:00
Larry 514f2fa869 added hush explorer link to stats page 2017-07-07 20:42:46 -04:00
Larry 0403a7d763 payments.html - revamp (#160)
* payments.html - revamp

revamp of payments page css
-Time
+Transaction ID w/link to explorer
now matches worker stats
https://madmining.club/payments

* Update payments.html

taking out link to explorer
TODO add var for block explorer
2017-07-03 01:50:38 -04:00
hellcatz f6f6f0c712 Fix zen market stats, Add payment page example (#153)
* Update paymentProcessor.js

Fix market stats for zen

* Update paymentProcessor.js

* Update zcash_testnet.json

Undo ZEN changes to zcash file.

* Update zcash.json

Undo ZEN changes to zcash file.

* Update website.js

Add example payments page.

* Create payments.html

* Update payments.html

* Update payments.html
2017-06-04 01:32:41 -04:00
hellcatz 8d5a13697f Update stats.html
Potential exception fix for issue https://github.com/z-classic/z-nomp/issues/131
2017-05-04 18:30:52 -07:00
Aayan L e6c4bf4c10 Fix pie charts to be multipool friendly 2017-05-01 18:25:57 -04:00
Procrastinator d35a770faa Update stats.html 2017-04-30 21:51:14 -04:00
Aayan L 5fafea636c Add tooltip 2017-04-30 19:58:02 -04:00
Aayan L a0548f53eb Add pie chart 2017-04-29 23:52:42 -04:00
hellcatz e0d4c9bd36 Update api.html 2017-04-08 14:29:19 -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
hellcatz 498219deb1 Update stats.html
Cleanup
2017-03-08 21:17:57 -08: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
joshuayabut 4ed38e9daf Update website footer 2016-12-27 13:41:21 -05:00
joshuayabut 2a3402baab Bugfix #51: Incorrect hashrate metrics 2016-12-27 07:53:15 +00:00
joshuayabut c83ed07049 fixup! Bugfix: Hashrate incorrect 2016-12-26 00:35:40 +00:00
Joshua Yabut 17de23d8de Update BTC donation address 2016-12-24 21:35:58 -05:00
joshuayabut 57617f106c Bugfix: Hashrate incorrect 2016-12-22 04:27:02 +00:00
Procrastinator 090ffc42b9 Update index.html 2016-12-14 21:47:07 -05:00
fxminer aa83be32e1 Merge branch 'master' of https://github.com/joshuayabut/z-nomp 2016-12-07 08:18:57 +01:00
fxminer 59db03b524 Stats fixes 2016-12-07 08:12:02 +01:00
nahy 45bddd4804 Fix switching port showing
Fix reading of config file to show active switching ports
2014-06-08 15:01:27 +04:00
Elbandi 581bc02b44 rename wks to workers 2014-05-13 18:59:13 +02:00
Elbandi 257a981c7a Add workers tab 2014-05-13 18:15:21 +02:00
Ari Velakoski 0de705abb1 Update tbs.html
Small typo fixed. Firefox kindly pointed this out.
2014-05-08 22:38:26 +03:00
Matt 5ea852d369 Added client-side mining key generation script for coin-switching port mining 2014-04-30 20:43:43 -06:00
Alejandro Reyero 62c9a59b72 Update tbs.html
Added info about Block status
2014-04-29 10:56:35 +02:00
Alejandro Reyero 25406582b9 Update api.html
Missing closing tag in <LI> pool_stats
2014-04-28 09:54:24 +02:00
Matt 952c7105cc Replaced various listeners (coinswitch and blocknotify) with united NOMP CLI (command-line interface) 2014-04-26 16:23:23 -06:00
Alex Petrov 444fc6c070 Added new tab, Table statistics per coin/algo 2014-04-24 19:19:14 -04:00
Matt da22dad482 Added coin-switching proxy ports to getting started menu. Fixed bug with coin stats on home page not live-updating. Switched zepto to jquery 2014-04-12 16:06:32 -06:00
Matt 2c7c1a19c0 Integers only for yaxis on blocks chart 2014-04-11 17:38:40 -06: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
GMFlash b98dd31d05 Fix ReferenceError: Can't find variable: algos 2014-04-07 12:57:42 -04:00
Jerry Brady 4b49b70e13 Added stat updater per algorithm 2014-04-04 02:56:53 +00:00
Jerry Brady 71024f18dc Fix hashrate bug and add stats by algorithm to index and stats pages 2014-04-04 02:55:35 +00:00
Matt 4a651dec89 Payment processing seems to be working well 2014-03-27 16:29:43 -06:00
Matt f60f9e41e9 Pushed logo 2014-03-27 12:59:35 -06:00
Matt 631575ed7b Added recursive watch so web development is easier. 2014-03-26 20:12:52 -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 f85e7f0825 Restructured website folder 2014-03-19 14:36:44 -06:00