Browse Source

Update api.json

updated api.json
master
Don Kingdon 1 year ago committed by GitHub
parent
commit
b13c3e7581
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 20
      api.json

20
api.json

@ -1,14 +1,14 @@
{ {
"threads": 4, "threads": 4,
"coin": "ETC", "coin": "EGAZ",
"name": "Ethereum-Classic", "name": "Etica Mainnet",
"pplns": 9000, "pplns": 9000,
"network": "classic", "network": "etica",
"coin-name": "etc", "coin-name": "egaz",
"algo": "etchash", "algo": "etchash",
"proxy": { "proxy": {
"enabled": true, "enabled": true,
"listen": "0.0.0.0:8888", "listen": "0.0.0.0:8878",
"limitHeadersSize": 1024, "limitHeadersSize": 1024,
"limitBodySize": 256, "limitBodySize": 256,
"behindReverseProxy": false, "behindReverseProxy": false,
@ -22,7 +22,7 @@
"maxFails": 100, "maxFails": 100,
"stratum": { "stratum": {
"enabled": true, "enabled": true,
"listen": "0.0.0.0:8008", "listen": "0.0.0.0:8078",
"timeout": "120s", "timeout": "120s",
"maxConn": 8192, "maxConn": 8192,
"tls": false, "tls": false,
@ -33,7 +33,7 @@
"workers": 8, "workers": 8,
"resetInterval": "60m", "resetInterval": "60m",
"refreshInterval": "1m", "refreshInterval": "1m",
"blacklist_file": "/home/pool/open-etc-pool-friends/stratum_blacklist.json", "blacklist_file": "~/egaz-pool/stratum_blacklist.json",
"banning": { "banning": {
"enabled": true, "enabled": true,
"ipset": "blacklist", "ipset": "blacklist",
@ -55,7 +55,7 @@
"enabled": true, "enabled": true,
"purgeOnly": false, "purgeOnly": false,
"purgeInterval": "10m", "purgeInterval": "10m",
"listen": "0.0.0.0:8080", "listen": "0.0.0.0:9080",
"statsCollectInterval": "5s", "statsCollectInterval": "5s",
"hashrateWindow": "30m", "hashrateWindow": "30m",
"hashrateLargeWindow": "3h", "hashrateLargeWindow": "3h",
@ -103,7 +103,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.coingecko.com/api/v3/coins/markets?vs_currency=usd&ids=egaz",
"timeout": "50s", "timeout": "50s",
"refreshInterval": "900s" "refreshInterval": "900s"
}, },
@ -125,7 +125,7 @@
"interval": "20m", "interval": "20m",
"daemon": "http://127.0.0.1:8545", "daemon": "http://127.0.0.1:8545",
"timeout": "10s", "timeout": "10s",
"address": "0xd92fa5a9732a0aec36dc8d5a6a1305dc2d3e09e6", "address": "YOUR EGAZ ADDRESS HERE",
"gas": "21000", "gas": "21000",
"gasPrice": "50000000000", "gasPrice": "50000000000",
"autoGas": true, "autoGas": true,

Loading…
Cancel
Save