Created
June 7, 2014 20:00
-
-
Save StasKoval/0602684aa1ab64f43e1d 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": "1H3vet7ir9mUhZdwtowcbU78rG3LBKneQJ4A6LRoi98TcMHVDGSKdnaNPSzt46fdVeiDTSVWVJiYoNuEqwGwbj4AHhevtfw", | |
"blockRefreshInterval": 1000, | |
"minerTimeout": 950, | |
"ports": [ | |
{ | |
"port": 3333, | |
"protocol":"http", | |
"difficulty": 350000, | |
"desc": "Low range CPUs" | |
}, | |
{ | |
"port": 5555, | |
"protocol": "http", | |
"difficulty": 500000, | |
"desc": "Mid range CPUs" | |
}, | |
{ | |
"port": 7777, | |
"protocol": "http", | |
"difficulty": 800000, | |
"desc": "High end CPUs" | |
} | |
], | |
"varDiff": { | |
"minDiff": 50000, | |
"maxDiff": 10000000, | |
"targetTime": 100, | |
"retargetTime": 30, | |
"variancePercent": 30, | |
"maxJump": 20000 | |
}, | |
"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": "79.135.200.91", | |
"port": 10102 | |
}, | |
"wallet": { | |
"host": "79.135.200.91", | |
"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