tribeca
tribeca copied to clipboard
no data at Web UI
The web UI does not work.
I have been performing Manual Installation in Windows environment. In addition, the following log appears.
Cannot GET /log
I have difficulty working because I am not a programmer. I need help.
After reinstalling the mongoDB v4, it changed to the image below.
My tribeca.json code is as follows.
{
"TRIBECA_MODE": "prod",
"EXCHANGE": "HitBtc",
"TradedPair": "XRP/USDT",
"MongoDbUrl": "mongodb://localhost:27017/tribeca",
"WebClientUsername": "NULL",
"WebClientPassword": "NULL",
"WebClientListenPort": "3000",
"ShowAllOrders": "false",
"HitBtcPullUrl": "http://api.hitbtc.com",
"HitBtcOrderEntryUrl": "wss://api.hitbtc.com:8080",
"HitBtcMarketDataUrl": "ws://api.hitbtc.com:80",
"HitBtcSocketIoUrl": "https://api.hitbtc.com:8081",
"HitBtcApiKey": "xxxxxxxxxxxxxxxxxxxxx",
"HitBtcSecret": "xxxxxxxxxxxxxxxxxxxxxx",
"HitBtcOrderDestination": "HitBtc",
"CoinbaseRestUrl": "https://api.gdax.com",
"CoinbaseWebsocketUrl": "wss://ws-feed.gdax.com",
"CoinbasePassphrase": "NULL",
"CoinbaseApiKey": "NULL",
"CoinbaseSecret": "NULL",
"CoinbaseOrderDestination": "Coinbase",
"OkCoinWsUrl": "wss://real.okcoin.com:10440/websocket/okcoinapi",
"OkCoinHttpUrl": "https://www.okcoin.com/api/v1/",
"OkCoinApiKey": "NULL",
"OkCoinSecretKey": "NULL",
"OkCoinOrderDestination": "OkCoin",
"BitfinexHttpUrl": "https://api.bitfinex.com/v1",
"BitfinexKey": "NULL",
"BitfinexSecret": "NULL",
"BitfinexOrderDestination": "Bitfinex"
}