Commit Graph

739 Commits

Author SHA1 Message Date
hellcatz 24a84c6380 Update zen_testnet.json 2017-07-18 21:17:16 -07:00
hellcatz 7a3bf72d41 Update zen.json
Support Zen HF at block 139200
2017-07-18 19:30:43 -07: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 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
Procrastinator 6e638e7bf6 zencash preperations (#143)
* Create zencash_testnet.json

* Update zencash_testnet.json

* Zen testnet parameters

* Core/DAO interval and addresses
2017-05-30 18:14:51 -04:00
hellcatz aa25a81fe1 Improvements to Shielding Process (#147)
* Update paymentProcessor.js

Improved balance rounding and conversions for listUnspent and listUnspentZ

* Update paymentProcessor.js

Extra error detection in RPC callback for listUnspent and listUnspentZ

* Update paymentProcessor.js

logger message fixup

* Update paymentProcessor.js

* Update paymentProcessor.js

Do not process balances equal to fee in sendTToZ and sendZToT

* Update paymentProcessor.js

* Update paymentProcessor.js

* Update paymentProcessor.js

Clear opidCount when daemon reports no operations in progress.

* Update paymentProcessor.js

Default paymentInterval to 3 minutes if missing from pool config.
Warn users on paymentInterval less than 3 minutes.
Force paymentInterval no less than 1 minute to reduce RPC work queue.
Default walletInterval to 1 minute if missing from pool config.
Force walletInterval no less than 1 minute to reduce RPC work queue.
2017-05-25 16:40:53 -04:00
Procrastinator ec70c56327 Fixup Fixup 2017-05-14 02:09:56 -04:00
Procrastinator 5eed7fc001 Merge pull request #142 from z-classic/aayanl-patch-1
Update paymentProcessor.js
2017-05-14 01:57:19 -04:00
Procrastinator 606bc1f0a8 Update paymentProcessor.js 2017-05-14 01:56:39 -04:00
Procrastinator 291c26360d Update paymentProcessor.js 2017-05-14 01:52:26 -04:00
Procrastinator 1988e8186d Fixup 2017-05-14 01:43:52 -04:00
Aayan L be2e0d6bfe Add minconf 2017-05-14 05:42:10 +00:00
Procrastinator f1a9c80feb Merge pull request #141 from hellcatz/patch-8
Resolve Issue #140
2017-05-13 20:22:54 -04:00
hellcatz c5bdda780c Update stats.js
Bugfix to bugfix ;)
2017-05-13 16:13:45 -07:00
hellcatz 9f0a8f5c32 Update stats.js
BugFix for miner balance reporting.
2017-05-13 16:10:55 -07:00
hellcatz ee27470e7a Update stats.js 2017-05-13 15:50:42 -07:00
hellcatz 6edd190842 Update api.js 2017-05-13 15:50:05 -07:00
Procrastinator ec794f34f5 Merge pull request #139 from hellcatz/patch-7
PPLNT Multi-Pool
2017-05-11 21:55:31 -04:00
hellcatz 51d468adb3 Update init.js
Improved multi-pool support for PPLNT time share tracking.
2017-05-11 18:20:15 -07:00
hellcatz fe72b6e533 Merge remote-tracking branch 'upstream/master' 2017-05-11 18:17:53 -07:00
Procrastinator e40f2913b1 Merge pull request #132 from hellcatz/patch-6
Experimental PPLNT support & MORE
2017-05-11 18:46:38 -04:00
hellcatz 9c237291dd Update init.js
Increase share submission window to 15 minutes for PPLNT.
Added worker joined and re-joined logger messages.
2017-05-07 23:18:48 -07:00
hellcatz fe78759bf8 Update stats.js 2017-05-07 22:47:59 -07:00
hellcatz edf10ef2c9 Update stats.js
Add currentRoundTimes to stats.
2017-05-07 14:37:55 -07:00
hellcatz 8c94daec98 Update init.js
Comment out extra logger.debug() used during dev.
2017-05-07 09:58:15 -07:00
hellcatz d233ffcb0d Update paymentProcessor.js
Added work share tracking in payments JSON data.
Remove workers with balanceChange of 0 from payments JSON data.
Commented out console.logs used for dev purposes.
2017-05-07 09:57:19 -07:00
hellcatz d53e6db63a Update website.js
Added support for older node-watch versions, prior to 0.5.0
2017-05-06 17:58:19 -07:00
hellcatz 3062f5ae9e Update shareProcessor.js 2017-05-06 17:46:42 -07:00
hellcatz 6f62e0a7c6 Update poolWorker.js
Added time share tracking messaging to master process for PPLNT.
2017-05-06 17:44:12 -07:00
hellcatz e9d4c0bc92 Update shareProcessor.js
Removed time share tracking from shareProcessor due to threading issues.
2017-05-06 17:43:01 -07:00
hellcatz 7e34563af4 Update init.js
Added PPLNT time share tracking to master process for thread safety.
2017-05-06 17:42:19 -07:00
hellcatz 6ea1df2cd5 Update init.js
Added PPLNT time share tracking to master process for thread safety.
Added redis connection in init.js for PPLNT time share tracking.
2017-05-06 17:41:36 -07:00
hellcatz 7865d6818e Update paymentProcessor.js
Allow minConfShield and minConfPayout to be set via pool_config
Updated stats collection and operation id tracking to use their own fixed timeout intervals.
2017-05-05 22:41:54 -07:00
hellcatz 3bc190ada0 Update shareProcessor.js 2017-05-05 21:19:02 -07:00
hellcatz 8f68e3e36a Update paymentProcessor.js
Added coin market stats caching from https://coinmarketcap.com/api/
2017-05-05 21:00:28 -07:00
hellcatz d5d4f9c67a Update stats.js
Sort pools by name in stats array
Added market stats object
2017-05-05 20:57:47 -07:00
hellcatz 133ce797b7 Update stats.js
BugFix: prevent `confirms` from being null
2017-05-04 18:56:05 -07: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
hellcatz c0f66c0b29 Update paymentProcessor.js
Updates to comments in code...
2017-05-03 23:41:00 -07:00
hellcatz 241bdea7ee Merge remote-tracking branch 'upstream/master' into patch-6 2017-05-03 22:21:02 -07:00
hellcatz 774e2b0088 Update paymentProcessor.js
Experimental PPLNT support (console.logs need to be removed after experiments)
Major reduction in RPC calls to daemon.
Balance rounding improvements.
Improvements to confirmations tracking.
Improvements to operation id tracking.
Improved error handling.
2017-05-03 22:20:08 -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
hellcatz aae3018f55 Update komodo_example.json 2017-04-30 17:31:57 -07:00
hellcatz ea82816ce4 Update zcash_example.json 2017-04-30 17:31:38 -07:00
hellcatz 4d2c35312d Update zcash_testnet_example.json 2017-04-30 17:31:22 -07:00
hellcatz cbe82662a8 Update zclassic_example.json 2017-04-30 17:30:51 -07:00
Procrastinator fbc868721c Merge pull request #128 from z-classic/piechart
Add pie chart
2017-04-30 19:59:08 -04:00
Aayan L 5fafea636c Add tooltip 2017-04-30 19:58:02 -04:00
hellcatz 0f6192e3aa Update shareProcessor.js
Track miner times by address not worker name
2017-04-30 13:10:05 -07:00