Matt
86a4c05429
Added check for missing daemon config
2014-04-08 11:38:36 -06:00
Matt
244d3a406d
1) Updated x11 to more accurate diff. 2) Low diff shares report percent off now - to detect if diff is too hard or you just have abusing miners. 3) Only 1 thread does the rpc calls to generate blockchain sync status
2014-03-30 17:03:23 -06:00
Matt
ffc01054c6
Added fixes for POS. And when getblocktemplate fails because its out of sync then it shows syncing progress :)
2014-03-23 22:22:01 -06:00
Matt
a07bfd3a2e
Refactored fix for previous commit
2014-03-22 12:44:12 -06:00
Daniel Zuwala
e1d9332e9a
Fixed issue #39
2014-03-21 21:12:25 +01:00
Andrea
bcad84af80
Fixed merging shit lol
2014-03-14 20:53:20 +00:00
Andrea
a4f302b526
Stuff for miners switch
2014-03-14 19:11:52 +00:00
Matt
7cf448d1e2
Added reward to share emit (for payment processing ;) )
2014-03-12 15:55:58 -06:00
Matt
a608380597
Catch error better for invalid rpc auth
2014-03-09 13:28:39 -06:00
Matt
7dbcc4f863
Updated readme desc
2014-03-06 01:50:43 -07:00
Matthew Little
d45c2fadc6
Merge pull request #13 from bricecarpentier/master
...
Fixed issue #12
2014-02-27 11:33:42 -07:00
Matt
6cc97aff5b
Better error handling when dealing with multiple RPC daemons
2014-02-27 11:27:09 -07:00
Brice Carpentier
eb8907e1a9
fixed #12 JobManager's newBlock event never gets emitted
...
The `init` function does not auto-execute anymore. It is instead added as a public member for `DaemonInterface` and called by `Pool.SetupDaemonInterface`.
2014-02-27 10:27:43 +01:00
Matt
2d3416a02f
Added support for multiple daemons/rpc for redundancy when they occasionally die or drop out-of-sync
2014-02-26 18:16:18 -07:00
Matt
31d42f3f51
Began work on creating a peer node module for more efficient block notifications
2014-02-21 17:49:59 -07:00
Matthew Little
e02b265d13
Added lots of comments, cleaned up a some code
2014-01-15 17:37:43 -07:00
Matthew Little
cb5d7c7bdc
Add check for if submitblock was successful and refined the data emitted by onShare
2014-01-15 16:03:30 -07:00
Andrea Baccega
61db6d7ea4
Removed jobs object from jobManager since we only need one job! There's no need to keep the olders in memory.
...
Refactored, a bit, the emit log event introducing a key for every log message Current keys are:
- 'client': for all the client related events
- 'submitblock': dedicated only to events about the block submission!
- 'system': all log events about the stratum pool
2014-01-14 14:32:30 +01:00
Matthew Little
cea68b771f
Updated structure
2014-01-13 17:45:10 -07:00