56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"enabled": false,
|
|
"coin": "galleon.json",
|
|
|
|
"address": "GRAiuGCWLrL8Psdr6pkhLpxrQGHdYfrSEz",
|
|
"blockRefreshInterval": 1000,
|
|
"txRefreshInterval": 20000,
|
|
"connectionTimeout": 600,
|
|
|
|
"shareProcessing": {
|
|
"internal": {
|
|
"enabled": true,
|
|
"validateWorkerAddress": true,
|
|
"paymentInterval": 60,
|
|
"minimumPayment": 100.001,
|
|
"minimumReserve": 10,
|
|
"feePercent": 0.02,
|
|
"feeCollectAccount": "feesCollected",
|
|
"feeReceiveAddress": "GRAiuGCWLrL8Psdr6pkhLpxrQGHdYfrSEz",
|
|
"feeWithdrawalThreshold": 5,
|
|
"daemon": {
|
|
"host": "localhost",
|
|
"port": 19632,
|
|
"user": "testuser",
|
|
"password": "testpass"
|
|
},
|
|
"redis": {
|
|
"host": "localhost",
|
|
"port": 6379
|
|
}
|
|
}
|
|
},
|
|
|
|
"ports": {
|
|
"3537": {
|
|
"diff": 4
|
|
}
|
|
},
|
|
|
|
"daemons": [
|
|
{
|
|
"host": "localhost",
|
|
"port": 19632,
|
|
"user": "testuser",
|
|
"password": "testpass"
|
|
}
|
|
],
|
|
|
|
"p2p": {
|
|
"enabled": false,
|
|
"host": "localhost",
|
|
"port": 19333,
|
|
"protocolVersion": 70002,
|
|
"magic": "fcc1b7dc"
|
|
}
|
|
} |