ARBI BOT

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
starting_the_bot [2020/07/02 04:22]
administrator
starting_the_bot [2023/04/28 10:49] (current)
administrator
Line 1: Line 1:
-====== Starting The Bot ======+===== Step-by-step instructions for starting ARBI 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.+  - Go to www.thearbibot.com and download the bot.
   - Extract the archive.   - Extract the archive.
 +  - You will find 3 folders in the archive. Use the one specified for your OS, you can safely delete the other 2. For Windows you need **win-x64** folder, for Linux **linux-x64** and for macOS **osx-x64**.
   - Go to the bot's folder.   - Go to the bot's folder.
   - Go to folder **Credentials**.   - Go to folder **Credentials**.
Line 21: Line 21:
   - Set your API key in **api-Binance.txt**   - Set your API key in **api-Binance.txt**
   - Set your secret in **secret-Binance.txt**   - Set your secret in **secret-Binance.txt**
-  - Go back to bot's root folder and click on the file **Arbi.exe** (Windows) ,for Linux and macOS execute the command below: <code>dotnet Arbi.dll</code>+  - [**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**. For Linux and macOS execute the commands below: <code>chmod +x Arbi</code>   <code>./Arbi</code> 
   - Go to https://127.0.0.1:5000 and register your first admin account.   - 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.   - 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.   - After logging in you will be redirected to the dashboard. Create your first scanner and run it.
 +