64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"enabled": false,
|
|
"coin": "ultracoin.json",
|
|
|
|
"shareProcessing": {
|
|
"internal": {
|
|
"enabled": true,
|
|
"validateWorkerAddress": true,
|
|
"paymentInterval": 60,
|
|
"minimumPayment": 100.001,
|
|
"minimumReserve": 10,
|
|
"feePercent": 0.02,
|
|
"feeReceiveAddress": "UZ3cz7EKjC4eRKbhiN9tA6xcaDGSVoESc8",
|
|
"feeWithdrawalThreshold": 5,
|
|
"daemon": {
|
|
"host": "localhost",
|
|
"port": 18365,
|
|
"user": "testuser",
|
|
"password": "testpass"
|
|
},
|
|
"redis": {
|
|
"host": "localhost",
|
|
"port": 6379
|
|
}
|
|
},
|
|
"mpos": {
|
|
"enabled": false,
|
|
"host": "localhost",
|
|
"port": 3306,
|
|
"user": "me",
|
|
"password": "mypass",
|
|
"database": "ltc",
|
|
"stratumAuth": "password"
|
|
}
|
|
},
|
|
|
|
"address": "UhyKVr4m516TPsrLwm91pYL4f99VGrJ1oC",
|
|
"blockRefreshInterval": 1000,
|
|
"txRefreshInterval": 20000,
|
|
"connectionTimeout": 600,
|
|
|
|
"banning": {
|
|
"enabled": true,
|
|
"time": 600,
|
|
"invalidPercent": 50,
|
|
"checkThreshold": 500,
|
|
"purgeInterval": 300
|
|
},
|
|
|
|
"ports": {
|
|
"6856": {
|
|
"diff": 8
|
|
}
|
|
},
|
|
|
|
"daemons": [
|
|
{
|
|
"host": "localhost",
|
|
"port": 18365,
|
|
"user": "testuser",
|
|
"password": "testpass"
|
|
}
|
|
]
|
|
} |