|
- {
- "coin": "monero",
- "symbol": "XMR",
- "coinUnits": 100000000,
- "coinDifficultyTarget": 120,
-
- "logging": {
- "files": {
- "level": "info",
- "directory": "logs",
- "flushInterval": 5
- },
- "console": {
- "level": "info",
- "colors": true
- }
- },
-
- "poolServer": {
- "enabled": true,
- "clusterForks": "auto",
- "poolAddress": "4A2Gv6uMc3vZsGMTEMnBsgaJMtQeEBCzaigneqJN8bzkTit2Di5MVm2fjE9rfWMz4yMVxSBL3Q9QzbafXUBXzUcANNnjjEn",
- "blockRefreshInterval": 100,
- "blockRefreshForce": 100,
- "minerTimeout": 900,
- "ports": [
- {
- "port": 443,
- "difficulty": 20000,
- "desc": "SSL",
- "type": "SSL"
- },
- {
- "port": 3333,
- "difficulty": 1000,
- "desc": "Low end hardware"
- },
- {
- "port": 5555,
- "difficulty": 2000,
- "desc": "Mid range hardware"
- },
- {
- "port": 7777,
- "difficulty": 10000,
- "desc": "High end hardware"
- },
- {
- "port": 8888,
- "difficulty": 10000,
- "desc": "Hidden port",
- "hidden": true
- }
- ],
- "varDiff": {
- "minDiff": 100,
- "maxDiff": 200000,
- "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": 600,
- "maxAddresses": 50,
- "mixin": 3,
- "transferFee": 5000000000,
- "minPayment": 1000000000000,
- "maxTransactionAmount": 0,
- "denomination": 100000000000
- },
-
- "blockUnlocker": {
- "enabled": true,
- "interval": 30,
- "depth": 60,
- "poolFee": 2,
- "devDonation": 0.1,
- "coreDevDonation": 0.1,
- "extraFeaturesDevDonation":0.1
- },
-
- "api": {
- "enabled": true,
- "hashrateWindow": 600,
- "updateInterval": 30,
- "port": 8117,
- "blocks": 30,
- "payments": 30,
- "ssl": false,
- "sslport": 8119,
- "sslcert": "./certs/cert.pem",
- "sslkey": "./certs/privkey.pem",
- "sslca": "./certs/chain.pem",
- "password": "your_password"
- },
-
- "daemon": {
- "host": "127.0.0.1",
- "port": 18081
- },
-
- "wallet": {
- "host": "127.0.0.1",
- "port": 18082
- },
-
- "redis": {
- "host": "127.0.0.1",
- "port": 6379
- },
-
- "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
- }
- }
- }
- }
|