Compare commits

...

211 Commits

Author SHA1 Message Date
sennevb d49e9b4635
Merge pull request #265 from OleksandrBlack/patch-1
Add pool https://lucky-mining.com.ua/ <-- Ukraine
2018-03-31 08:46:41 +02:00
sennevb 0ebab3196c
Merge pull request #314 from crutched/master
PPLNT fix for multiple instances
2018-03-29 21:21:22 +02:00
Konstantin Crutched Anikin ed76b45f4b PPLNT fix for multiple instances. 2018-03-24 10:53:54 +07:00
OleksandrBlack cd9a1a2807
Add pool https://lucky-mining.com.ua/ <-- Ukraine
vot.lucky-mining.com.ua
zcl.lucky-mining.com.ua
zen.lucky-mining.com.ua
hush.lucky-mining.com.ua
btg.lucky-mining.com.ua
2018-01-09 19:33:01 +02:00
sennevb 53e9fdb28a
Merge pull request #259 from kalmare/xss_patch
Fixed Vulnerable of Cross Site Scripting
2018-01-06 22:37:53 +01:00
sennevb 621181ce69
Merge pull request #263 from hellcatz/payment_fix
Update paymentProcessor.js
2018-01-06 22:37:30 +01:00
hellcatz 0dd13bec9d
Update paymentProcessor.js
Fixes Issue
round.confirmations = parseInt((tx.result.confirmations || 0));
^
TypeError: Cannot read property 'confirmations' of null
2018-01-06 13:35:22 -08:00
kalmare 8481e3df5f Fixed Vulnerable of Cross Site Scripting 2017-12-28 18:17:39 +09:00
sennevb e1eba6d88f Merge pull request #197 from madbuda/livestats
Buffer live_stats for compression
2017-10-24 06:12:18 +02:00
sennevb af74e65f05 Merge branch 'master' into livestats 2017-10-24 06:12:07 +02:00
sennevb 1bccbebbf2 Update api.js 2017-10-24 06:06:46 +02:00
sennevb 289600de24 compression 2017-10-22 19:21:41 +02:00
Larry Ludlow cdce1a36a0 Update api.js 2017-09-10 09:02:52 -04:00
Larry Ludlow 677b367004 buffer for compression
allow sending chunks of data prior to end
2017-09-10 08:53:39 -04:00
Larry Ludlow a8cd7ba9e0 Merge pull request #8 from z-classic/master
merge upstream
2017-09-10 08:45:29 -04:00
sennevb ff0e1f6f32 Merge pull request #195 from hellcatz/immature
Immature Balance Tracking
2017-09-05 15:42:23 +02:00
hellcatz 3f30f01a9f Update api.js
From https://github.com/z-classic/z-nomp/pull/174/files
2017-09-04 19:56:01 -07:00
hellcatz f9cdef7a72 Update website.js 2017-09-04 15:30:01 -07:00
hellcatz 9a4497323b Update shareProcessor.js 2017-09-04 15:24:43 -07:00
hellcatz f192dd39c4 Update poolWorker.js 2017-09-04 15:16:44 -07:00
hellcatz 7233c9b726 Update paymentProcessor.js
Include balances owed in total owed checks.
2017-09-03 17:05:48 -07:00
hellcatz 8d463f5c37 Update paymentProcessor.js
Fixes for immature balance tracking.
Treat unpaid blocks as immature, until they are ready for payment.
Moved paymentsUpdate to final redis step in waterfall.
Misc improvements to payments waterfall.
2017-09-03 15:19:20 -07: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
hellcatz d8a9ec59a4 Update paymentProcessor.js
Update recommended minimums.
Cache market stats every 5 minutes, do not use payment interval.
Changes to confirmation tracking and payments waterfall.
Add immature balance calculations and tracking.
2017-09-02 10:58:16 -07:00
hellcatz eb5caf93fa Update stats.js 2017-09-01 19:19:13 -07:00
hellcatz 9911037d1b Update api.js
Add blocks api call.
Add immature balance to api.
2017-09-01 19:07:15 -07:00
sennevb 589ec86400 Merge pull request #192 from hellcatz/patch-16
Update api.js
2017-09-01 16:53:49 +02:00
hellcatz e2af3372dd Update api.js
Set `Content-Type: application/json` on api requests. This may help with browser compatibility and also allows browsers to render the json visually when directly browsing the api.
2017-08-30 17:27:15 -07:00
sennevb 5e1301406e Merge pull request #185 from madbuda/madbuda-patch-4
API Compression
2017-08-24 09:25:12 +02:00
sennevb 4a454bbbd9 Merge pull request #179 from hellcatz/patch-15
OPID Monitoring BugFixes
2017-08-24 09:25:00 +02:00
Larry Ludlow f7499029e4 compression on api
Enables compression for api calls
2017-08-23 19:40:06 -04:00
Larry Ludlow 8a852b82ab Merge pull request #7 from z-classic/master
merge upstream
2017-08-23 19:37:04 -04:00
hellcatz dfad325b54 Update paymentProcessor.js
Treat address longer than 40 chars as invalid
Treat address shorter than 30 chars as invalid
2017-08-19 09:11:14 -07:00
hellcatz c0e0cea629 Update zen_example.json 2017-08-19 08:53:47 -07:00
hellcatz 81b7e2e6ee Update paymentProcessor.js
Fix issue when opids may have been cleared from node but not pool.
Do not increase opid count when `executing` as another app may have created an operation.
2017-08-15 09:12:45 -07:00
sennevb cb2951e638 Merge pull request #178 from z-classic/sennevb-patch-2
if invalid adress + workername = 40
2017-08-15 17:36:52 +02:00
sennevb 030ff2931b another 40chars
removed

