ARBI BOT

Trace: starting_the_bot

This is an old revision of the document!


Starting The Bot:

We assume that you have already installed .NET Core 3.1 runtime.

  1. Go to https://thearbibot.com and download the bot using the same email as you used when placing your order.
  2. Extract the archive.
  3. Go to the bot's folder.
  4. Go to folder Credentials.
  5. Paste the email used for your order in the file named email.txt.
  6. [Poloniex]
  7. Set your API Key in api-Poloniex.txt
  8. Set your Secret in secret-Poloniex.txt
  9. [OKEx]
  10. Set your API Key in api-Okex.txt
  11. Set your Secret in secret-Okex.txt
  12. Set your Passphrase in passphrase-Okex.txt
  13. [Yobit]
  14. Set your API Key in api-Yobit.txt
  15. Set your Secret in secret-Yobit.txt
  16. [Binance]
  17. Set your API Key in api-Binance.txt
  18. Set your Secret in secret-Binance.txt
  19. Go back to bot's root folder and click on the file Arbi.exe (Windows) ,for Linux and macOS execute the command below:
    dotnet Arbi.dll
  20. Go to https://127.0.0.1:5000 and register your first admin account.
  21. Login with the account that you registered in the previous step.
  22. After logging in you will be redirected to the dashboard. Create your first scanner and run it.

[Windows]

  1. [Poloniex]
  2. Set your API Key in api-Poloniex.txt
  3. Set your Secret in secret-Poloniex.txt
  4. [OKEx]
  5. Set your API Key in api-Okex.txt
  6. Set your Secret in secret-Okex.txt
  7. Set your Passphrase in passphrase-Okex.txt
  8. [Yobit]
  9. Set your API Key in api-Yobit.txt
  10. Set your Secret in secret-Yobit.txt
  11. [Binance]
  12. Set your API Key in api-Binance.txt
  13. Set your Secret in secret-Binance.txt
  14. Go to folder Run_Me_First and run as administrator
    Install_Certificate_Windows_Run_As_Admin.bat
  15. Go back to bot's main folder and double click on Arbi.exe
  16. Go to https://127.0.0.1:10000 and login with username: admin password: admin

[Linux]

  1. [Poloniex]
  2. Set your API Key in api-Poloniex.txt
  3. Set your Secret in secret-Poloniex.txt
  4. [OKEx]
  5. Set your API Key in api-Okex.txt
  6. Set your Secret in secret-Okex.txt
  7. Set your Passphrase in passphrase-Okex.txt
  8. [Yobit]
  9. Set your API Key in api-Yobit.txt
  10. Set your Secret in secret-Yobit.txt
  11. [Binance]
  12. Set your API Key in api-Binance.txt
  13. Set your Secret in secret-Binance.txt
  14. Go to folder Run_Me_First
  15. Execute
     chmod +x Install_Certificate_Linux.bash
  16. Execute
    ./Install_Certificate_Linux.bash
  17. Go back to bot's main folder and remove System.Net.Http.dll file.
    rm System.Net.Http.dll
  18. Start the bot.
    mono Arbi.exe
  19. Go to https://127.0.0.1:10000 and login with username: admin password: admin