1
0
Fork 0
This repository has been archived on 2024-12-18. You can view files and clone it, but cannot push or open issues or pull requests.
mining-companion/config.example.json

10 lines
141 B
JSON
Raw Normal View History

{
"miner": "string",
"currency": "USD",
"telegram": {
"chat_id": 123,
"auth_key": "string"
},
"state_file": "state.json"
}