User Tools

Site Tools


starting_the_bot

Starting The Bot:

We assume that you have already installed .Net Framework or Mono-Devel.

[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
starting_the_bot.txt · Last modified: 2019/07/02 00:31 by administrator