Created
June 11, 2014 18:24
-
-
Save StasKoval/9e07bb52f2a8397b0b80 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
| root@node-61:~/pool# cat config.json | |
| { | |
| "coin": "boolberry", | |
| "symbol": "BBR", | |
| "logLevel": "debug", | |
| "logColors": true, | |
| "coinUnits": 1000000000000, | |
| "poolHost": "79.135.200.61", | |
| "irc": "irc.freenode.net/#boolberry", | |
| "email": "[email protected]", | |
| "cryptonatorWidget": "num=2&base_0=Boolberry%20(BBR)&target_0=Bitcoin%20(BTC)&base_1=Boolberry%20(BBR)&target_1=US%20Dollar%20(USD)", | |
| "easyminerDownload": "https://github.com/zone117x/cryptonote-easy-miner/releases/", | |
| "simplewalletDownload": "http://boolberry.com/downloads.html", | |
| "blockchainExplorer": "", | |
| "poolServer": { | |
| "enabled": true, | |
| "clusterForks": "auto", | |
| "poolAddress": "1H1kE4DVrMDYpT53JZAgAd986Uod7p9s91GFJMBMaiFg4zGhdRtZKf3SCMNQNbi2V7Uf5qz226YZeg9raMYpv8r8GDGgLhm", | |
| "blockRefreshInterval": 1000, | |
| "minerTimeout": 950, | |
| "ports": [ | |
| { | |
| "port": 3333, | |
| "protocol":"http", | |
| "difficulty": 6000000, | |
| "desc": "EXP" | |
| }, | |
| { | |
| "port": 5555, | |
| "protocol": "http", | |
| "difficulty": 500000, | |
| "desc": "Mid range CPUs" | |
| }, | |
| { | |
| "port": 7777, | |
| "protocol": "http", | |
| "difficulty": 2000000, | |
| "desc": "High end CPUs" | |
| } | |
| ], | |
| "varDiff": { | |
| "minDiff": 50000, | |
| "maxDiff": 10000000, | |
| "targetTime": 15, | |
| "retargetTime": 10, | |
| "variancePercent": 30, | |
| "maxJump": 150000 | |
| }, | |
| "shareTrust": { | |
| "enabled": true, | |
| "min": 10, | |
| "stepDown": 3, | |
| "threshold": 10, | |
| "penalty": 30 | |
| }, | |
| "longPolling": { | |
| "enabled": false, | |
| "timeout": 8500 | |
| }, | |
| "banning": { | |
| "enabled": true, | |
| "time": 600, | |
| "invalidPercent": 25, | |
| "checkThreshold": 30 | |
| } | |
| }, | |
| "payments": { | |
| "enabled": true, | |
| "transferFee": 5000000000, | |
| "interval": 10, | |
| "poolFee": 0, | |
| "depth": 60, | |
| "maxAddresses": 50 | |
| }, | |
| "api": { | |
| "enabled": true, | |
| "hashrateWindow": 600, | |
| "updateInterval": 3, | |
| "port": 8117 | |
| }, | |
| "daemon": { | |
| "host": "127.0.0.1", | |
| "port": 10102 | |
| }, | |
| "wallet": { | |
| "host": "127.0.0.1", | |
| "port": 10103 | |
| }, | |
| "redis": { | |
| "host": "127.0.0.1", | |
| "port": 6379 | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment