Skip to content

Commit

Permalink
Update pool.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Hüseyin Uslu committed Oct 2, 2014
1 parent b6de9de commit 194d04f
Showing 1 changed file with 30 additions and 36 deletions.
66 changes: 30 additions & 36 deletions src/CoiniumServ/config/pools/pool.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,44 @@
{
"enabled": false,

"coin": "litecoin.json",

"daemon": {
"port": 9333,
"username": "user",
"password": "password"
},

"wallet" : {
"address": "n3Mvrshbf4fMoHzWZkDVbhhx4BLZCcU9oY"
{
"enabled": false,
"coin": "litecoin.json",
"daemon": {
"port": 9333,
"username": "user",
"password": "password"
},

"rewards": [
{"myxWybbhUkGzGF7yaf2QVNx3hh3HWTya5t": 1}
"wallet": {
"address": "n3Mvrshbf4fMoHzWZkDVbhhx4BLZCcU9oY"
},
"rewards": [
{
"myxWybbhUkGzGF7yaf2QVNx3hh3HWTya5t": 1
}
],

"payments": {
"enabled": true
},

"stratum": {
"enabled": true,
"port": 3333,
"payments": {
"enabled": true
},
"stratum": {
"enabled": true,
"port": 3333,
"vardiff": {
"enabled": true
}
},

},
"banning": {
"enabled": true
},

"storage": {
"storage": {
"hybrid": {
"enabled": false,
"mysql": {
"database": "db-name"
}
"database": "db-name"
}
},
"mpos": {
"enabled": false,
"mysql": {
"database": "db-name"
}
"enabled": false,
"mysql": {
"database": "db-name"
}
}
}
}
}
}

0 comments on commit 194d04f

Please sign in to comment.