From aa09b4433e68b92055ef5b8cc68bafecca7e3551 Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Sat, 11 Jan 2014 13:52:15 -0500 Subject: [PATCH] updated --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 20f080c..b24312c 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ Installation * Inside `config.json` make sure `blockNotifyListener.enabled` is set to true * Set the `blockNotifyListener.port` and `blockNotifyListener.password` * For the blocknotify arguments in your daemon startup parameters or conf file, use: + ``` [path to blockNotify.js] [pool host]:[pool blockNotifyListener port] @@ -90,6 +91,7 @@ Installation [coin symbole set in coin's json config] %s" ``` + * Example: `dogecoind -blocknotify="blockNotify.js localhost:8117 mySuperSecurePassword doge %s"` * If your daemon is on a different host you will have to copy the `blockNotify.js` to it