|
|
|
@ -33,7 +33,7 @@ Dependencies: |
|
|
|
* redis-server >= 2.8.0 |
|
|
|
* redis-server >= 2.8.0 |
|
|
|
* nodejs >= 4 LTS |
|
|
|
* nodejs >= 4 LTS |
|
|
|
* nginx |
|
|
|
* nginx |
|
|
|
* geth (multi-geth) |
|
|
|
* geth (core-geth) |
|
|
|
|
|
|
|
|
|
|
|
**I highly recommend to use Ubuntu 16.04 LTS.** |
|
|
|
**I highly recommend to use Ubuntu 16.04 LTS.** |
|
|
|
|
|
|
|
|
|
|
|
@ -86,7 +86,7 @@ Set up based on commands below. |
|
|
|
// The number of cores of CPU. |
|
|
|
// The number of cores of CPU. |
|
|
|
"threads": 2, |
|
|
|
"threads": 2, |
|
|
|
// Prefix for keys in redis store |
|
|
|
// Prefix for keys in redis store |
|
|
|
"coin": "prkl", |
|
|
|
"coin": "etc", |
|
|
|
// Give unique name to each instance |
|
|
|
// Give unique name to each instance |
|
|
|
"name": "main", |
|
|
|
"name": "main", |
|
|
|
// PPLNS rounds |
|
|
|
// PPLNS rounds |
|
|
|
|