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
Last revision Both sides next revision
starting_the_bot [2018/01/21 19:54]
administrator
starting_the_bot [2023/04/28 17:48]
administrator
Line 1: Line 1:
 +===== Step-by-step instructions for starting ARBI BOT =====
  
----- 
-Starting The Bot: 
----- 
-We assume that you have already installed .Net Framework or Mono-Devel. 
  
-[Windows] +  - Go to www.thearbibot.com and download the bot. 
-  - Set your API Key in api.txt +  - Extract the archive. 
-  - Set your Secret in secret.txt +  - 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 folder Run_Me_First and **run as administrator** Install_Certificate_Windows_Run_As_Admin.bat +  - Go to the bot's folder. 
-  - Start Arbi.exe +  - Go to folder **Credentials**. 
-  - Go to https://your_ip:10000 and login with the username: admin password: admin+  - 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**.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. 
 +  - 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.
  
-[Linux] 
-  - Set your API Key in api.txt 
-  - Set your Secret in secret.txt 
-  - Go to folder Run_Me_First 
-  - Execute <code> chmod +x Install_Certificate_Linux.bash</code> 
-  - Execute <code>./Install_Certificate_Linux.bash</code> 
-  - Execute <code>chmod +x Arbi.exe</code> 
-  - Execute <code>./Arbi.exe</code> 
-  - Go to https://your_ip:10000 and login with the username: admin password: admin