Commit Graph

178 Commits

Author SHA1 Message Date
Matthew Little c3555ec959 Force content type on doT generated html strings 2014-05-21 19:58:41 -06: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
Elbandi 5d15fe9dbf Fix typo 2014-05-12 23:17:00 +02:00
Matt ac7d7780fd Add redis version check so errors are thrown if you use too old of a redis version 2014-05-12 11:15:17 -06:00
Matt 936b723c66 Missed an underscore for last commit 2014-05-09 17:48:19 -06:00
Matt e6556d416e [REDIS BREAKING UPDATE] Changed coins to use redis branching for cleaner management 2014-05-09 17:43:11 -06:00
Matt f91ff79718 Added inheritable pool options in global config 2014-05-09 11:51:08 -06:00
Elbandi da0264f8de Bind website listener to host 2014-05-09 13:43:21 +02:00
Elbandi d7db8a3af6 Allow disable log colors 2014-05-08 14:56:20 +02:00
Matt d8444e6a6c Removed "shareVariancePercent" option as its no longer useful 2014-05-07 12:22:32 -06:00
Matt e72af00507 Merge remote-tracking branch 'origin/master' 2014-05-07 12:07:21 -06:00
Matt 57462c3de1 Better error handling for when website cannot start listening on configured port 2014-05-07 11:59:37 -06:00
Matt 3fb907f682 Changing _balances value to be stored in coin units rather than satoshi units 2014-05-07 11:58:56 -06:00
Hüseyin Uslu 7ae0107eea added totalPaid to /api/stats/ 2014-05-07 12:45:25 +03:00
Matt 036f246ab7 Allow stratum authentication with mining key on non-switching ports 2014-05-07 01:23:50 -06:00
Matt baadebd97d Detect kicked blocks and deal with them appropriately 2014-05-07 01:11:27 -06:00
Matt c3a15ad200 Updated to support slightly different logging implemented while doing new Darkcoin masternode features 2014-05-06 20:30:31 -06:00
Matt 964335340b More informative error when failing to parse satoshis in coin for payment processing 2014-05-04 15:29:59 -06:00
Matt fd7bf439e5 Fixed typo in my last commit that fixed payment processing for some coins. 2014-05-04 13:51:01 -06:00
Matt 81c3a66bde Fixed "missing output details to pool address" error messages for some types of coins 2014-05-04 02:21:15 -06:00
zacons cc3fe3ba8e Update cliListener.js 2014-05-04 09:44:53 +02:00
Lucas Jones 29d1cc455f Fix typo in paymentProcessor.js 2014-05-03 17:29:31 +01:00
Matt 73668709ce Added rewardRecipients configuration, refactored payment processing, moved p2p magic to coin config 2014-05-02 15:59:46 -06:00
thrassos 13a22d0ed6 Update poolWorker.js 2014-05-01 20:01:54 +03:00
Matt 5ea852d369 Added client-side mining key generation script for coin-switching port mining 2014-04-30 20:43:43 -06:00
Matt 66d7640c9b NOMP CLI gives replies now. Profit switching transitioned to using CLI port rather than old profitListener port. 2014-04-28 15:04:12 -06:00
Matt 52108e3b7a Added mysql connection pooling for reconnecting to db and better performance 2014-04-27 14:24:40 -06:00
Matt 4413bfd7e6 Mining with public key on a switching port will now do payouts. 2014-04-26 16:24:06 -06: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
Matt f1627f222d Possible fix for payment processing with x11 coins 2014-04-24 14:53:06 -06:00
Matt 432af28a78 Added reward address account detection in payment processing so addresses not under the default account of "" (empty string) will work. 2014-04-23 23:59:53 -06:00
Matt a279fb486f Probably fixed negative hashrate issue 2014-04-23 12:53:19 -06:00
k7 019865bc95 fix auto create worker bug 2014-04-22 00:19:15 +08:00
k7 75c091457b fix auto create worker with right password 2014-04-21 23:58:50 +08:00
k7 882f779e20 auto create mpos worker 2014-04-21 16:09:37 +08:00
Matt a4a2278443 diff1 is a normal JS number now rather than a bignum 2014-04-20 12:17:44 -06:00
Matthew Little cf74872863 Merge pull request #67 from bluecircle/master
Feature: Added automagical coin switching based on profitability
2014-04-20 12:16:19 -06:00
Matt e58689956d Changed stats to use algo multiplier 2014-04-20 12:04:41 -06:00
Jerry Brady 31f6091a14 diff computed from block info 2014-04-19 23:08:52 +00:00
Jerry Brady 26d98a1fd1 Merge branch 'master' of https://github.com/zone117x/node-stratum-portal 2014-04-19 00:43:16 +00:00
Matt 167be4baf0 Minor change in logging: does not log 'Share data and stats recorded' anymore 2014-04-18 13:44:19 -06:00
Jerry Brady b7e8f67f70 removed tabs 2014-04-18 12:48:59 +00:00
Jerry Brady 1134f13a40 remove extra logging 2014-04-17 23:09:53 +00:00
Jerry Brady ba30133bb2 final changes 2014-04-17 22:55:54 +00:00
Jerry Brady 860d36139b Merge branch 'master' of https://github.com/zone117x/node-stratum-portal 2014-04-17 19:26:09 +00:00
Matthew Little 57be035ff2 Include actual share diff in log ouput 2014-04-17 12:51:44 -06:00
Jerry Brady 2e77108b3c final mintpal changes 2014-04-17 03:29:37 +00:00
Jerry Brady 4469cf546c profit data working 2014-04-17 02:42:38 +00:00