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
Julien Riou d05d3816b8
Rename tool, add ethermine and refactorization
Signed-off-by: Julien Riou <julien@riou.xyz>
2021-01-27 17:44:55 +01:00

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"
}