Commit Graph

68 Commits

Author SHA1 Message Date
Potato 83f4ba2497
Revert "Fix/getting started (#195)" (#196)
This reverts commit 86c121295b.
2022-08-12 23:29:07 -05:00
Potato 86c121295b
Fix/getting started (#195)
* Fix getting started, payments, and update config_example.json
2022-08-12 23:22:02 -05:00
Potato f5fd433377
Bug/add payments page (#188)
Add payments page to nav. Fix payments page display
2022-03-21 15:53:43 -05:00
Potato 1fe93a6fab
Allow defined confirmations for block mature (#187)
* Correct RPC ports for zec_testnet

* Allow defined confirmations for block mature
2022-03-19 18:11:23 -05:00
Potato 2c6dea65ad
Revert "Defined confirmations (#182)" (#186)
This reverts commit df3d9e78d3.
2022-03-17 19:52:17 -05:00
Potato df3d9e78d3
Defined confirmations (#182) 2022-03-17 17:42:47 -05:00
Michael Ira Krufky 0ce7fc4667 Fix copy/paste error: stats -> blocks (#148)
The link for api/blocks should read as "blocks" rather than "stats".
2019-07-28 23:31:43 -05:00
StefanV 19290a9a16 Non secure urls (#97)
Modified URLs to use https because browsers (google chrome) flags the website as insecure when requesting not secured content.
2018-12-09 03:02:48 -06:00
nettts 0e6bd5710e
Updated to new logo and favicon (#62) 2018-09-10 01:17:15 -04:00
Beshoy Girgis 9842f9a407
Rename to s-nomp (#45) 2018-08-12 20:51:25 -05:00
zzzpotato e338bdcf09 Link fix in footer (#35) 2018-08-09 10:44:41 -04:00
zzzpotato 309170d1f3 Configurable explorer urls (#7)
Instead of having a huge if/else block in several places, this commit enables configuring the explorer urls in the coin's config file. This allows configuration to remain together and is extracted from the code.
2018-07-23 15:23:35 -05:00
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