michaelgrosner / tribeca

A high frequency, market making cryptocurrency trading platform in node.js
Other
3.98k stars 948 forks source link

no data at Web UI #244

Open dlghwns740 opened 5 years ago

dlghwns740 commented 5 years ago

The web UI does not work.

I have been performing Manual Installation in Windows environment. In addition, the following log appears.

Cannot GET /log

default

I have difficulty working because I am not a programmer. I need help.

dlghwns740 commented 5 years ago

After reinstalling the mongoDB v4, it changed to the image below.

default

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"
}