Commit Graph

433 Commits

Author SHA1 Message Date
Matt 8ca0253eb6 Clarified that payment processing is completed and working in readme 2014-04-01 09:43:18 -06:00
Matt 5624ddcd74 Fixed incorrect link for coin config in readme 2014-04-01 09:41:13 -06:00
Jerry Brady d65a1ab004 Merge remote-tracking branch 'origin/master' into bluecircle 2014-04-01 00:41:00 +00:00
Jerry Brady 77ec4eee7d Added infinitecoin,emoticoin and carpediemcoin configs 2014-04-01 00:39:08 +00:00
Matt 2ab598cd9b Updated the pool config disable option in readme 2014-03-31 17:57:56 -06:00
Matt f9627eba45 Merge remote-tracking branch 'origin/master' 2014-03-31 17:57:01 -06:00
Matt dac1908da1 Added feeCollectAccount which was missing from most examples. 2014-03-31 17:56:46 -06:00
Matthew Little 9a3d53010e Merge pull request #31 from bluecircle/bluecircle
Set enabled flag back to false for Vertcoin
2014-03-31 17:51:05 -06:00
Matt 043bce4ef5 Minor readme change 2014-03-31 17:48:44 -06:00
Matt d4e272bbc1 minor readme change 2014-03-31 17:46:14 -06:00
Matt 6a9f092034 minor readme change 2014-03-31 17:45:08 -06:00
Matt 5344471f46 Added link to coin configuration documentation, and added lots of scrypt-jane coins with their proper config 2014-03-31 17:44:05 -06:00
Matt 7a806b9b8c Removed txMessages: false because its already false by default. Fixed ultracoin timestamp 2014-03-31 17:14:11 -06:00
Jerry Brady 34b51def19 set enabled flag back to false 2014-03-31 22:55:16 +00:00
Matt 83db1aab81 Added check in reading pool configs so only .json files are read. 2014-03-31 13:36:31 -06:00
Matt ba74b107d5 1) Added link to supported hashing algos, 2) added vertcoin (scrypt-n) example 2014-03-31 11:29:36 -06:00
Matt b7e7916736 Better logging for various components, changed example payment intervals from 10 seconds to 60 seconds. Added more coins and example pool configs. 2014-03-30 17:04:54 -06:00
Matt 9b3d5766df Stats now use algo data from stratum-pool module 2014-03-30 04:16:02 -06:00
Matt da0bbd0b44 Added ultracoin and chainStartTime to scrypt-jane coins. Added warning for if no pools are configured/enabled. 2014-03-30 03:08:19 -06:00
Matt c699e66a5d Better mpos/mysql logging. Added maxcoin config. 2014-03-29 19:59:22 -06:00
Matt 3ec38e5523 Fixed typo preventing mpos mode 2014-03-28 18:05:15 -06:00
Matt b6af244444 Added more info on daemon readme 2014-03-28 11:38:59 -06:00
Matthew Little 2e79bc098d Merge pull request #20 from UdjinM6/master
enabled:true seems more natural than disabled:false in poolOptions
2014-03-28 11:33:19 -06:00
Matt 514d04d6ad Allow shares of float difficulties to be inserted into redis instead of just integers. 2014-03-28 10:19:10 -06:00
Eugene@ubuntu c5e650cd6d enabled:true seems more natural then disabled:false in poolOptions 2014-03-28 16:42:55 +04:00
Eugene@ubuntu a8d0f00e90 merging fixes 2014-03-28 02:50:55 +04:00
Matt 4a651dec89 Payment processing seems to be working well 2014-03-27 16:29:43 -06:00
Matt fc56d94092 Added example config files for different types of coins (hashes and POS) 2014-03-27 13:11:52 -06:00
Matt f60f9e41e9 Pushed logo 2014-03-27 12:59:35 -06:00
Matt d3e2057ec9 Daemons will rarely arbitrarily drop blocks that it previously considered valid. This is a bug in the daemon or maybe only in testnet. This fix treats those dropped blocks as orhpans. 2014-03-27 12:57:56 -06:00
Matt c71e9d71c3 Updated readme 2014-03-27 12:43:45 -06:00
Matt 6efd18dfb3 Updated readme 2014-03-27 12:40:57 -06:00
Matt 6bc6c25785 Updated credits 2014-03-27 12:38:52 -06:00
Matt a1071bd30d Updated credits 2014-03-27 12:36:35 -06:00
Matthew Little e4e1d1ecc7 Merge pull request #18 from UdjinM6/master
fixing timeout issue in paymentProcessor (and get rid of paytxfee - it doesn't help)
2014-03-27 11:53:52 -06:00
Matt 42ae0a4231 Added block hash (solution) to redis so we can see whats going on with the invalid transactions. 2014-03-27 11:52:54 -06:00
Eugene@ubuntu d3699b3d08 merge latest fixes and fee withdrawal functionality 2014-03-27 20:45:20 +04:00
Matt c3c87e7dba Was starting payment processor for disabled pool configs 2014-03-27 09:33:57 -06:00
Eugene@ubuntu d744dc2857 remove paytxfee functionality - it doesnt really help 2014-03-27 17:28:42 +04:00
Eugene@ubuntu b5c9d0174b get tx fee paid from transaction made by sendmany 2014-03-27 17:22:21 +04:00
Matt 634f6c842f Added lots more comments and tried to squeeze all comments and code into github's max page width 2014-03-27 00:56:36 -06:00
Matthew Little 024cc7492f Merge pull request #17 from UdjinM6/master
Add fees withdrawal (and fix possible typo in paymentProcessor)
2014-03-26 23:24:58 -06:00
Matt 1fc9684677 Prettier logs 2014-03-26 23:16:52 -06:00
Eugene@ubuntu b73b6a828e typo in paymentProcessor 2014-03-27 08:55:58 +04:00
Eugene@ubuntu 98619910d0 Merge branch 'master' of git://github.com/zone117x/node-open-mining-portal into zone117x-master 2014-03-27 08:11:41 +04:00
Matt 314dacf98a Fixed global hashrate problem 2014-03-26 20:53:30 -06:00
Matt 2b553d08b7 Merge remote-tracking branch 'origin/master' 2014-03-26 20:12:59 -06:00
Matt 631575ed7b Added recursive watch so web development is easier. 2014-03-26 20:12:52 -06:00
Eugene@ubuntu fc5cf3b883 change success callback in finalizeRedisTx to logger.debug to prevent untimely withdrawalProfit call 2014-03-27 04:57:29 +04:00
Eugene@ubuntu 68bea9ea7d some syntax cleaning 2014-03-27 03:49:08 +04:00