1
0
Fork 0

Initial commit

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2021-01-22 17:55:39 +01:00
commit 0f725cd02f
No known key found for this signature in database
GPG key ID: FF42D23B580C89F7
14 changed files with 383 additions and 0 deletions

9
config.example.json Normal file
View file

@ -0,0 +1,9 @@
{
"miner": "string",
"currency": "USD",
"telegram": {
"chat_id": 123,
"auth_key": "string"
},
"state_file": "state.json"
}