From 5786c13b83a428f1b063066cf1819693bd73c640 Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Thu, 16 Jan 2014 14:02:56 -0700 Subject: [PATCH] Updated usage instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fcd1489..e421b6b 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,8 @@ pool.start(); ``` + + #### [Optional, recommended] Setting up blocknotify * For stratum initialization options set `blockNotifyListener.enabled` to true * Set the `blockNotifyListener.port` and `blockNotifyListener.password` @@ -166,6 +168,7 @@ pool.start(); Credits ------- * [vekexasia](https://github.com/vekexasia) - co-developer +* pronooob from [https://dogehouse.org/] - being super 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