thanks to hellcatz
2017-08-15 17:33:06 +02:00
sennevb 2c68351b4e if invalid adress + workername = 40
if invalid adress + workername = 40 chars, it doesnt get authenticated..
2017-08-15 09:34:44 +02:00
sennevb e8e52e3eb3 Merge pull request #176 from hellcatz/patch-14
Update paymentProcessor.js
2017-08-12 12:29:07 +02:00
sennevb 0c341dffc9 Merge pull request #172 from hellcatz/hellcatz-patch-13
Update paymentProcessor.js
2017-08-12 12:27:50 +02:00
sennevb 2d7f86fa9f Merge pull request #165 from madbuda/madbuda-patch-1
using existing function for date in payments.html
2017-08-12 12:27:20 +02:00
sennevb 4c982a73ac Merge pull request #159 from madbuda/redispw
adding in redis password auth from UNOMP
2017-08-12 12:26:00 +02:00
hellcatz 129e11e8e3 Update paymentProcessor.js
Only manage opids created by z-nomp. All opids are still monitored.
2017-08-11 19:56:18 -07:00
hellcatz f6fe32b7e5 Update paymentProcessor.js
Oops ...  off by one ...
2017-08-03 14:43:31 -07:00
madbuda 82d765f560 Merge branch 'z-classic-master' 2017-08-03 10:01:16 -04:00
madbuda 86245effe8 Merge branch 'master' of git://github.com/z-classic/z-nomp into z-classic-master 2017-08-03 10:00:43 -04:00
hellcatz f2786e7a5b Update paymentProcessor.js
Sort rounds during payments so blocks are paid in order.
Optimization to max blocks per payment logic.
2017-08-02 19:26:32 -07:00
sennevb 15f4912b4a Merge pull request #170 from hellcatz/zen-updates
Zen Updates
2017-07-21 22:25:54 +02:00
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
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
Aayan L a0548f53eb Add pie chart 2017-04-29 23:52:42 -04:00
hellcatz 4e23d7cace Update shareProcessor.js 2017-04-29 15:16:57 -07:00
hellcatz fb5bcf4af5 Update shareProcessor.js
Improved rounding.
2017-04-29 14:54:26 -07:00
hellcatz 7f66c85362 Update shareProcessor.js 2017-04-29 13:07:09 -07:00
hellcatz 4ac324c796 Update shareProcessor.js
Add time share tracking for PPLNT
2017-04-29 12:44:04 -07:00
hellcatz b224c82971 Update paymentProcessor.js
Track balanceChange in payments.
2017-04-25 22:15:41 -07:00
hellcatz 2d85b9f34a Update stats.js
Force integer sorting of block height.
2017-04-24 10:04:16 -07:00
Procrastinator 28f3c476c2 Update README.md 2017-04-23 17:17:44 -04:00
Procrastinator b8e60519ae Merge pull request #126 from z-classic/hellcatz-patch-5
Update website.js
2017-04-23 14:58:56 -04:00
hellcatz 8f942b7c45 Update website.js
Fix exception when not running TLS website frontend.
2017-04-23 11:40:34 -07:00
Procrastinator cbad5466da Merge pull request #122 from z-classic/aayanl-patch-2
Lockdown package versions #121
2017-04-23 11:07:43 -04:00
Procrastinator 8b33ddd6f1 Merge pull request #123 from aayanl/frontendssl
Add frontend TLS/SSL
2017-04-23 11:07:34 -04:00
Procrastinator 834f453cf0 Update README.md 2017-04-23 11:00:32 -04:00
Aayan L 7839b606a1 Add frontend TLS/SSL 2017-04-23 01:25:58 -04:00
Procrastinator dab2bf427f Lockdown package versions #121 2017-04-22 20:31:19 -04:00
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
Procrastinator adc58a5c69 Update README.md 2017-02-20 14:33:48 -05:00
Procrastinator 69cae62538 Emphasise last point about upgrading z-nomp 2017-02-15 18:23:04 -05:00
aayanl 9e2253fcdc Update config examples with TLS 2017-02-13 21:38:31 -05:00
Joshua Yabut 4aacec6004 Update repository locations to z-classic org repos 2017-02-13 20:44:06 -05:00
Procrastinator 9199a6e044 Add logging of addressAmounts to CLI to paymentProcessing 2017-02-09 16:51:51 -05:00
Procrastinator 2867f19eec #80 2017-02-09 16:46:30 -05:00
Procrastinator 435bd074cd Round is not defined 2017-01-31 18:42:46 -05:00
Procrastinator e0089c5b72 Update zclassic_example.json 2017-01-30 23:22:32 -05:00
Procrastinator 741611da72 Merge pull request #76 from sennevb/patch-4
Add Round.Reward and dateNow to blocksPending
2017-01-29 09:16:27 -05:00
sennevb df8785453f Update shareProcessor.js
For latest block page we need more data in redis, we can pull this from explorer api, but this makes it a slow query
2017-01-29 14:34:48 +01:00
Procrastinator 7ea43d2cc7 add trademarks to zcash 2017-01-24 16:28:22 -05:00
Procrastinator 902393fd2a Update README.md 2017-01-24 15:48:33 -05:00
sennevb 0ff6a188dd Update README.md (#72)
add pool
2017-01-22 11:27:54 -05:00
Procrastinator f81a74c205 Update README.md 2017-01-20 22:00:34 -05:00
Procrastinator 48dc70b881 Update README.md 2017-01-20 22:00:12 -05:00
Procrastinator 54ecd57f55 Update README.md (#62) 2017-01-20 20:25:33 -05:00
Procrastinator 440e43b0e7 Remove all non-equihash coins 2017-01-12 00:10:07 -05:00
joshuayabut db57642eb1 Bugfix: Rewards incorrect 2017-01-05 01:44:16 +00:00
joshuayabut 53b1378785 fixup! Bugfix #40: Payment processor doesn't know about coinbase-xfer cycling (#53) 2016-12-31 16:40:03 +00:00
joshuayabut a72e021b37 Bugfix: Subtract transaction fees from block rewards 2016-12-29 10:33:44 +00:00
joshuayabut 3566b8efff Enhanced listunspent to count amounts excluding a specific address #55 2016-12-29 09:59:33 +00:00
joshuayabut 6a63d55df6 fixup! Bugfix #40: Payment processor doesn't know about coinbase-xfer cycling (#53) 2016-12-29 09:47:08 +00:00
Procrastinator 7237bedcec Peermagic #56 2016-12-28 14:18:18 -05:00
168 changed files with 3130 additions and 1354 deletions

View File

@ -1,8 +1,8 @@
# Zcash and Zclassic - Node Open Mining Portal
# Zcash® and Zclassic - Node Open Mining Portal
**[Click here for the Unofficial - Zcash and Zclassic Stratum Mining Pool Installation Guide](https://zdeveloper.org/wiki:z-nomp_install)**
**[Click here for the official - Zcash® and Zclassic Stratum Mining Pool Installation Guide](https://zdeveloper.org/wiki:z-nomp_install)**
This is a Zclassic mining pool based off of Node Open Mining Portal.
This is a Equihash mining pool based off of Node Open Mining Portal.
Donations for development are greatly appreciated!
* BTC: 18vHMxVzotQ9EPyESrf7Z1hNM9AwJeVHgD
@ -17,16 +17,25 @@ Usage of this software requires abilities with sysadmin, database admin, coin da
### Community / Support
IRC
* Support / general discussion join: https://zclassic.herokuapp.com
* Support / general discussion join: https://gitter.im/zclassicorg/z-nomp
If your pool uses Z-NOMP let us know and we will list your website here.
### Some pools using Z-NOMP or node-stratum-module:
http://zclpool.tk:8888 Currently, this pool has found over 100 blocks in just under a month!
https://pool.cryptobroker.io/zcl Running MPOS
https://pool.cryptobroker.io/zcl Running MPOS and 0.5% of the fee goes to the Zclassic donation fund! 200+ blocks have been found as well!
http://zclassic.coin-miners.info/ and http://zdash.coin-miners.info/
http://luckpool.org Zcash Pool with Custom Frontend w/Miner's Jackpot
http://zclmine.com/ Custom frontend
http://zclassic.miningspeed.com Custom frontend and 0% fee
https://zpool.it 0.5% fee
http://miningpool.io/
https://lucky-mining.com.ua/ Running MPOS and no fee, [vot][zcl][zen][hush][btg].lucky-mining.com.ua <-- Ukraine
Usage
=====
@ -52,7 +61,7 @@ Follow the build/install instructions for your coin daemon. Your coin.conf file
daemon=1
rpcuser=zclassicrpc
rpcpassword=securepassword
rpcport=19332
rpcport=8232
```
For redundancy, its recommended to have at least two daemon instances running in case one drops out-of-sync or offline,
all instances will be polled for block/transaction updates and be used for submitting blocks. Creating a backup daemon
@ -100,7 +109,7 @@ node [path to cli.js] [coin name in config] [block hash symbol]
```
Example: inside `zclassic.conf` add the line
```
blocknotify=node /home/z-nomp/scripts/cli.js blocknotify zclassic %s
blocknotify=node /home/user/z-nomp/scripts/cli.js blocknotify zclassic %s
```
Alternatively, you can use a more efficient block notify script written in pure C. Build and usage instructions
@ -129,11 +138,17 @@ the `node-stratum-pool` and `node-multi-hashing` modules, and any config files t
* Inside your Z-NOMP directory (where the init.js script is) do `git pull` to get the latest Z-NOMP code.
* Remove the dependenices by deleting the `node_modules` directory with `rm -r node_modules`.
* Run `npm update` to force updating/reinstalling of the dependencies.
* Compare your `config.json` and `pool_configs/coin.json` configurations to the latest example ones in this repo or the ones in the setup instructions where each config field is explained. You may need to modify or add any new changes.
* Compare your `config.json` and `pool_configs/coin.json` configurations to the latest example ones in this repo or the ones in the setup instructions where each config field is explained. <b>You may need to modify or add any new changes.</b>
Credits
-------
### Z-NOMP
* [Joshua Yabut / movrcx](https://github.com/joshuayabut)
* [Aayan L / anarch3](https://github.com/aayanl)
* [hellcatz](https://github.com/hellcatz)
### NOMP
* [Matthew Little / zone117x](https://github.com/zone117x) - developer of NOMP
* [Jerry Brady / mintyfresh68](https://github.com/bluecircle) - got coin-switching fully working and developed proxy-per-algo feature
* [Tony Dobbs](http://anthonydobbs.com) - designs for front-end and created the NOMP logo

View File

@ -1,7 +0,0 @@
{
"name": "21coin",
"symbol": "21",
"algorithm": "sha256", ·····································
"peerMagic": "21212121", ·····································
"peerMagicTestnet": "01fefe05"
}

View File

@ -1,5 +0,0 @@
{
"name": "365coin",
"symbol": "365",
"algorithm": "keccak"
}

View File

@ -1,5 +0,0 @@
{
"name": "42",
"symbol": "42",
"algorithm": "scrypt"
}

View File

@ -1,7 +0,0 @@
{
"name": "Alphacoin",
"symbol": "ALF",
"algorithm": "scrypt",
"peerMagic": "fbc0b6db",
"peerMagicTestnet": "fcc1b7dc"
}

View File

@ -1,5 +0,0 @@
{
"name": "Anoncoin",
"symbol": "ANC",
"algorithm": "scrypt"
}

View File

@ -1,6 +0,0 @@
{
"name": "Applecoin",
"symbol": "APC",
"algorithm": "scrypt-jane",
"chainStartTime": 1384720832
}

View File

@ -1,5 +0,0 @@
{
"name": "Arkenstone",
"symbol": "ARS",
"algorithm": "sha256"
}

View File

@ -1,5 +0,0 @@
{
"name": "Arkhash",
"symbol": "ARK",
"algorithm": "sha256"
}

View File

@ -1,5 +0,0 @@
{
"name": "ASICcoin",
"symbol": "ASC",
"algorithm": "sha256"
}

View File

@ -1,5 +0,0 @@
{
"name": "Auroracoin",
"symbol": "AUR",
"algorithm": "scrypt"
}

View File

@ -1,7 +0,0 @@
{
"name": "Battlecoin",
"symbol": "BCX",
"algorithm": "sha256",
"peerMagic": "03e803e4",
"peerMagicTestnet": "cdf2c0ef"
}

View File

@ -1,7 +0,0 @@
{
"name": "Benjamins",
"symbol": "BEN",
"algorithm": "sha256",
"peerMagic": "de698778", ·····································
"peerMagicTestnet": "0b110907"
}

View File

@ -1,5 +0,0 @@
{
"name": "Betacoin",
"symbol": "BET",
"algorithm": "sha256"
}

View File

@ -1,5 +0,0 @@
{
"name": "Bitcoin",
"symbol": "BTC",
"algorithm": "sha256"
}

View File

@ -1,5 +0,0 @@
{
"name": "BitRaam",
"symbol": "BRM",
"algorithm": "sha256"
}

View File

@ -1,7 +0,0 @@
{
"name": "bitstar",
"symbol": "bits",
"algorithm": "scrypt",
"peerMagic": "cef1dbfa",
"peerMagicTestnet": "cdf1c0ef"
}

View File

@ -1,7 +0,0 @@
{
"name": "bluecoin",
"symbol": "blu",
"algorithm": "scrypt",
"peerMagic": "fef5abaa",
"peerMagicTestnet": "eaceedcd"
}

View File

@ -1,7 +0,0 @@
{
"name": "Bottlecaps",
"symbol": "CAP",
"algorithm": "scrypt",
"peerMagic": "e4e8e9e5",
"peerMagicTestnet": "cdf2c0ef"
}

View File

@ -1,7 +0,0 @@
{
"name": "BunnyCoin",
"symbol": "BUN",
"algorithm": "scrypt",
"peerMagic": "c0c0c0c0",
"peerMagicTestnet": "fcc1b7dc"
}

View File

@ -1,5 +0,0 @@
{
"name": "Bytecoin",
"symbol": "BTE",
"algorithm": "sha256"
}

View File

@ -1,6 +0,0 @@
{
"name": "Cachecoin",
"symbol": "CACH",
"algorithm": "scrypt-jane",
"chainStartTime": 1388949883
}

View File

@ -1,7 +0,0 @@
{
"name": "Casinocoin",
"symbol": "CSC",
"algorithm": "scrypt",
"peerMagic": "fac3b6da",
"peerMagicTestnet": "fcc1b7dc"
}

View File

@ -1,5 +0,0 @@
{
"name": "Catcoin",
"symbol": "CAT",
"algorithm": "scrypt"
}

View File

@ -1,7 +0,0 @@
{
"name": "Coino",
"symbol": "COINO",
"algorithm": "scrypt",
"peerMagic": "f1d1a7d8",
"peerMagicTestnet": "fcc1b7dc"
}

View File

@ -1,5 +0,0 @@
{
"name": "Continuumcoin",
"symbol": "CTM",
"algorithm": "sha256"
}

View File

@ -1,6 +0,0 @@
{
"name": "Copperbars",
"symbol": "CPR",
"algorithm": "scrypt-jane",
"chainStartTime": 1376184687
}

View File

@ -1,7 +0,0 @@
{
"name": "Copperlark",
"symbol": "CLR",
"algorithm": "keccak",
"normalHashing": true,
"diffShift": 32
}

View File

@ -1,7 +0,0 @@
{
"name": "CryptogenicBullion",
"symbol": "CGB",
"algorithm": "scrypt",
"peerMagic": "e4e8e9e5",
"peerMagicTestnet": "cdf2c0ef"
}

View File

@ -1,7 +0,0 @@
{
"name": "CryptographicAnomaly",
"symbol": "CGA",
"algorithm": "scrypt",
"peerMagic": "fbc0b6db",
"peerMagicTestnet": "fcc1b7dc"
}

View File

@ -1,8 +0,0 @@
{
"name": "Cryptometh",
"symbol": "METH",
"algorithm": "keccak",
"peerMagic": "2bf2ed4f" ,
"peerMagicTestNet": "b28cfda7"
}

View File

@ -1,6 +0,0 @@
{
"name": "Darkcoin",
"symbol": "DRK",
"algorithm": "x11",
"mposDiffMultiplier": 256
}

View File

@ -1,5 +0,0 @@
{
"name": "Defcoin",
"symbol": "DEF",
"algorithm": "scrypt"
}

View File

@ -1,5 +0,0 @@
{
"name": "Devcoin",
"symbol": "DVC",
"algorithm": "sha256"
}

View File

@ -1,6 +0,0 @@
{
"name": "Diamondcoin",
"symbol": "DMD",
"algorithm": "scrypt",
"txMessages": true
}

View File

@ -1,5 +0,0 @@
{
"name": "Digibyte",
"symbol": "DGB",
"algorithm": "scrypt"
}

View File

@ -1,7 +0,0 @@
{
"name": "Dogecoin",
"symbol": "DOGE",
"algorithm": "scrypt",
"peerMagic": "c0c0c0c0",
"peerMagicTestnet": "fcc1b7dc"
}

View File

@ -1,5 +0,0 @@
{
"name": "Earthcoin",
"symbol": "EAC",
"algorithm": "scrypt"
}

View File

@ -1,5 +0,0 @@
{
"name": "Einsteinium",
"symbol": "EMC2",
"algorithm": "scrypt"
}

View File

@ -1,5 +0,0 @@
{
"name": "Elephantcoin",
"symbol": "ELP",
"algorithm": "scrypt"
}

View File

@ -1,6 +0,0 @@
{
"name": "eMark",
"symbol": "DEM",
"algorithm": "sha256",
"reward": "POS"
}

View File

@ -1,5 +0,0 @@
{
"name": "Emerald",
"symbol": "EMD",
"algorithm": "scrypt"
}

View File

@ -1,16 +0,0 @@
{
"name": "Execoin",
"symbol": "EXE",
"algorithm": "scrypt-n",
"timeTable": {
"2048": 1390959880,
"4096": 1438295269,
"8192": 1485630658,
"16384": 1532966047,
"32768": 1580301436,
"65536": 1627636825,
"131072": 1674972214,
"262144": 1722307603
}
}

View File

@ -1,5 +0,0 @@
{
"name": "Ezcoin",
"symbol": "EZC",
"algorithm": "scrypt"
}

View File

@ -1,6 +0,0 @@
{
"name": "Fastcoin",
"symbol": "FST",
"algorithm": "scrypt",
"peerMagic": "fbc0b6db"
}

View File

@ -1,5 +0,0 @@
{
"name": "Fastcoinsha",
"symbol": "FSS",
"algorithm": "sha256"
}

View File

@ -1,5 +0,0 @@
{
"name": "Feathercoin",
"symbol": "FTC",
"algorithm": "scrypt"
}

View File

@ -1,5 +0,0 @@
{
"name": "FedoraCoin",
"symbol": "TiPS",
"algorithm": "scrypt"
}

View File

@ -1,5 +0,0 @@
{
"name": "Fireflycoin",
"symbol": "FFC",
"algorithm": "sha256"
}

View File

@ -1,5 +0,0 @@
{
"name": "Flappycoin",
"symbol": "FLAP",
"algorithm": "scrypt"
}

View File

@ -1,6 +0,0 @@
{
"name": "Florincoin",
"symbol": "FLO",
"algorithm": "scrypt",
"txMessages": true
}

View File

@ -1,5 +0,0 @@
{
"name": "FlutterCoin",
"symbol": "FLT",
"algorithm": "scrypt"
}

View File

@ -1,5 +0,0 @@
{
"name": "Frankocoin",
"symbol": "FRK",
"algorithm": "scrypt"
}

View File

@ -1,8 +0,0 @@
{
"name": "Freecoin",
"symbol": "FEC",
"algorithm": "scrypt-jane",
"chainStartTime": 1375801200,
"nMin": 6,
"nMax": 32
}

View File

@ -1,5 +0,0 @@
{
"name": "Freicoin",
"symbol": "FRC",
"algorithm": "sha256"
}

View File

@ -1,5 +0,0 @@
{
"name": "Galaxycoin",
"symbol": "GLX",
"algorithm": "scrypt"
}

View File

@ -1,5 +0,0 @@
{
"name": "Galleon",
"symbol": "GLN",
"algorithm": "keccak"
}

View File

@ -1,5 +0,0 @@
{
"name": "Gamecoin",
"symbol": "GME",
"algorithm": "scrypt"
}

View File

@ -1,5 +0,0 @@
{
"name": "Giarcoin",
"symbol": "GIAR",
"algorithm": "scrypt-n"
}

View File

@ -1,5 +0,0 @@
{
"name": "GlobalBoost",
"symbol": "BST",
"algorithm": "scrypt"
}

View File

@ -1,7 +0,0 @@
{
"name": "Globalcoin",
"symbol": "GLC",
"algorithm": "scrypt",
"peerMagic": "fcd9b7dd",
"peerMagicTestnet": "fbc0b8db"
}

View File

@ -1,7 +0,0 @@
{
"name": "GlobalDenomination",
"symbol": "GDN",
"algorithm": "x11",
"peerMagic": "fec3b9de",
"peerMagicTestnet": "fec4bade"
}

View File

@ -1,6 +0,0 @@
{
"name": "GoldPressedLatinum",
"symbol": "GPL",
"algorithm": "scrypt-jane",
"chainStartTime": 1377557832
}

View File

@ -1,7 +0,0 @@
{
"name": "Grandcoin",
"symbol": "GDC",
"algorithm": "scrypt",
"peerMagic": "fdc1a5db",
"txMessages": true
}

View File

@ -1,5 +0,0 @@
{
"name": "GroestlCoin",
"symbol": "GRS",
"algorithm": "groestl"
}

View File

@ -1,5 +0,0 @@
{
"name": "Guarantcoin",
"symbol": "GTC",
"algorithm": "scrypt-n"
}

View File

@ -1,5 +0,0 @@
{
"name": "Helixcoin",
"symbol": "HXC",
"algorithm": "keccak"
}

View File

@ -1,6 +0,0 @@
{
"name": "Hirocoin",
"symbol": "HIRO",
"algorithm": "x11",
"mposDiffMultiplier": 256
}

View File

@ -1,5 +0,0 @@
{
"name": "Hobonickels",
"symbol": "HBN",
"algorithm": "scrypt"
}

View File

@ -1,7 +0,0 @@
{
"name": "Infinitecoin",
"symbol": "IFC",
"algorithm": "scrypt",
"peerMagic": "fbc0b6db",
"peerMagicTestnet": "fcc1b7dc"
}

View File

@ -1,6 +0,0 @@
{
"name": "Internetcoin",
"symbol": "ITC",
"algorithm": "scrypt-jane",
"chainStartTime": 1388385602
}

View File

@ -1,5 +0,0 @@
{
"name": "Ixcoin",
"symbol": "IXC",
"algorithm": "sha256"
}

View File

@ -1,5 +0,0 @@
{
"name": "Jennycoin",
"symbol": "JNY",
"algorithm": "scrypt"
}

View File

@ -1,5 +0,0 @@
{
"name": "Joulecoin",
"symbol": "XJO",
"algorithm": "sha256"
}

View File

@ -1,5 +0,0 @@
{
"name": "Junkcoin",
"symbol": "JKC",
"algorithm": "scrypt"
}

View File

@ -1,5 +0,0 @@
{
"name": "Kittehcoin",
"symbol": "MEOW",
"algorithm": "scrypt"
}

View File

@ -1,5 +0,0 @@
{
"name": "Klondikecoin",
"symbol": "KDC",
"algorithm": "scrypt"
}

6
coins/komodo.json Normal file
View File

@ -0,0 +1,6 @@
{
"name": "komodo",
"symbol": "kmd",
"algorithm": "equihash",
"txfee": 0.00005
}

View File

@ -1,5 +0,0 @@
{
"name": "Krugercoin",
"symbol": "KGC",
"algorithm": "scrypt"
}

View File

@ -1,6 +0,0 @@
{
"name": "Kumacoin",
"symbol": "KUMA",
"algorithm": "quark",
"mposDiffMultiplier": 256
}

View File

@ -1,7 +0,0 @@
{
"name": "Litecoin",
"symbol": "LTC",
"algorithm": "scrypt",
"peerMagic": "fbc0b6db",
"peerMagicTestnet": "fcc1b7dc"
}

View File

@ -1,7 +0,0 @@
{
"name": "Lottocoin",
"symbol": "LOT",
"algorithm": "scrypt",
"peerMagic": "a5fdb6c1",
"peerMagicTestnet": "fdc3b6f1"
}

View File

@ -1,5 +0,0 @@
{
"name": "Luckycoin",
"symbol": "LKY",
"algorithm": "scrypt"
}

View File

@ -1,8 +0,0 @@
{
"name": "Maxcoin",
"symbol": "MAX",
"algorithm": "keccak",
"peerMagic": "f9bebbd2",
"peerMagicTestNet": "0b11bb07"
}

View File

@ -1,7 +0,0 @@
{
"name": "Mazacoin",
"symbol": "MZC",
"algorithm": "sha256",
"peerMagic": "f8b503df", ·····································
"peerMagicTestnet": "05fea901"
}

View File

@ -1,5 +0,0 @@
{
"name": "Memecoin",
"symbol": "MEM",
"algorithm": "scrypt"
}

View File

@ -1,8 +0,0 @@
{
"name": "Microcoin",
"symbol": "MCR",
"algorithm": "scrypt-jane",
"chainStartTime": 1389028879,
"nMin": 6,
"nMax": 32
}

View File

@ -1,5 +0,0 @@
{
"name": "Mintcoin",
"symbol": "MINT",
"algorithm": "scrypt"
}

View File

@ -1,5 +0,0 @@
{
"name": "Monacoin",
"symbol": "MONA",
"algorithm": "scrypt"
}

View File

@ -1,6 +0,0 @@
{
"name": "Muniti",
"symbol": "MUN",
"algorithm": "x11",
"mposDiffMultiplier": 256
}

View File

@ -1,5 +0,0 @@
{
"name": "Myriadcoin",
"symbol": "MYR",
"algorithm": "scrypt"
}

View File

@ -1,6 +0,0 @@
{
"name": "Neocoin",
"symbol": "NEC",
"algorithm": "scrypt",
"txMessages": true
}

View File

@ -1,6 +0,0 @@
{
"name": "Netcoin",
"symbol": "NET",
"algorithm": "scrypt",
"txMessages": true
}

View File

@ -1,5 +0,0 @@
{
"name": "Noirbits",
"symbol": "NRB",
"algorithm": "scrypt"
}

View File

@ -1,7 +0,0 @@
{
"name": "Octocoin",
"symbol": "888",
"algorithm": "scrypt",
"peerMagic": "fbc0b6db",
"peerMagicTestnet": "fcc1b7dc"
}

View File

@ -1,7 +0,0 @@
{
"name": "Onecoin",
"symbol": "ONC",
"algorithm": "scrypt-jane",
"chainStartTime": 1371119462,
"nMin": 6
}

View File

@ -1,6 +0,0 @@
{
"name": "OpenSourcecoin",
"symbol": "OSC",
"algorithm": "sha256",
"txMessages" : true
}

View File

@ -1,7 +0,0 @@
{
"name": "pawncoin",
"symbol": "pawn",
"algorithm": "scrypt",
"peerMagic": "fcc1b7dc",
"peerMagicTestnet": "c0c0c0c0"
}

View File

@ -1,5 +0,0 @@
{
"name": "Peercoin",
"symbol": "PPC",
"algorithm": "sha256"
}

View File

@ -1,5 +0,0 @@
{
"name" : "Phoenixcoin",
"symbol" : "PXC",
"algorithm" : "scrypt"
}

Some files were not shown because too many files have changed in this diff Show More