mining-pool/config_example.json

29 lines
668 B
JSON
Raw Permalink Normal View History

{
"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"
}
2017-02-21 18:13:53 +02:00
}