You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.2 KiB
59 lines
1.2 KiB
{ |
|
"threads": 4, |
|
"coin": "ETC", |
|
"name": "main", |
|
"pplns": 9000, |
|
"network": "classic", |
|
"coin-name": "ETC", |
|
"api": { |
|
"enabled": true, |
|
"purgeOnly": false, |
|
"purgeInterval": "10m", |
|
"listen": "0.0.0.0:8080", |
|
"statsCollectInterval": "5s", |
|
"hashrateWindow": "30m", |
|
"hashrateLargeWindow": "3h", |
|
"luckWindow": [ |
|
64, |
|
128, |
|
256 |
|
], |
|
"payments": 30, |
|
"blocks": 50, |
|
"poolCharts": "0 */20 * * * *", |
|
"poolChartsNum": 74, |
|
"minerCharts": "0 */20 * * * *", |
|
"minerChartsNum": 74, |
|
"netCharts": "0 */20 * * * *", |
|
"netChartsNum": 74, |
|
"shareCharts": "0 */20 * * * *", |
|
"shareChartsNum": 74 |
|
}, |
|
"upstreamCheckInterval": "5s", |
|
"upstream": [ |
|
{ |
|
"name": "main", |
|
"url": "http://127.0.0.1:8545", |
|
"timeout": "10s" |
|
} |
|
], |
|
"redis": { |
|
"endpoint": "127.0.0.1:6379", |
|
"poolSize": 10, |
|
"database": 1, |
|
"password": "", |
|
"sentinelEnabled": false, |
|
"masterName": "mymaster", |
|
"sentinelAddrs": [ |
|
"127.0.0.1:26379", |
|
"127.0.0.1:26389", |
|
"127.0.0.1:26399" |
|
] |
|
}, |
|
"exchange": { |
|
"enabled": true, |
|
"url": "https://api.coinpaprika.com/v1/ticker/etc-ethereum-classic", |
|
"timeout": "50s", |
|
"refreshInterval": "900s" |
|
} |
|
} |