Commit Graph

674 Commits

Author SHA1 Message Date
Procrastinator 55aa90ed8b Merge pull request #120 from z-classic/aayanl-patch-1
Update README.md
2017-04-22 19:04:23 -04:00
Procrastinator 354d88257d Update README.md 2017-04-22 18:19:09 -04:00
Procrastinator ed06afc205 Merge pull request #119 from hellcatz/patch-5
compatibility update node-watch 0.5.x
2017-04-22 15:47:13 -04:00
hellcatz 03e141d0b6 Update website.js
Compatibility update for node-watch 0.5
2017-04-21 19:25:10 -07:00
Procrastinator 6937e7b6e2 Merge pull request #116 from hellcatz/patch-4
Solve Issue #86, #113
2017-04-20 16:05:23 -04:00
hellcatz b0cc4cd560 Update paymentProcessor.js 2017-04-20 12:31:13 -07:00
hellcatz ccdbc5c1e5 Update zclassic_example.json 2017-04-19 19:50:15 -07:00
hellcatz efd0a9be09 Update zcash_testnet_example.json 2017-04-19 19:49:57 -07:00
hellcatz 2173628e5e Update zcash_example.json 2017-04-19 19:49:31 -07:00
hellcatz 9b8fbd6885 Update komodo_example.json 2017-04-19 19:49:15 -07:00
hellcatz ca297bc666 Update paymentProcessor.js
Allow pool_config to change maxBlocksPerPayment
2017-04-19 19:48:24 -07:00
hellcatz 8ef812e1ac Update paymentProcessor.js 2017-04-19 19:05:11 -07:00
hellcatz 9d113b9f49 Update paymentProcessor.js
Look for non unique blocks also...
2017-04-19 14:19:44 -07:00
hellcatz a907dfb709 Update paymentProcessor.js 2017-04-18 19:03:36 -07:00
hellcatz fcac8370b3 Update paymentProcessor.js
Begin solution to issue, https://github.com/z-classic/z-nomp/issues/113
Revamped fix for issue, https://github.com/z-classic/z-nomp/issues/86
2017-04-18 18:27:54 -07:00
sennevb 0c4cd514b7 Merge pull request #115 from hellcatz/patch-3
RequireShielding Updates
2017-04-13 20:18:42 +02:00
hellcatz b3c05a9d02 Minor updates. 2017-04-12 18:25:48 -07:00
hellcatz 16aff2d0de Update paymentProcessor.js
Do not validate zAddress when shielding is not required.
2017-04-12 11:47:51 -07:00
Procrastinator 53852d6f0f #105
Fix for older node versions *cough* zdash *cough*
2017-04-10 12:58:04 -04:00
Procrastinator cb66d0d95c v1.0.3 2017-04-09 22:45:36 -04:00
Procrastinator 05968ef296 Merge pull request #109 from hellcatz/patch-2
Major Updates 2

```major: added support for komodo, zcash, zclassic, (zdash not tested)
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-09 22:37:47 -04:00
hellcatz 5f41cc3430 Update config_example.json 2017-04-08 18:13:51 -07:00
hellcatz 9192bd1aa0 Update config_example.json
Change block polling interval to 1 second for example configuration
Reduce historical retention to improve client browser performance for example configuration
2017-04-08 14:36:59 -07:00
hellcatz e0d4c9bd36 Update api.html 2017-04-08 14:29:19 -07:00
hellcatz 6f34f9a5fb Update stats.js
catch exceptions caused by data not formatted properly
2017-04-08 13:33:43 -07:00
hellcatz 3aa3176f0e failsafety: guarantee txfee and txfee var type 2017-04-08 13:21:42 -07:00
hellcatz 5290f9a0ca Update paymentProcessor.js
Preserve fee when converting to satoshis
2017-04-08 13:12:56 -07:00
aayanl b85536e65e Move Txfee to coins/coin.json 2017-04-08 13:06:17 -07:00
Procrastinator 409e1ccf49 Update README.md 2017-04-07 23:11:20 -04:00
Procrastinator e851d2188e Update README.md 2017-04-07 23:10:56 -04:00
hellcatz 5fbbed7446 Update zdash.json 2017-04-01 17:12:55 -07:00
hellcatz c7e3693f11 Update zdash.json 2017-04-01 17:12:46 -07:00
hellcatz b17839d4ce Update paymentProcessor.js 2017-04-01 17:06:38 -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 6223b23c43 Update zcash_testnet.json
Update testnet founders address to match latest zcash v1.0.7-1
2017-03-26 14:16:34 -07:00
Procrastinator e735705845 Merge pull request #102 from jojozcl/patch-1
Update README.md
2017-03-21 19:01:16 -04:00
jojozcl aac36e74d7 Update README.md
remove 1% zdev fee
2017-03-21 17:42:42 +01:00
Procrastinator 9e4290e899 Update README.md 2017-03-20 16:14:56 -04:00
Procrastinator 2978456212 Update README.md 2017-03-20 16:09:59 -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
Procrastinator f33fb82820 Create komodo.json 2017-03-13 01:36:48 -04:00
Procrastinator 017731bbe7 Create zdash.json 2017-03-13 01:36:16 -04:00
aayanl e962cd96c8 Drop walletInterval to 2.5 minutes in examples 2017-03-12 21:42:55 -04:00
Procrastinator 86778a2ae2 Merge pull request #94 from hellcatz/hellcatz
Major Updates
2017-03-11 09:45:13 -05:00
hellcatz d23aa8f084 Update paymentProcessor.js
Remove pending confirmations that are no longer pending from redis
2017-03-08 22:15:10 -08: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
Procrastinator 794203ce74 Update zcash testnet json 2017-03-01 22:38:28 -05:00