|
|
|
@ -1,11 +1,11 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"threads": 4, |
|
|
|
"threads": 4, |
|
|
|
"coin": "etc", |
|
|
|
"coin": "ETC", |
|
|
|
"name": "main", |
|
|
|
"name": "main", |
|
|
|
"pplns": 9000, |
|
|
|
"pplns": 0, |
|
|
|
"network": "classic", |
|
|
|
"network": "classic", |
|
|
|
"algo": "etchash", |
|
|
|
"algo": "etchash", |
|
|
|
"coin-name": "etc", |
|
|
|
"coin-name": "ETC", |
|
|
|
"proxy": { |
|
|
|
"proxy": { |
|
|
|
"enabled": true, |
|
|
|
"enabled": true, |
|
|
|
"listen": "0.0.0.0:8888", |
|
|
|
"listen": "0.0.0.0:8888", |
|
|
|
@ -101,7 +101,7 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
"exchange": { |
|
|
|
"exchange": { |
|
|
|
"enabled": true, |
|
|
|
"enabled": true, |
|
|
|
"url": "https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&ids=ethereum-classic", |
|
|
|
"url": "https://api.coinpaprika.com/v1/ticker/etc-ethereum-classic", |
|
|
|
"timeout": "50s", |
|
|
|
"timeout": "50s", |
|
|
|
"refreshInterval": "900s" |
|
|
|
"refreshInterval": "900s" |
|
|
|
}, |
|
|
|
}, |
|
|
|
@ -134,4 +134,4 @@ |
|
|
|
"newrelicName": "MyEtherProxy", |
|
|
|
"newrelicName": "MyEtherProxy", |
|
|
|
"newrelicKey": "SECRET_KEY", |
|
|
|
"newrelicKey": "SECRET_KEY", |
|
|
|
"newrelicVerbose": false |
|
|
|
"newrelicVerbose": false |
|
|
|
} |
|
|
|
} |
|
|
|
|