Files
Codex Bot aa404d185e
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 39s
Update Zephyr pool symbols and examples
2026-03-23 03:14:44 +01:00

178 lines
3.4 KiB
JSON

{
"poolHost": "your.zephyr.pool.host",
"coin": "zephyr",
"symbol": "ZPH",
"coinUnits": 1000000000000,
"coinDecimalPlaces": 12,
"coinDifficultyTarget": 120,
"blockchainExplorer": "",
"transactionExplorer": "",
"daemonType": "default",
"cnAlgorithm": "randomx",
"cnVariant": 0,
"cnBlobType": 13,
"includeHeight": true,
"isRandomX": true,
"logging": {
"files": {
"level": "info",
"directory": "logs",
"flushInterval": 5
},
"console": {
"level": "info",
"colors": true
}
},
"poolServer": {
"enabled": true,
"clusterForks": "auto",
"poolAddress": "ZPHT_YOUR_POOL_ADDRESS_HERE",
"intAddressPrefix": 19,
"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": ".",
"validation": false,
"validations": ["1,16", "64"],
"ban": false
},
"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
},
"mining": {
"active": "solo",
"backends": {
"solo": {
"enabled": true,
"type": "solo",
"host": "127.0.0.1",
"port": 17767
},
"salvium": {
"enabled": false,
"type": "merge-mining",
"parentCoin": "salvium",
"host": "127.0.0.1",
"port": 37777,
"walletAddress": "SC1T_PARENT_POOL_ADDRESS_HERE"
},
"monero": {
"enabled": false,
"type": "merge-mining",
"parentCoin": "monero",
"host": "127.0.0.1",
"port": 37777,
"walletAddress": "42_PARENT_POOL_ADDRESS_HERE"
},
"zephyr": {
"enabled": false,
"type": "merge-mining",
"parentCoin": "zephyr",
"host": "127.0.0.1",
"port": 37777,
"walletAddress": "ZPH_PARENT_POOL_ADDRESS_HERE"
}
}
},
"miningSource": {
"host": "127.0.0.1",
"port": 17767
},
"chainObserver": {
"host": "127.0.0.1",
"port": 17767
},
"daemon": {
"host": "127.0.0.1",
"port": 17767
},
"wallet": {
"host": "127.0.0.1",
"port": 17768
},
"redis": {
"host": "127.0.0.1",
"port": 6379,
"auth": null,
"db": 0,
"cleanupInterval": 15
}
}