Updated npm version number and added more credits for LucasJones

This commit is contained in:
Matthew Little 2014-04-18 21:46:30 -06:00
parent 8806aa8896
commit 4b1bece6d8
2 changed files with 8 additions and 8 deletions

View File

@ -338,14 +338,14 @@ pool.start();
Credits
-------
* [vekexasia](https://github.com/vekexasia) - co-developer & great tester
* [LucasJones(//github.com/LucasJones) - getting p2p block notify script working
* [TheSeven](https://github.com/TheSeven) - answering an absurd amount of my questions, found the block 1-16 problem, provided example code for peer node functionality
* [vekexasia](//github.com/vekexasia) - co-developer & great tester
* [LucasJones(//github.com/LucasJones) - getting p2p block notify script working and fixed block hashing for various new algos
* [TheSeven](//github.com/TheSeven) - answering an absurd amount of my questions, found the block 1-16 problem, provided example code for peer node functionality
* [pronooob](https://dogehouse.org) - knowledgeable & helpful
* [Slush0](https://github.com/slush0/stratum-mining) - stratum protocol, documentation and original python code
* [viperaus](https://github.com/viperaus/stratum-mining) - scrypt adaptions to python code
* [ahmedbodi](https://github.com/ahmedbodi/stratum-mining) - more algo adaptions to python code
* [steveshit](https://github.com/steveshit) - ported X11 hashing algo from python to node module
* [Slush0](//github.com/slush0/stratum-mining) - stratum protocol, documentation and original python code
* [viperaus](//github.com/viperaus/stratum-mining) - scrypt adaptions to python code
* [ahmedbodi](//github.com/ahmedbodi/stratum-mining) - more algo adaptions to python code
* [steveshit](//github.com/steveshit) - ported X11 hashing algo from python to node module
Donations

View File

@ -1,6 +1,6 @@
{
"name": "stratum-pool",
"version": "0.1.5",
"version": "0.1.6",
"description": "High performance Stratum poolserver in Node.js",
"keywords": [
"stratum",