Commit Graph

248 Commits

Author SHA1 Message Date
Jerry Brady 5918baac2f added human readable auto-scaling hash rate strings to stats 2014-04-02 23:36:36 +00:00
Matt abcf97d34f Blocknotify listener errors are logged and don't crash the system. 2014-04-02 16:17:57 -06:00
Jerry Brady df5ed6d29b Merge remote-tracking branch 'origin/master' into bluecircle 2014-04-02 22:15:14 +00:00
Jerry Brady c0dae1daa7 Revert "Added infinitecoin,emoticoin and carpediemcoin configs"
This reverts commit 77ec4eee7d.
2014-04-02 21:46:52 +00:00
Jerry Brady ba1836b605 Added stats grouped by algorithm 2014-04-02 21:42:50 +00:00
Eugene@ubuntu a9132319cc fix payment redis final cleanout issue - possible double spending - optimized - fixed 2014-04-03 00:43:58 +04:00
Eugene@ubuntu 1f15c418c8 Merge branch 'zone117x-master' 2014-04-03 00:37:32 +04:00
Matt db99f49ec0 Added unsupported algorithm error and fixed algo for helixcoin 2014-04-02 14:09:57 -06:00
Matthew Little 53283f5022 Update README.md 2014-04-02 13:06:06 -06:00
Matthew Little 4904f050f5 Delete config.json 2014-04-02 13:02:11 -06:00
Matt b08468ba8d Added "emitInvalidBlocksHahes" option for those in MPOS mode that require it. 2014-04-02 13:01:05 -06:00
Eugene@ubuntu 7fe215679a fix payment redis final cleanout issue - possible double spending - optimized 2014-04-02 14:56:13 +04:00
Matt 6aae77a159 Removed all but one example config. 2014-04-01 16:41:03 -06:00
Matt dafb0a7a55 Added check for dropkicked (self orphaned) blocks that have the same txHash 2014-04-01 16:39:27 -06:00
Matt 9938681fbc Added jobRebroadcastTimeout configuration 2014-04-01 10:10:01 -06:00
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