{
	"poolHost": "your.pool.host",

	"coin": "Arqma",
	"symbol": "ARQ",
	"coinUnits": 1000000000,
	"coinDecimalPlaces": 9,
	"coinDifficultyTarget": 120,
	"blockchainExplorer": "http://blockexplorer.arqma.com/block/{id}",
	"transactionExplorer": "http://blockexplorer.arqma.com/tx/{id}",

	"daemonType": "default",
	"cnAlgorithm": "cryptonight_pico",
	"cnVariant": 2,
	"cnBlobType": 0,

	"logging": {
		"files": {
			"level": "info",
			"directory": "logs",
			"flushInterval": 5
		},
		"console": {
			"level": "info",
			"colors": true
		}
	},
	"childPools": [{
			"poolAddress": "** Your pool wallet address **",
			"intAddressPrefix": null,
			"coin": "CyprusCoin",
			"childDaemon": {
				"host": "1.2.3.4",
				"port": 11975
			},
			"pattern": "^XCY",
			"blockchainExplorer": "http://explorer.mycypruscoin.com/?hash={id}#blockchain_block",
			"transactionExplorer": "http://explorer.mycypruscoin.com/?hash={id}#blockchain_transaction",
			"api": "https://your.pool.host/apiMerged1",
			"enabled": true
                    },
		{
			"poolAddress": "** Your pool wallet address **",
			"intAddressPrefix": null,
			"coin": "Turtlecoin",
			"childDaemon": {
				"host": "1.2.3.4",
				"port": 11898
			},
			"pattern": "^TRTL",
			"blockchainExplorer": "https://explorer.turtlecoin.lol/block.html?hash={id}",
			"transactionExplorer": "https://explorer.turtlecoin.lol/block.html?hash={id}",
			"api": "https://your.pool.host/apiMerged2",
			"enabled": true
                    },
		{
			"poolAddress": "** Your pool wallet address **",
			"intAddressPrefix": null,
			"coin": "Plenteum",
			"childDaemon": {
				"host": "1.2.3.4",
				"port": 44016
			},
			"pattern": "^Pl",
			"blockchainExplorer": "http://block-explorer.plenteum.com/?hash={id}#blockchain_block",
			"transactionExplorer": "http://block-explorer.plenteum.com/?hash={id}#blockchain_transaction",
			"api": "https://your.pool.host/apiMerged3",
			"enabled": true
                    },
		{
			"poolAddress": "** Your pool wallet address **",
			"intAddressPrefix": null,
			"coin": "Iridium",
			"childDaemon": {
				"host": "1.2.3.4",
				"port": 13007
			},
			"pattern": "^ir",
			"blockchainExplorer": "http://explorer.ird.cash/?hash={id}#block",
			"transactionExplorer": "http://explorer.ird.cash/?hash={id}#transaction",
			"api": "https://your.pool.host/apiMerged4",
			"enabled": true
                    },
		{
			"poolAddress": "** Your pool wallet address **",
			"intAddressPrefix": null,
			"coin": "Tritanium",
			"childDaemon": {
				"host": "1.2.3.4",
				"port": 16123
			},
			"pattern": "^Tri",
			"blockchainExplorer": "http://www.tritaniumcoin.com/?hash={id}#blockchain_block",
			"transactionExplorer": "http://www.tritaniumcoin.com/?hash={id}#blockchain_transaction",
			"api": "https://your.pool.host/apiMerged5",
			"enabled": true
                    },
		{
			"poolAddress": "** Your pool wallet address **",
			"intAddressPrefix": null,
			"coin": "WrkzCoin",
			"childDaemon": {
				"host": "1.2.3.4",
				"port": 17856
			},
			"pattern": "^Wrkz",
			"blockchainExplorer": "http://myexplorer.wrkz.work/?hash={id}#blockchain_block",
			"transactionExplorer": "http://myexplorer.wrkz.work/?hash={id}#blockchain_transaction",
			"api": "https://your.pool.host/apiMerged6",
			"enabled": true
                    },
		{
			"poolAddress": "** Your pool wallet address **",
			"intAddressPrefix": null,
			"coin": "Elphyrecoin2",
			"childDaemon": {
				"host": "1.2.3.4",
				"port": 45501
			},
			"pattern": "^Phy",
			"blockchainExplorer": "http://explorer2.elphyrecoin.xyz/?hash={id}#blockchain_block",
			"transactionExplorer": "http://explorer2.elphyrecoin.xyz/?hash={id}#blockchain_transaction",
			"api": "https://your.pool.host/apiMerged7",
			"enabled": true
                    }
    ],
	"poolServer": {
		"enabled": true,
		"mergedMining": true,
		"clusterForks": 5,
		"poolAddress": "** Your pool wallet address **",
		"intAddressPrefix": 1141703,
		"blockRefreshInterval": 1000,
		"minerTimeout": 900,
		"sslCert": "cert.pem",
		"sslKey": "privkey.pem",
		"sslCA": "chain.pem",
		"ports": [
			{
				"port": 1444,
				"difficulty": 5000,
				"desc": "Low end hardware"
            },
			{
				"port": 2444,
				"difficulty": 50000,
				"desc": "Mid range hardware"
            },
			{
				"port": 3444,
				"difficulty": 500000,
				"desc": "High end hardware"
            }
        ],
		"varDiff": {
			"minDiff": 500,
			"maxDiff": 100000000,
			"targetTime": 45,
			"retargetTime": 40,
			"variancePercent": 30,
			"maxJump": 60
		},
		"paymentId": {
			"addressSeparator": "+"
		},
		"fixedDiff": {
			"enabled": true,
			"addressSeparator": "."
		},
		"shareTrust": {
			"enabled": true,
			"min": 10,
			"stepDown": 3,
			"threshold": 10,
			"penalty": 30
		},
		"banning": {
			"enabled": true,
			"time": 600,
			"invalidPercent": 25,
			"checkThreshold": 30
		},
		"slushMining": {
			"enabled": false,
			"weight": 300,
			"blockTime": 60,
			"lastBlockCheckRate": 1
		}
	},

	"payments": {
		"enabled": true,
		"interval": 900,
		"maxAddresses": 5,
		"mixin": 6,
		"priority": 0,
		"transferFee": 10000000,
		"dynamicTransferFee": true,
		"minerPayFee": true,
		"minPayment": 1000000000,
		"maxPayment": null,
		"maxTransactionAmount": 100000000000,
		"denomination": 1000000000
	},

	"blockUnlocker": {
		"enabled": true,
		"interval": 30,
		"depth": 18,
		"poolFee": 0.5,
		"devDonation": 0,
		"networkFee": 0.0
	},

	"api": {
		"enabled": true,
		"hashrateWindow": 600,
		"updateInterval": 60,
		"bindIp": "127.0.0.1",
		"port": 8217,
		"blocks": 30,
		"payments": 30,
		"password": "password",
		"ssl": false,
		"sslPort": 8119,
		"sslCert": "cert.pem",
		"sslKey": "privkey.pem",
		"sslCA": "chain.pem",
		"trustProxyIP": true
	},

	"daemon": {
		"host": "127.0.0.1",
		"port": 19994
	},

	"wallet": {
		"host": "1.2.3.4",
		"port": 19996
	},

	"redis": {
		"host": "1.2.3.4",
		"port": 6379,
		"auth": null,
		"db": 10,
		"cleanupInterval": 15
	},

	"notifications": {
		"emailTemplate": "email_templates/default.txt",
		"emailSubject": {
			"emailAdded": "Your email was registered",
			"workerConnected": "Worker %WORKER_NAME% connected",
			"workerTimeout": "Worker %WORKER_NAME% stopped hashing",
			"workerBanned": "Worker %WORKER_NAME% banned",
			"blockFound": "Block %HEIGHT% found !",
			"blockUnlocked": "Block %HEIGHT% unlocked !",
			"blockOrphaned": "Block %HEIGHT% orphaned !",
			"payment": "We sent you a payment !"
		},
		"emailMessage": {
			"emailAdded": "Your email has been registered to receive pool notifications.",
			"workerConnected": "Your worker %WORKER_NAME% for address %MINER% is now connected from ip %IP%.",
			"workerTimeout": "Your worker %WORKER_NAME% for address %MINER% has stopped submitting hashes on %LAST_HASH%.",
			"workerBanned": "Your worker %WORKER_NAME% for address %MINER% has been banned.",
			"blockFound": "Block found at height %HEIGHT% by miner %MINER% on %TIME%. Waiting maturity.",
			"blockUnlocked": "Block mined at height %HEIGHT% with %REWARD% and %EFFORT% effort on %TIME%.",
			"blockOrphaned": "Block orphaned at height %HEIGHT% :(",
			"payment": "A payment of %AMOUNT% has been sent to %ADDRESS% wallet."
		},
		"telegramMessage": {
			"workerConnected": "Your worker _%WORKER_NAME%_ for address _%MINER%_ is now connected from ip _%IP%_.",
			"workerTimeout": "Your worker _%WORKER_NAME%_ for address _%MINER%_ has stopped submitting hashes on _%LAST_HASH%_.",
			"workerBanned": "Your worker _%WORKER_NAME%_ for address _%MINER%_ has been banned.",
			"blockFound": "*Block found at height* _%HEIGHT%_ *by miner* _%MINER%_*! Waiting maturity.*",
			"blockUnlocked": "*Block mined at height* _%HEIGHT%_ *with* _%REWARD%_ *and* _%EFFORT%_ *effort on* _%TIME%_*.*",
			"blockOrphaned": "*Block orphaned at height* _%HEIGHT%_ *:(*",
			"payment": "A payment of _%AMOUNT%_ has been sent."
		}
	},

	"email": {
		"enabled": false,
		"fromAddress": "your@email.com",
		"transport": "sendmail",
		"sendmail": {
			"path": "/usr/sbin/sendmail"
		},
		"smtp": {
			"host": "smtp.example.com",
			"port": 587,
			"secure": false,
			"auth": {
				"user": "username",
				"pass": "password"
			},
			"tls": {
				"rejectUnauthorized": false
			}
		},
		"mailgun": {
			"key": "your-private-key",
			"domain": "mg.yourdomain"
		}
	},

	"telegram": {
		"enabled": false,
		"botName": "",
		"token": "",
		"channel": "",
		"channelStats": {
			"enabled": false,
			"interval": 30
		},
		"botCommands": {
			"stats": "/stats",
			"report": "/report",
			"notify": "/notify",
			"blocks": "/blocks"
		}
	},

	"monitoring": {
		"daemon": {
			"checkInterval": 60,
			"rpcMethod": "getblockcount"
		},
		"wallet": {
			"checkInterval": 60,
			"rpcMethod": "getbalance"
		}
	},

	"prices": {
		"source": "tradeogre",
		"currency": "USD"
	},

	"charts": {
		"pool": {
			"hashrate": {
				"enabled": true,
				"updateInterval": 60,
				"stepInterval": 1800,
				"maximumPeriod": 86400
			},
			"miners": {
				"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
			},
			"worker_hashrate": {
				"enabled": true,
				"updateInterval": 60,
				"stepInterval": 60,
				"maximumPeriod": 86400
			},
			"payments": {
				"enabled": true
			}
		},
		"blocks": {
			"enabled": true,
			"days": 30
		}
	}
}