Commit Graph

98 Commits

Author SHA1 Message Date
Matt
b85f78ef09 Fixed tx was removed during merge 2014-03-14 17:37:10 -06:00
Matt
a4ba169300 Fixed typo in stratum.js 2014-03-14 16:25:35 -06: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
585baf7b92 Added tx to share emit 2014-03-09 20:32:24 -06:00
Matt
a608380597 Catch error better for invalid rpc auth 2014-03-09 13:28:39 -06:00
Matt
4a088b19fc Fix for miners disconnecting. Jobs are broadcasted at least every 30 seconds. 2014-03-09 13:16:47 -06:00
Bradley Matusiak
80658e8824 Update varDiff.js
options where not defined.. turned out its under key in ports object
2014-03-07 03:31:18 -05:00
Bradley Matusiak
41fcb8b204 Update varDiff.js 2014-03-07 03:03:04 -05:00
Matt
f43a5833cf Added the gibberish mining.set_difficulty flag to subscription - needed by some miners 2014-03-06 15:55:10 -07:00
Matt
bd2de18dab Made ban purge interval a config 2014-03-06 14:27:23 -07:00
Matt
43aa152c85 Added worker banning feature and updated readme 2014-03-06 13:46:16 -07:00
Matt
56e1905bb3 connection timeout to ms 2014-03-06 01:52:24 -07:00
Matt
7dbcc4f863 Updated readme desc 2014-03-06 01:50:43 -07:00
Matt
78d2e9bb14 Bug fix with stratum auth 2014-03-04 13:24:24 -07:00
Matt
98e57a1712 Removed innaccurate log message 2014-03-04 01:34:24 -07:00
Matt
eaf8f99d30 Added support for multiple ports with their own diffs and vardiff 2014-03-03 22:54:20 -07:00
Andrea Baccega
1716d6d738 Fixes issue #17 . Damn semicolumn! 2014-03-03 22:16:10 +01:00
Andrea Baccega
db331a697c Fix issue #16
Fix issue #16
2014-03-03 09:38:22 +01:00
Andrea Baccega
1e3c47d527 Refactored handleAuthorize to accept a new parameter used to reply or not to the socket 2014-03-02 15:57:06 +01:00
Matt
a0a46621a2 Restructured module - removed stratum object so only pool object is exposed 2014-03-01 12:18:18 -07:00
Andrea Baccega
75dfeccd8c Added basic API + first draft of miner moving methods 2014-03-01 20:04:13 +01:00
Matt
06e882d80e Moved blocknotify related code out of this repo into the portal repo where it is more appropriately used 2014-02-28 20:13:51 -07:00
Matt
c81d9c463a Refactored configuration options to preparation for portal software 2014-02-27 16:59:32 -07:00
Matt
b33d5f7941 Made network difficulty different than share difficulty - had accidently made them duplicate 2014-02-27 12:32:54 -07:00
Matt
b6c8039168 Fixed type rcpCommand -> rpcCommand lol 2014-02-27 11:40:50 -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
16807d3226 Added more details for upcoming new hashing algos 2014-02-27 01:31:17 -07:00
Matt
4bad017613 Added block/network difficulty to pool on share emitter 2014-02-27 01:26:43 -07:00
Matt
2d1b23ddb8 Minor logging improvements 2014-02-27 00:25:23 -07:00
Matt
0f38fd5549 Fixed bug where block was not being reported as found when it actually was 2014-02-26 22:56:47 -07:00
Matt
57f8dc3ffa Add block height to data emitted on pool share 2014-02-26 21:34:04 -07:00
Matt
79c1a95b59 Switch vardiff.mode to safe by default. 2014-02-26 21:21:41 -07:00
Matt
5b0c39e840 Fix for broken block polling 2014-02-26 18:37:12 -07: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
37ab36f776 Check for updates with block transactions 2014-02-25 14:19:11 -07:00
Matthew Little
6d310ef968 Cleaner message stream reading 2014-02-22 21:13:14 -07:00
Matthew Little
47892ab6d8 Cleaner message stream reading 2014-02-22 20:52:11 -07:00
Matthew Little
0a6f05a067 Update peer.js
Added documentation for relay transaction flag.
2014-02-22 19:28:02 -07:00
Matthew Little
69feb04da1 Convert diff dividend to bignum only on init. 2014-02-21 23:09:02 -07:00
Matthew Little
070d7c2f2a Merge pull request #7 from bart-is/master
Fixed calculating user share target by using bignum
2014-02-21 21:09:25 -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
bart-is
b2f4596f1c Fixed calculating user share target by using bignum 2014-02-21 23:38:15 +00:00
Matt
b5da5857be Close socket on flooding detection 2014-02-20 16:32:13 -07:00
Matt
04ba84f185 Closes socket when receiving malformed messages from client. Node-stratum now passes 20k concurrent requests with apache benchmark test. 2014-02-20 15:49:43 -07:00
Matt
422822ff14 Very miner code reformatting 2014-02-20 00:14:19 -07:00
Matt
a202be4976 Added log message for if running on testnet or live blockchain 2014-02-20 00:11:30 -07:00