Skip to content

Instantly share code, notes, and snippets.

@korjavin
Created May 27, 2018 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save korjavin/7b1f211ef76ceb6d8c92534e46aed4bb to your computer and use it in GitHub Desktop.
Save korjavin/7b1f211ef76ceb6d8c92534e46aed4bb to your computer and use it in GitHub Desktop.
{
"logging": {
"level": "debug",
"enableConsoleLog": true,
"enableConsoleColors": true,
"logFile": "",
"logBaseDirectory": "",
"perPoolLogFile": false
},
"banning": {
"manager": "integrated",
"banOnJunkReceive": true,
"banOnInvalidShares": false
},
"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": "172.17.0.1",
"port": 5432,
"user": "miningcore",
"password": "password",
"database": "miningcore"
}
},
"paymentProcessing": {
"enabled": true,
"interval": 600,
"shareRecoveryFile": "recovered-shares.txt"
},
"pools": [{
"id": "eth-parity",
"enabled": true,
"coin": {
"type": "ETH"
},
"address": "0xD8869d9E3d497323561Fbca2319a9FC3F6f10c4B",
"rewardRecipients": [{
"type": "op",
"address": "0xD8869d9E3d497323561Fbca2319a9FC3F6f10c4B",
"percentage": 0
}],
"blockRefreshInterval": 500,
"clientConnectionTimeout": 600,
"banning": {
"enabled": false,
"time": 600,
"invalidPercent": 50,
"checkThreshold": 50
},
"ports": {
"3072": {
"difficulty": 0.1,
"varDiff": {
"minDiff": 0.05,
"maxDiff": null,
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30
}
},
"3073": {
"difficulty": 5000
}
},
"daemons": [
{
"host": "212.32.246.58",
"port": 6599,
"user": "",
"password": ""
}
],
"paymentProcessing": {
"enabled": true,
"minimumPayment": 0.01,
"minimumPaymentToPaymentId": 5.0,
"payoutScheme": "PPLNS",
"payoutSchemeConfig": {
"factor": 2.0
},
"coinbasePassword": "<your wallet password if you are running parity with wallet locked>",
"keepUncles": false,
"keepTransactionFees": false
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment