13 lines
201 B
JSON
13 lines
201 B
JSON
{
|
|
"pools": [
|
|
"ethermine",
|
|
"flexpool"
|
|
],
|
|
"miner": "your.eth.address",
|
|
"currency": "USD",
|
|
"telegram": {
|
|
"chat_id": 123,
|
|
"auth_key": "string"
|
|
},
|
|
"state_file": "state.json"
|
|
}
|