Skip to content

Instantly share code, notes, and snippets.

@bogdanstoica35
Created January 29, 2018 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bogdanstoica35/2056f915d015165b584a05fb2def9b8e to your computer and use it in GitHub Desktop.
Save bogdanstoica35/2056f915d015165b584a05fb2def9b8e to your computer and use it in GitHub Desktop.
sumo-pool-config.js
{
"coin": "Sumokoin",
"symbol": "SUMO",
"coinUnits": 1000000000,
"coinDifficultyTarget": 240,
"logging": {
"files": {
"level": "info",
"directory": "logs",
"flushInterval": 5
},
"console": {
"level": "debug",
"colors": true
}
},
"poolServer": {
"enabled": true,
"clusterForks": "auto",
"poolAddress": "Sumoo3yL2T8jBwnPZv2xym6fwQYxnVfnnZQSkAkrsgSq9R8TEgq8YCVAfYds8q7sWbVCEETuPSUzTR4oLzvTBAoWSGtDLcMMHGQ",
"blockRefreshInterval": 1000,
"minerTimeout": 900,
"sslKey": "key.pem",
"sslCert": "cert.pem",
"allowedMinerAddressPrefixes": [
"2864026", "536986"
],
"ports": [
{
"port": 3333,
"difficulty": 1000,
"desc": "Low end hardware"
},
{
"port": 3334,
"difficulty": 2000,
"desc": "Low end hardware (SSL protected)",
"type": "SSL"
},
{
"port": 4444,
"difficulty": 10000,
"desc": "Mid range hardware"
},
{
"port": 4445,
"difficulty": 10000,
"desc": "Mid range hardware (SSL protected)",
"type": "SSL"
},
{
"port": 5555,
"difficulty": 20000,
"desc": "High end hardware"
},
{
"port": 5556,
"difficulty": 20000,
"desc": "High end hardware (SSL protected)",
"type": "SSL"
},
{
"port": 6666,
"difficulty": 30000,
"desc": "Hidden port",
"hidden": true
},
{
"port": 6667,
"difficulty": 30000,
"desc": "Hidden port (SSL protected)",
"hidden": true,
"type": "SSL"
}
],
"varDiff": {
"minDiff": 2000,
"maxDiff": 100000,
"targetTime": 100,
"retargetTime": 30,
"variancePercent": 30,
"maxJump": 100
},
"fixedDiff": {
"enabled": true,
"addressSeparator": "."
},
"shareTrust": {
"enabled": true,
"min": 10,
"stepDown": 3,
"threshold": 10,
"penalty": 30
},
"banning": {
"enabled": true,
"time": 600,
"invalidPercent": 25,
"checkThreshold": 30
}
},
"payments": {
"enabled": true,
"interval": 10800,
"maxAddresses": 30,
"mixin": 12,
"transferFee": 10000000,
"minPayment": 2000000000,
"maxTransactionAmount": 500000000000,
"denomination": 10000000,
"useDynamicTransferFee": true,
"transferFeePerPayee": 4000000,
"minerPayFee": true,
"blockReward": 36.45
},
"blockUnlocker": {
"enabled": true,
"interval": 30,
"depth": 60,
"poolFee": 1.4,
"devDonation": 0,
"coreDevDonation": 0.1,
"extraFeaturesDevDonation":0
},
"api": {
"enabled": true,
"hashrateWindow": 600,
"updateInterval": 20,
"port": 8118,
"blocks": 30,
"payments": 30,
"password": "rm8n9toa",
"trust_proxy_ip": false
},
"daemon": {
"host": "127.0.0.1",
"port": 19734
},
"wallet": {
"host": "127.0.0.1",
"port": 19735
},
"redis": {
"host": "127.0.0.1",
"port": 6379
},
"email": {
"enabled": false,
"api_key": "",
"api_domain": "mg.yourdomain",
"from_address": "",
"template_dir": "email_templates",
"domain": "pool.domain.here"
},
"monitoring": {
"daemon": {
"checkInterval": 60,
"rpcMethod": "getblockcount"
},
"wallet": {
"checkInterval": 60,
"rpcMethod": "getbalance"
}
},
"charts": {
"pool": {
"hashrate": {
"enabled": true,
"updateInterval": 60,
"stepInterval": 1800,
"maximumPeriod": 86400
},
"workers": {
"enabled": true,
"updateInterval": 60,
"stepInterval": 1800,
"maximumPeriod": 86400
},
"difficulty": {
"enabled": true,
"updateInterval": 1800,
"stepInterval": 10800,
"maximumPeriod": 604800
},
"price": {
"enabled": true,
"updateInterval": 1800,
"stepInterval": 10800,
"maximumPeriod": 604800
},
"profit": {
"enabled": true,
"updateInterval": 1800,
"stepInterval": 10800,
"maximumPeriod": 604800
}
},
"user": {
"hashrate": {
"enabled": true,
"updateInterval": 180,
"stepInterval": 1800,
"maximumPeriod": 86400
},
"payments": {
"enabled": true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment