From 5c5bff215fdb409fc94400d4ad33307c0010b332 Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 1 Mar 2014 12:57:36 -0700 Subject: [PATCH] Add link to pool module documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 75eb7c9..26cc2cb 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Here is an example of the required fields "txMessages": false } ```` +For more information on these configuration options see the [pool module documentation](https://github.com/zone117x/node-stratum#module-usage) ##### Pool config Create a json file inside the `pool_configs` directory. Take a look at the example json file provided to see @@ -72,6 +73,7 @@ configuration file (the string is not case sensitive). You can create as many of these pool config files as you want (such as one pool per coin you which to operate). If you are creating multiple pools, ensure that they have unique stratum ports with the `pool.stratumPort` field. +For more information on these configuration options see the [pool module documentation](https://github.com/zone117x/node-stratum#module-usage) ##### [Optional, recommended] Setting up blocknotify * In `config.json` set the port and password for `blockNotifyListener`