Created
January 12, 2018 11:16
-
-
Save poctek/0ff998f4f36734624c18dc465e007a72 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"threads": 2, | |
"coin": "pirl", | |
"name": "main", | |
"proxy": { | |
"enabled": true, | |
"listen": "0.0.0.0:8888", | |
"limitHeadersSize": 1024, | |
"limitBodySize": 256, | |
"behindReverseProxy": false, | |
"blockRefreshInterval": "120ms", | |
"stateUpdateInterval": "3s", | |
"difficulty": 10, | |
"hashrateExpiration": "3h", | |
"healthCheck": true, | |
"maxFails": 100, | |
"stratum": { | |
"enabled": true, | |
"listen": "0.0.0.0:8008", | |
"timeout": "120s", | |
"maxConn": 8192 | |
}, | |
"policy": { | |
"workers": 8, | |
"resetInterval": "60m", | |
"refreshInterval": "1m", | |
"banning": { | |
"enabled": false, | |
"ipset": "blacklist", | |
"timeout": 1800, | |
"invalidPercent": 30, | |
"checkThreshold": 30, | |
"malformedLimit": 5 | |
}, | |
"limits": { | |
"enabled": false, | |
"limit": 30, | |
"grace": "5m", | |
"limitJump": 10 | |
} | |
} | |
}, | |
"api": { | |
"enabled": false, | |
"purgeOnly": false, | |
"purgeInterval": "10m", | |
"listen": "0.0.0.0:8080", | |
"statsCollectInterval": "5s", | |
"hashrateWindow": "30m", | |
"hashrateLargeWindow": "3h", | |
"luckWindow": [64, 128, 256], | |
"payments": 30, | |
"blocks": 50 | |
}, | |
"upstreamCheckInterval": "5s", | |
"upstream": [ | |
{ | |
"name": "main", | |
"url": "http://pirl:6588", | |
"timeout": "10s" | |
} | |
], | |
"redis": { | |
"endpoint": "redis:6379", | |
"poolSize": 10, | |
"database": 0, | |
"password": "" | |
}, | |
"unlocker": { | |
"enabled": false, | |
"poolFee": 1.0, | |
"poolFeeAddress": "", | |
"donate": true, | |
"depth": 120, | |
"immatureDepth": 20, | |
"keepTxFees": false, | |
"interval": "10m", | |
"daemon": "http://pirl:6588", | |
"timeout": "10s" | |
}, | |
"payouts": { | |
"enabled": false, | |
"requirePeers": 25, | |
"interval": "120m", | |
"daemon": "http://pirl:6588", | |
"timeout": "10s", | |
"address": "0x0", | |
"gas": "21000", | |
"gasPrice": "50000000000", | |
"autoGas": true, | |
"threshold": 500000000, | |
"bgsave": false | |
}, | |
"newrelicEnabled": false, | |
"newrelicName": "MyEtherProxy", | |
"newrelicKey": "SECRET_KEY", | |
"newrelicVerbose": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment