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

Loading…
Cancel
Save