1
0
Fork 0
This repository has been archived on 2024-12-18. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
mining-companion/config.example.json

13 lines
201 B
JSON
Raw Normal View History

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