This commit is contained in:
Matthew Little 2014-01-11 13:44:56 -05:00
parent 570c28c22c
commit 8727eef055

View File

@ -59,27 +59,27 @@ Installation
```json ```json
{ {
"name": "Dogecoin", "name": "Dogecoin",
"symbol": "doge", "symbol": "doge",
"algorithm": "scrypt", "algorithm": "scrypt",
"reward": "POW", "reward": "POW",
"address": "DDt79i6P3Wro3SD3HSnkRLpMgUGUGdiNhS", "address": "DDt79i6P3Wro3SD3HSnkRLpMgUGUGdiNhS",
"stratumPort": 3334, "stratumPort": 3334,
"difficulty": 8, "difficulty": 8,
"daemon": { "daemon": {
"host": "localhost", "host": "localhost",
"port": 8332, "port": 8332,
"user": "test", "user": "test",
"password": "test" "password": "test"
}
} }
}
``` ```
* Supported `"algorithm"` options: `"sha256"` `"scrypt"` `"scrypt-jane"` `"quark"` * Supported `"algorithm"` options: `"sha256"` `"scrypt"` `"scrypt-jane"` `"quark"`
* Supported `"reward"` options: `"POW"` `"POS"` * Supported `"reward"` options: `"POW"` `"POS"`
* Ensure the `daemon` properties are configured correctly for RPC communication * Ensure the `daemon` properties are configured correctly for RPC communication
* Setting up blocknotify (optional, recommended) * Setting up blocknotify (optional, recommended)
* Inside `config.json` make sure `blockNotifyListener.enabled` is set to true * Inside `config.json` make sure `blockNotifyListener.enabled` is set to true