From 7a44219ad8cdb8c5127357c5d4f32e83ec662fb0 Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Thu, 16 Jan 2014 13:57:03 -0700 Subject: [PATCH] Updated usage instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 89052bf..f3c2852 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ pool.start(); #### [Optional, recommended] Setting up blocknotify - * Inside `config.json` make sure `blockNotifyListener.enabled` is set to true + * For stratum initialization options set `blockNotifyListener.enabled` to true * Set the `blockNotifyListener.port` and `blockNotifyListener.password` * For the blocknotify arguments in your daemon startup parameters or conf file, use: @@ -148,8 +148,8 @@ pool.start(); %s" ``` - * Example: `dogecoind -blocknotify="blockNotify.js localhost:8117 mySuperSecurePassword doge %s"` - * If your daemon is on a different host you will have to copy over `blockNotify.js` + * Example: `dogecoind -blocknotify="scripts/blockNotify.js localhost:8117 mySuperSecurePassword doge %s"` + * If your daemon is on a different host you will have to copy over `scripts/blockNotify.js`