-
Notifications
You must be signed in to change notification settings - Fork 17
/
config.json
31 lines (25 loc) · 993 Bytes
/
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
{
"Database": {
"pgdbname" : "data_feed_processor",
"pguser" : "postgres",
"pgpass" : "alisha",
"pghost" : "localhost",
"pgport" : "5432"
},
"POS": "https://api.decred.org/?c=gsd",
"POW": {
"0" : "http://api.f2pool.com/decred/address",
"1" : "https://www2.coinmine.pl/dcr/index.php?page=api&action=getpoolstatus",
"2" : "http://mining.luxor.tech/API/DCR/stats/",
"3" : "https://dcr.suprnova.cc/index.php?page=api&action=getpoolstatus",
"4" : "https://altpool.net/api/status",
"5" : "https://altpool.net/api/currencies",
"6" : "https://pool.mn/dcr/index.php?page=api&action=getpoolstatus",
"7" : "https://dcred.eu/api/api?q=network"
},
"ChartData" : "https://bittrex.com/Api/v2.0/pub/market/GetTicks",
"ExchangeData" : {
"0" : "https://poloniex.com/public",
"1" : "https://bittrex.com/api/v1.1/public/getmarkethistory"
}
}