2017-02-10 21:33:17 -08:00
|
|
|
{
|
|
|
|
|
"pool_id": 0,
|
|
|
|
|
"bind_ip": "127.0.0.1",
|
2026-04-01 22:24:13 +01:00
|
|
|
"hostname": "pool.lethean.io",
|
2017-02-10 21:33:17 -08:00
|
|
|
"db_storage_path": "CHANGEME",
|
2026-04-01 22:24:13 +01:00
|
|
|
"coin": "lethean",
|
2017-02-10 21:33:17 -08:00
|
|
|
"mysql": {
|
|
|
|
|
"connectionLimit": 20,
|
|
|
|
|
"host": "127.0.0.1",
|
2026-04-01 22:24:13 +01:00
|
|
|
"database": "lethean_pool",
|
2017-02-10 21:33:17 -08:00
|
|
|
"user": "pool",
|
2026-04-01 22:24:13 +01:00
|
|
|
"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"
|
2017-02-10 21:33:17 -08:00
|
|
|
}
|
2017-02-21 18:13:53 +02:00
|
|
|
}
|