Trace: • starting_the_bot
Starting The Bot
We assume that you have already installed .NET Core 3.1 runtime.
- Go to https://thearbibot.com and download the bot using the same email as you used when placing your order.
- Extract the archive.
- Go to the bot's folder.
- Go to folder Credentials.
- Paste the email used for your order in the file named email.txt.
- [Poloniex]
- Set your API key in api-Poloniex.txt
- Set your secret in secret-Poloniex.txt
- [OKEx]
- Set your API key in api-Okex.txt
- Set your secret in secret-Okex.txt
- Set your passphrase in passphrase-Okex.txt
- [Yobit]
- Set your API key in api-Yobit.txt
- Set your secret in secret-Yobit.txt
- [Binance]
- Set your API key in api-Binance.txt
- Set your secret in secret-Binance.txt
- [KuCoin]
- Set your API key in api-KuCoin.txt
- Set your secret in secret-KuCoin.txt
- Set your passphrase in passphrase-KuCoin.txt
- Optionally: Set your credentials in folder InterExchange if you plan to run inter-exchange scanners
- Go back to bot's root folder and click on the file named Arbi.exe if you are using Windows .For Linux and macOS execute the command below:
dotnet Arbi.dll
- Go to https://127.0.0.1:5000 and register your first admin account.
- Login with the account that you registered in the previous step.
- After logging in you will be redirected to the dashboard. Create your first scanner and run it.