miningcore/examples/straks_pool.json

121 lines
2.7 KiB
JSON

{
"logging": {
"level": "info",
"enableConsoleLog": true,
"enableConsoleColors": true,
"logFile": "",
"logBaseDirectory": "",
"perPoolLogFile": false
},
"banning": {
"manager": "integrated"
},
"notifications": {
"enabled": false,
"email": {
"host": "smtp.example.com",
"port": 587,
"user": "user",
"password": "password",
"fromAddress": "info@yourpool.org",
"fromName": "support"
},
"admin": {
"enabled": false,
"emailAddress": "user@example.com",
"notifyBlockFound": true
}
},
"persistence": {
"postgres": {
"host": "127.0.0.1",
"port": 5432,
"user": "miningcore",
"password": "miningcore",
"database": "miningcore"
}
},
"paymentProcessing": {
"enabled": true,
"interval": 600,
"shareRecoveryFile": "recovered-shares.txt"
},
"api": {
"enabled": true,
"listenAddress": "*",
"port": 4000
},
"pools": [
{
"treasuryAddresses": [
"3K3bPrW5h7DYEMp2RcXawTCXajcm4ZU9Zh",
"33Ssxmn3ehVMgyxgegXhpLGSBpubPjLZQ6",
"3HFPNAjesiBY5sSVUmuBFnMEGut69R49ca",
"37jLjjfUXQU4bdqVzvpUXyzAqPQSmxyByi"
],
"id": "straks1",
"enabled": true,
"coin": {
"type": "STAK"
},
"address": "tW3nPvwAwF6XyBxucyN3NLcG4iohB9XyPS",
"rewardRecipients": [
{
"address": "SP5BMTez7GyCzn1AmtdkpkwrsNJsnqukf8",
"percentage": 1.0
}
],
"blockRefreshInterval": 500,
"jobRebroadcastTimeout": 10,
"clientConnectionTimeout": 600,
"banning": {
"enabled": true,
"time": 600,
"invalidPercent": 50,
"checkThreshold": 50
},
"ports": {
"4500": {
"listenAddress": "0.0.0.0",
"difficulty": 1,
"name": "1Difficulty",
"varDiff": {
"minDiff": 0.5,
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30
}
},
"4501": {
"listenAddress": "0.0.0.0",
"difficulty": 10,
"name": "1Difficulty",
"varDiff": {
"minDiff": 5,
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30
}
}
},
"daemons": [
{
"host": "127.0.0.1",
"port": 19333,
"user": "straks",
"password": "straks"
}
],
"paymentProcessing": {
"enabled": true,
"minimumPayment": 0.5,
"payoutScheme": "PPLNS",
"payoutSchemeConfig": {
"factor": 2.0
}
}
}
]
}