-
-
Save poctek/3a9fa3a34ddaf8f359433fa0a537b257 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "[email protected]", | |
"fromName": "support" | |
}, | |
"admin": { | |
"enabled": false, | |
"emailAddress": "[email protected]", | |
"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, | |
"listenAddress": "0.0.0.0", | |
"varDiff": { | |
"minDiff": 0.05, | |
"maxDiff": null, | |
"targetTime": 15, | |
"retargetTime": 90, | |
"variancePercent": 30 | |
} | |
}, | |
"3073": { | |
"difficulty": 5000, | |
"listenAddress": "0.0.0.0" | |
} | |
}, | |
"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