Adapt solo pool for current Peya and shared util
This commit is contained in:
139
config_examples/peya.json
Normal file
139
config_examples/peya.json
Normal file
@@ -0,0 +1,139 @@
|
||||
{
|
||||
"poolHost": "your.peya.pool.host",
|
||||
|
||||
"coin": "Peya",
|
||||
"symbol": "PEY",
|
||||
"coinUnits": 1000000000000,
|
||||
"coinDecimalPlaces": 12,
|
||||
"coinDifficultyTarget": 120,
|
||||
|
||||
"daemonType": "default",
|
||||
"cnAlgorithm": "cryptonight",
|
||||
"cnVariant": 0,
|
||||
"cnBlobType": 15,
|
||||
|
||||
"logging": {
|
||||
"files": {
|
||||
"level": "info",
|
||||
"directory": "logs",
|
||||
"flushInterval": 5
|
||||
},
|
||||
"console": {
|
||||
"level": "info",
|
||||
"colors": true
|
||||
}
|
||||
},
|
||||
|
||||
"peya": {
|
||||
"enabled": true,
|
||||
"assetSymbol": "PEY",
|
||||
"poolAddress": "PtYa_YOUR_POOL_CARROT_ADDRESS_HERE",
|
||||
"addressPrefixes": {
|
||||
"carrot": {
|
||||
"public": "0x2ceb88",
|
||||
"integrated": "0x30eb88",
|
||||
"subaddress": "0x356b88"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"childPools": null,
|
||||
"poolServer": {
|
||||
"enabled": true,
|
||||
"mergedMining": false,
|
||||
"clusterForks": "auto",
|
||||
"poolAddress": "PtYa_YOUR_POOL_CARROT_ADDRESS_HERE",
|
||||
"intAddressPrefix": null,
|
||||
"blockRefreshInterval": 600,
|
||||
"minerTimeout": 600,
|
||||
"ports": [
|
||||
{
|
||||
"port": 3333,
|
||||
"difficulty": 5000,
|
||||
"desc": "Low end hardware"
|
||||
}
|
||||
],
|
||||
"varDiff": {
|
||||
"minDiff": 5000,
|
||||
"maxDiff": 100000000,
|
||||
"targetTime": 120,
|
||||
"retargetTime": 30,
|
||||
"variancePercent": 30,
|
||||
"maxJump": 100
|
||||
},
|
||||
"paymentId": {
|
||||
"addressSeparator": "+"
|
||||
},
|
||||
"fixedDiff": {
|
||||
"enabled": true,
|
||||
"addressSeparator": "."
|
||||
},
|
||||
"shareTrust": {
|
||||
"enabled": true,
|
||||
"min": 10,
|
||||
"stepDown": 3,
|
||||
"threshold": 10,
|
||||
"penalty": 30
|
||||
},
|
||||
"banning": {
|
||||
"enabled": true,
|
||||
"time": 600,
|
||||
"invalidPercent": 80,
|
||||
"checkThreshold": 30
|
||||
}
|
||||
},
|
||||
|
||||
"payments": {
|
||||
"enabled": true,
|
||||
"interval": 600,
|
||||
"maxAddresses": 50,
|
||||
"mixin": 16,
|
||||
"priority": 0,
|
||||
"transferFee": 1000000000,
|
||||
"dynamicTransferFee": true,
|
||||
"minerPayFee": true,
|
||||
"minPayment": 1000000000000,
|
||||
"maxTransactionAmount": 100000000000000,
|
||||
"denomination": 1000000000
|
||||
},
|
||||
|
||||
"blockUnlocker": {
|
||||
"enabled": true,
|
||||
"interval": 30,
|
||||
"depth": 60,
|
||||
"poolFee": 1.0,
|
||||
"devDonation": 0.1,
|
||||
"networkFee": 0.0
|
||||
},
|
||||
|
||||
"api": {
|
||||
"enabled": true,
|
||||
"hashrateWindow": 600,
|
||||
"updateInterval": 5,
|
||||
"bindIp": "0.0.0.0",
|
||||
"port": 8070,
|
||||
"blocks": 30,
|
||||
"payments": 30,
|
||||
"password": "your_api_password",
|
||||
"ssl": false,
|
||||
"trustProxyIP": true
|
||||
},
|
||||
|
||||
"daemon": {
|
||||
"host": "127.0.0.1",
|
||||
"port": 37777
|
||||
},
|
||||
|
||||
"wallet": {
|
||||
"host": "127.0.0.1",
|
||||
"port": 37778
|
||||
},
|
||||
|
||||
"redis": {
|
||||
"host": "127.0.0.1",
|
||||
"port": 6379,
|
||||
"auth": null,
|
||||
"db": 0,
|
||||
"cleanupInterval": 15
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user