This commit is contained in:
Matthew Little 2014-01-11 13:52:15 -05:00
parent b6a4bc4d66
commit aa09b4433e

View File

@ -83,6 +83,7 @@ Installation
* Inside `config.json` make sure `blockNotifyListener.enabled` is set to true * Inside `config.json` make sure `blockNotifyListener.enabled` is set to true
* Set the `blockNotifyListener.port` and `blockNotifyListener.password` * Set the `blockNotifyListener.port` and `blockNotifyListener.password`
* For the blocknotify arguments in your daemon startup parameters or conf file, use: * For the blocknotify arguments in your daemon startup parameters or conf file, use:
``` ```
[path to blockNotify.js] [path to blockNotify.js]
[pool host]:[pool blockNotifyListener port] [pool host]:[pool blockNotifyListener port]
@ -90,6 +91,7 @@ Installation
[coin symbole set in coin's json config] [coin symbole set in coin's json config]
%s" %s"
``` ```
* Example: `dogecoind -blocknotify="blockNotify.js localhost:8117 mySuperSecurePassword doge %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 * If your daemon is on a different host you will have to copy the `blockNotify.js` to it