Commit Graph

160 Commits

Author SHA1 Message Date
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
Jerry Brady 9ad11516d2 checkpoint 2014-04-17 01:53:40 +00:00
Jerry Brady 384a10d825 checkpoint 2014-04-17 01:52:57 +00:00
Jerry Brady 9213b6bf96 Merge branch 'master' of https://github.com/zone117x/node-stratum-portal 2014-04-16 22:31:19 +00:00
Matt db9767f08e Added documentation for p2p usage 2014-04-16 11:50:33 -06:00
Matt 5db8c4997a Merge remote-tracking branch 'origin/master' 2014-04-15 16:39:02 -06:00
Matt 4888aaffba Changed all references to localhost to 127.0.0.1 for better system compatibility. Implemented thread-wide IP banning via IPC. Added redis config for portal-wide related db interactions (stats and proxy) 2014-04-15 16:38:51 -06:00
Jerry Brady d789e48063 Merge branch 'master' of https://github.com/zone117x/node-stratum-portal 2014-04-13 23:21:05 +00:00
Jerry Brady 93274f907b added support for difficulty and blockreward 2014-04-13 23:17:40 +00:00
Matt Culpepper 2d6470cf3f missing comma 2014-04-13 14:06:24 -05:00
Matt Culpepper 7b6044d674 create a config option for difficulty multiplier 2014-04-13 13:59:19 -05:00
Jerry Brady 550b09767e whitespace formatting 2014-04-13 16:46:06 +00:00
Jerry Brady 0af27316d3 profitability data collection from Poloniex 2014-04-13 16:44:12 +00:00
Matt Culpepper 473322c72f handle x11 difficulty for mpos compatibility 2014-04-12 23:29:57 -05:00
Matt d08cd2fbc6 Merge remote-tracking branch 'origin/master' 2014-04-11 17:26:52 -06:00
Matt cf74cd4119 Fixed stat page erroring when coins were added. Changed default stat update interval to 60 seconds. 2014-04-11 17:26:45 -06:00
Jerry Brady 5f6b09a877 fix proxy state loading bug when key not present 2014-04-11 13:26:42 +00:00
Jerry Brady b9891c8624 fix proxy state loading bug when key not present 2014-04-11 13:24:12 +00:00
Matt 201d02d10b Refactored website. Added historical stats. 2014-04-10 19:33:41 -06:00