eugeneglova/binance-trading-bot

How can i change ip?

SuselK opened this issue · 2 comments

Hello,
i installed on linux server.
I start the bot with: "npm start"

You can now view binance-trading-bot in the browser.
  http://localhost:3000

I must change the Ip-address für the bot. Where i can change the IP and the Port?

Best Regards
Susan

Hello...
ok the bot is running with the normal server-ip.

But i have a blank page.
What is wrong?
Best Regards
Susan

Here the full source-code...

`

body

  |


  |
  | This HTML file is a template.
  | If you open it directly in the browser, you will see an empty page.
  |  
  | You can add webfonts, meta tags, or analytics to this file.
  | The build step will place the bundled scripts into the tag.
  |  
  | To begin the development, run npm start or yarn start.
  | To create a production bundle, use npm run build or yarn build.
  |
  | <script src="/static/js/bundle.js"></script><script src="/static/js/0.chunk.js"></script><script src="/static/js/main.chunk.js">
| </script>

body

`

@MeoncoSusan do not run npm start it's only runs web control panel for bot, use npm run electron-dev
but actually it's better to download built and run it.