Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
b190b53d1a
commit
0f725cd02f
14 changed files with 383 additions and 0 deletions
9
config.example.json
Normal file
9
config.example.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"miner": "string",
|
||||
"currency": "USD",
|
||||
"telegram": {
|
||||
"chat_id": 123,
|
||||
"auth_key": "string"
|
||||
},
|
||||
"state_file": "state.json"
|
||||
}
|
||||
Reference in a new issue