mining-pool/config-lethean.json
Claude 909bff2dd9
rebrand(lethean): update branding, ports, and config for Lethean blockchain
- Coin: Zano → Lethean, ticker: ZAN/ZANO → LTHN
- Ports: 11211 → 36941 (mainnet RPC), 46941 (testnet RPC)
- Wallet: 11212 → 36944/46944
- Address prefix: iTHN
- URLs: zano.org → lethean.io
- Explorer links: explorer.lthn.io

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 22:24:13 +01:00

75 lines
2.1 KiB
JSON

{
"pool_id": 0,
"bind_ip": "127.0.0.1",
"hostname": "pool.lethean.io",
"coin": "lethean",
"db_storage_path": "data/pool_db",
"redis": {
"host": "127.0.0.1",
"port": 6379,
"auth": null
},
"mysql": {
"connectionLimit": 20,
"host": "127.0.0.1",
"database": "lethean_pool",
"user": "pool",
"password": "CHANGE_ME"
},
"daemon": {
"address": "127.0.0.1",
"port": 46941,
"_comment_port": "Lethean testnet RPC port; mainnet would be 36941",
"p2p_port": 48081,
"_comment_p2p": "Lethean testnet P2P port; mainnet would be 36942"
},
"wallet": {
"address": "127.0.0.1",
"port": 46944,
"_comment_port": "Lethean testnet wallet RPC port; mainnet would be 36944"
},
"pool": {
"address": "YOUR_iTHN_POOL_WALLET_ADDRESS_HERE",
"_comment_address": "Replace with your iTHN... Lethean wallet address",
"targetTime": 120,
"hashrateWindow": 600,
"updateInterval": 5,
"difficulty": 100000,
"trustedSharesCount": 30,
"blockRefreshInterval": 1000,
"minerTimeout": 900,
"maxTransactionAmount": 0,
"minPaymentThreshold": 0.5,
"denominationUnit": 1000000000000,
"paymentInterval": 120,
"maxAddresses": 50,
"slushMiningEnabled": false
},
"ports": [
{
"port": 5555,
"difficulty": 50000,
"desc": "Low difficulty (ProgPoWZ)",
"portType": "pplns",
"hidden": false
},
{
"port": 7777,
"difficulty": 500000,
"desc": "High difficulty (ProgPoWZ)",
"portType": "pplns",
"hidden": false
}
],
"api": {
"port": 8117,
"blocks": 30,
"hashrateWindow": 600
},
"charts": {
"pool": {
"hashrate": { "enabled": true, "updateInterval": 60, "stepInterval": 1800, "maximumPeriod": 86400 },
"workers": { "enabled": true, "updateInterval": 60, "stepInterval": 1800, "maximumPeriod": 86400 }
}
}
}