Updated usage instructions

This commit is contained in:
Matthew Little 2014-01-16 14:02:56 -07:00
parent e8da12ad70
commit 5786c13b83

View File

@ -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