Browse Source

Update api.json

SOLO Mode + CoinPaprika
master
jeje0106 2 years ago committed by GitHub
parent
commit
298c4bfe23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      api.json

8
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"
}, },

Loading…
Cancel
Save