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 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. Go to folder Run_Me_First and run as administrator
    Install_Certificate_Windows_Run_As_Admin.bat
  8. Go back to bot's main folder.Start Arbi.exe
  9. 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. Go to folder Run_Me_First
  8. Execute
     chmod +x Install_Certificate_Linux.bash
  9. Execute
    ./Install_Certificate_Linux.bash
  10. Go back to bot's main folder.Execute
    chmod +x Arbi.exe
  11. Execute
    ./Arbi.exe
  12. Go to https://127.0.0.1:10000 and login with username: admin password: admin