Updated npm version number and added more credits for LucasJones
This commit is contained in:
parent
8806aa8896
commit
4b1bece6d8
14
README.md
14
README.md
@ -338,14 +338,14 @@ pool.start();
|
|||||||
|
|
||||||
Credits
|
Credits
|
||||||
-------
|
-------
|
||||||
* [vekexasia](https://github.com/vekexasia) - co-developer & great tester
|
* [vekexasia](//github.com/vekexasia) - co-developer & great tester
|
||||||
* [LucasJones(//github.com/LucasJones) - getting p2p block notify script working
|
* [LucasJones(//github.com/LucasJones) - getting p2p block notify script working and fixed block hashing for various new algos
|
||||||
* [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
|
* [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
|
* [pronooob](https://dogehouse.org) - knowledgeable & helpful
|
||||||
* [Slush0](https://github.com/slush0/stratum-mining) - stratum protocol, documentation and original python code
|
* [Slush0](//github.com/slush0/stratum-mining) - stratum protocol, documentation and original python code
|
||||||
* [viperaus](https://github.com/viperaus/stratum-mining) - scrypt adaptions to python code
|
* [viperaus](//github.com/viperaus/stratum-mining) - scrypt adaptions to python code
|
||||||
* [ahmedbodi](https://github.com/ahmedbodi/stratum-mining) - more algo adaptions to python code
|
* [ahmedbodi](//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
|
* [steveshit](//github.com/steveshit) - ported X11 hashing algo from python to node module
|
||||||
|
|
||||||
|
|
||||||
Donations
|
Donations
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stratum-pool",
|
"name": "stratum-pool",
|
||||||
"version": "0.1.5",
|
"version": "0.1.6",
|
||||||
"description": "High performance Stratum poolserver in Node.js",
|
"description": "High performance Stratum poolserver in Node.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"stratum",
|
"stratum",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user