mining-pool/config_example.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

28 lines
668 B
JSON

{
"pool_id": 0,
"bind_ip": "127.0.0.1",
"hostname": "pool.lethean.io",
"db_storage_path": "CHANGEME",
"coin": "lethean",
"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": "Lethean testnet RPC; mainnet = 36941"
},
"wallet": {
"address": "127.0.0.1",
"port": 46944,
"_comment": "Lethean testnet wallet RPC; mainnet = 36944"
},
"pool": {
"address": "YOUR_iTHN_POOL_WALLET_ADDRESS_HERE",
"_comment": "Replace with your iTHN... Lethean wallet address"
}
}