Skip to content

Instantly share code, notes, and snippets.

@StasKoval
Created June 10, 2014 18:11
Show Gist options
  • Save StasKoval/cc9c31a6bd2d512efbb2 to your computer and use it in GitHub Desktop.
Save StasKoval/cc9c31a6bd2d512efbb2 to your computer and use it in GitHub Desktop.
{
"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": 5000000,
"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": 50,
"retargetTime": 30,
"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