Matt
|
31d42f3f51
|
Began work on creating a peer node module for more efficient block notifications
|
2014-02-21 17:49:59 -07: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
|
9a9726cd1d
|
Updated readme description
|
2014-02-20 00:36:06 -07:00 |
|
Matt
|
ed8dd71386
|
Updated readme description
|
2014-02-20 00:32:09 -07:00 |
|
Matt
|
f7eaa561e2
|
Updated readme description
|
2014-02-20 00:30:21 -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 |
|
Matt
|
c898ecd52c
|
Updated some comments
|
2014-02-20 00:02:18 -07:00 |
|
Matt
|
2f4425a087
|
Updated readme setup options
|
2014-02-19 23:46:14 -07:00 |
|
Matt
|
1b7a0fd7ad
|
vardiff mode
|
2014-02-19 17:26:20 -07:00 |
|
Andrea Baccega
|
969292c111
|
Removed debuglogging
Moved the difficultyChanged code
|
2014-02-20 01:04:04 +01:00 |
|
Andrea Baccega
|
3ed4e93b5f
|
Refactored Matthew fix for vardiff.
Fixed .size() bug that was causing crash
Merge branch 'master' of https://github.com/zone117x/node-stratum
Conflicts:
lib/jobManager.js
|
2014-02-20 00:45:32 +01:00 |
|
Matt
|
25df42692c
|
Uses pendingDifficulty
|
2014-02-19 16:32:38 -07:00 |
|
Andrea Baccega
|
04ddb472ee
|
Fixed nTime check. We were comparing the nTime(hex) with an int. So string comparison were going on!
|
2014-02-20 00:09:15 +01:00 |
|
Matt
|
9d8255a620
|
Vardiff perfect fix
|
2014-02-19 16:07:25 -07:00 |
|
Matt
|
96cfc412a8
|
Added random or configurable instance ID
|
2014-02-19 15:53:36 -07:00 |
|
Matt
|
90bdc9a250
|
Added X11-hashing for DarkCoin
|
2014-02-19 15:04:55 -07:00 |
|
Matt
|
2ef8eff277
|
Added X11-hashing for DarkCoin
|
2014-02-19 15:03:22 -07:00 |
|
Matt
|
05fb729cb2
|
Added X11-hashing for DarkCoin
|
2014-02-19 15:01:31 -07:00 |
|
Matt
|
df9d82c0ae
|
Added X11-hashing for DarkCoin
|
2014-02-19 15:00:38 -07:00 |
|
Matt
|
d6b99ba0d9
|
Added X11-hashing for DarkCoin
|
2014-02-19 14:59:39 -07:00 |
|
Matt
|
83f1de968d
|
Updated npm module version
|
2014-02-19 14:19:12 -07:00 |
|
Matt
|
c8553e63af
|
Fixed duplicate shares on vardiff difficulty update. Added more comments.
|
2014-02-19 13:54:59 -07:00 |
|
Matt
|
0dcccbd56e
|
Fixed duplicate shares on vardiff difficulty update. Added more comments.
|
2014-02-19 13:52:43 -07:00 |
|
Matt
|
897dadbf11
|
Fixed duplicate shares on vardiff difficulty update. Added more comments.
|
2014-02-19 13:46:17 -07:00 |
|
Andrea Baccega
|
87bab0dfd1
|
Merge branch 'master' of https://github.com/zone117x/node-stratum
|
2014-02-19 01:16:28 +01:00 |
|
Andrea Baccega
|
3054616736
|
Fixed getdifficulty request to rpc
Fixed vardiff (currently not taking into account daemon difficulty since it looks like it's non-sense)
|
2014-02-19 01:15:30 +01:00 |
|
Matt
|
3c7a7d098f
|
Updated readme
|
2014-02-18 15:15:07 -07:00 |
|
Matt
|
a534834cb1
|
Updated readme
|
2014-02-18 14:42:33 -07:00 |
|
Matt
|
700160fdb9
|
Another fix for serializing height in coinbase. and removed old code
|
2014-02-18 14:31:46 -07:00 |
|
Matt
|
3e77791509
|
Another fix for serializing height in coinbase. and removed old code
|
2014-02-18 14:27:48 -07:00 |
|
Matt
|
5328250d06
|
Fix packInt64
|
2014-02-18 13:57:52 -07:00 |
|
Matt
|
9edaa33c8b
|
Fix for counter
|
2014-02-18 13:55:45 -07:00 |
|
Matt
|
028321a248
|
Fix for counter
|
2014-02-18 13:55:09 -07:00 |
|
Matt
|
880c9d06a8
|
Fix for counter
|
2014-02-18 13:53:31 -07:00 |
|
Matt
|
f8e0363cda
|
Fixed bug in util.packUInt16LE
|
2014-02-18 13:42:16 -07:00 |
|
Matt
|
d0953c4196
|
Removed binpack as dependency. Possible fix with invalid height in coinbase problem.
|
2014-02-18 13:35:23 -07:00 |
|
Andrea Baccega
|
bda4c57bd9
|
Fixed crash when running over a POS coin
Added emitLog for debugging the Block Submit
|
2014-02-14 12:03:25 +01:00 |
|
Andrea Baccega
|
e1c143de18
|
Merge branch 'master' of https://github.com/zone117x/node-stratum
Conflicts:
lib/pool.js
|
2014-02-13 22:25:33 +01:00 |
|
Andrea Baccega
|
4fdd4fcf51
|
Fixed a couple of bugs that were preventing the thing to start in case of POS
|
2014-02-13 22:23:51 +01:00 |
|
Matt
|
6dde238374
|
Added POS and transaction comment support
|
2014-02-13 14:16:07 -07:00 |
|
Matt
|
863c8bbf5f
|
Added POS and transaction comment support
|
2014-02-13 14:02:58 -07:00 |
|
Matt
|
4691df0dc5
|
Added POS and transaction comment support
|
2014-02-13 13:59:47 -07:00 |
|
Matthew Little
|
f4d38e12bb
|
Merge pull request #3 from bricecarpentier/master
fixed variable name mismatch
|
2014-02-13 11:16:34 -07:00 |
|
Brice Carpentier
|
bf6f976ab0
|
fixed variable name mismatch
|
2014-02-09 16:40:33 +01:00 |
|
Matthew Little
|
32e7967094
|
added NPM badge
|
2014-01-17 14:52:53 -07:00 |
|
Matthew Little
|
e816bdcded
|
Testing travis ci
|
2014-01-17 14:34:10 -07:00 |
|
Matthew Little
|
d098c0d4a1
|
Added socket buffer flooding detection
|
2014-01-17 14:27:28 -07:00 |
|
Matthew Little
|
d5fdc519e5
|
Added socket buffer flooding detection
|
2014-01-17 14:21:18 -07:00 |
|