Skip to content

Commit

Permalink
Update heroku step by step
Browse files Browse the repository at this point in the history
Rate limit · GitHub

Access has been restricted

You have triggered a rate limit.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

3xtazzy authored Mar 8, 2021
1 parent b79461f commit 48f5179
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/GETTING-STARTED.md
Original file line number Diff line number Diff line change
@@ -71,13 +71,19 @@ You're almost done.

## Start trading

Log into your Heroku account and open the console:
Log into your Heroku account and open your deployed app:

![heroku console](images/image1.png)

Enter `npm run start` into the console and it will start the trading bot, which is now connected to both your Binance and your BVA account.
To make sure it is running, go to Resources tab, and check if the dyno is switched to on.

![heroku run](images/image7.png)
![heroku run](images/logs.png)

Let's check the bot if is running from logs! You also can check detailed information about the bot from logs.

![heroku_logs](images/running.png)

This is an example if the bot is running! Make sure to switch from All process to Web.

## Keep it trading 24/7

0 comments on commit 48f5179

Please sign in to comment.