-
Notifications
You must be signed in to change notification settings - Fork 76
/
config.json
45 lines (45 loc) · 1.29 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"user_id": "some_user",
"bot_token": "some_bot_token",
"base_currency": "EUR",
"check_trade": 30,
"history_items": 3,
"update_url": "https://raw.githubusercontent.com/endogen/Telegram-Kraken-Bot/master/telegram_kraken_bot.py",
"update_hash": "some_hash",
"update_check": 86400,
"send_error": false,
"show_access_denied": true,
"used_pairs": {
"XBT": "EUR",
"BCH": "EUR",
"ETH": "EUR",
"XMR": "EUR",
"XRP": "EUR",
"XLM": "XBT",
"GNO": "ETH",
"ICN": "XBT",
"EOS": "EUR"
},
"coin_charts": {
"XBT": "https://tinyurl.com/y9p6g5a8",
"BCH": "https://tinyurl.com/yas7972g",
"ETH": "https://tinyurl.com/ya3fkha4",
"LTC": "https://tinyurl.com/y8n7ohfh",
"XMR": "https://tinyurl.com/y98ygfuw",
"XRP": "https://tinyurl.com/ya4wcy3h",
"XLM": "https://tinyurl.com/y8aulzp7"
},
"log_level": 0,
"log_to_file": false,
"retries": 2,
"single_price": true,
"single_chart": true,
"single_order": true,
"decimals": 6,
"webhook_enabled": false,
"webhook_listen": "0.0.0.0",
"webhook_port": 8443,
"webhook_key": "path_to_privkey.pem",
"webhook_cert": "path_to_cert.pem",
"webhook_url": "HTTPS_URL:PORT/TOKEN"
}