58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"enabled": false,
|
|
"coin": "execoin.json",
|
|
|
|
"shareProcessing": {
|
|
"internal": {
|
|
"enabled": true,
|
|
"validateWorkerAddress": true,
|
|
"paymentInterval": 60,
|
|
"minimumPayment": 100.001,
|
|
"minimumReserve": 10,
|
|
"feePercent": 0.02,
|
|
"feeCollectAccount": "feesCollected",
|
|
"feeReceiveAddress": "ESfYVyfh1yZx1AkqJnu6rJje5nWE3f2C3r",
|
|
"feeWithdrawalThreshold": 5,
|
|
"daemon": {
|
|
"host": "localhost",
|
|
"port": 19847,
|
|
"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": "EabPhjVKcmus3LKFViAcwq3dfo8kzqpMkQ",
|
|
"blockRefreshInterval": 1000,
|
|
"txRefreshInterval": 20000,
|
|
"connectionTimeout": 600,
|
|
|
|
|
|
"ports": {
|
|
"6368": {
|
|
"diff": 8
|
|
}
|
|
},
|
|
|
|
"daemons": [
|
|
{
|
|
"host": "localhost",
|
|
"port": 19847,
|
|
"user": "testuser",
|
|
"password": "testpass"
|
|
}
|
|
]
|
|
} |