Skip to content

Commit

Permalink
fixed default-example.json formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Hüseyin Uslu committed Oct 2, 2014
1 parent ea6277a commit b6de9de
Showing 1 changed file with 33 additions and 40 deletions.
73 changes: 33 additions & 40 deletions src/CoiniumServ/config/pools/default-example.json
Original file line number Diff line number Diff line change
@@ -1,70 +1,63 @@
{
"daemon": {
{
"daemon": {
"host": "127.0.0.1",
"timeout": 5
},

},
"meta": {
"motd": "Welcome to CoiniumServ pool, enjoy your stay! - http://www.coiniumserv.com",
"txMessage": "http://www.coiniumserv.com/"
},

"payments": {
},
"payments": {
"interval": 60,
"minimum": 0.01
},

"miner": {
"minimum": 0.01
},
"miner": {
"validateUsername": true,
"timeout": 300
},

"job": {
"job": {
"blockRefreshInterval": 1000,
"rebroadcastTimeout": 55
"rebroadcastTimeout": 55
},

"stratum": {
"stratum": {
"bind": "0.0.0.0",
"diff": 16,
"diff": 16,
"vardiff": {
"minDiff": 8,
"maxDiff": 512,
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30
}
},

},
"banning": {
"duration": 600,
"invalidPercent": 50,
"checkThreshold": 100,
"purgeInterval": 300
},

"storage": {
},
"storage": {
"hybrid": {
"redis": {
"host": "127.0.0.1",
"port": 6379,
"redis": {
"host": "127.0.0.1",
"port": 6379,
"password": "",
"databaseId": 0
},
"mysql": {
"host": "127.0.0.1",
"port": 3306,
"user": "username",
"password": "password"
}
},
"mysql": {
"host": "127.0.0.1",
"port": 3306,
"user": "username",
"password": "password"
}
},
"mpos": {
"mysql": {
"host": "127.0.0.1",
"port": 3306,
"user": "username",
"password": "password"
}
"mysql": {
"host": "127.0.0.1",
"port": 3306,
"user": "username",
"password": "password"
}
}
}
}
}
}

0 comments on commit b6de9de

Please sign in to comment.