Browse Source

Merge pull request #84 from jeje0106/master-7

Update api.json
master
yuriy0803 2 years ago committed by GitHub
parent
commit
551a784245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      api.json

10
api.json

@ -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
} }

Loading…
Cancel
Save