node-open-mining-portal/pool_configs/maxcoin_example.json

49 lines
1.1 KiB
JSON

{
"enabled": false,
"coin": "maxcoin.json",
"address": "tKWkadAkT2vqK6v2PHLJmV1RTVvF7XZEgN",
"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": "tQ2TKXXk2jh7EX2RJQ4ZxpZYEdRx7fdiaw",
"feeWithdrawalThreshold": 5,
"daemon": {
"host": "localhost",
"port": 27932,
"user": "testuser",
"password": "testpass"
},
"redis": {
"host": "localhost",
"port": 6379
}
}
},
"ports": {
"5547": {
"diff": 2
}
},
"daemons": [
{
"host": "localhost",
"port": 27932,
"user": "testuser",
"password": "testpass"
}
]
}