Commit Graph

812 Commits

Author SHA1 Message Date
Larry abf70fcfc0 Merge pull request #4 from hellcatz/zen-updates
Zen updates
2017-07-20 17:53:45 -04:00
hellcatz d8dd19ff8b Update paymentProcessor.js
BugFix `result.result[i]` can be undefined in RPC response errors.
2017-07-19 18:41:18 -07:00
hellcatz b16990e18a Update paymentProcessor.js
Trim address of space that somehow get in the beginning or end.
2017-07-18 22:06:47 -07:00
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
Larry 3f2bbe8182 Merge pull request #1 from madbuda/madbuda-patch-1
Madbuda patch 1
2017-07-10 21:23:25 -04: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 e1675cb5fe Merge pull request #164 from madbuda/madbuda-patch-1
Madbuda patch 1
2017-07-10 01:14:55 -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 bc92044354 cleanup 2017-07-03 15:10:50 -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
Larry c74724c19a added redis auth 2017-07-01 20:29:54 -04:00
Larry f6966534ff adding redis auth 2017-07-01 20:27:48 -04:00
Larry bdbe9a7896 adding redis auth password 2017-07-01 20:21:18 -04:00
Larry d96fa1e06b added comments 2017-07-01 20:19:08 -04:00
Larry 6bf70dfb20 adding redis password auth 2017-07-01 20:18:03 -04:00
Larry 1785519db3 adding redis password auth 2017-07-01 20:16:44 -04:00
Larry a30a9d0ba6 add redis password auth 2017-07-01 20:12:56 -04:00
Joshua McKenzie 04ef1a4cc0 Added Headers to Minerpage (#158)
Chrome was wrapping the minerpage html in a <pre> element and not rendering the worker stat page properly. I added ```res.header('Content-Type', 'text/html');``` to the function and now it renders perfectly.
2017-07-01 15:19:27 -04:00
Joshua Yabut 350a6eb44c Adjust difficulty to 2.5 2017-06-12 19:26:17 +00:00
Joshua Yabut 8814ce2b08 ZenCash Mainnet Support 2017-06-12 18:54:53 +00: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